+2008-07-07 15:38 UTC Tuomo Valkonen <tuomov@iki.fi>
+ tagged ion-3-20080707
+
+2008-07-07 15:38 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Release notes
+
+2008-05-18 12:23 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Some distros *braindead* beyond repair, do not compile lua with LUA_COMPAT_VARARG
+ that would provide the 5.0-style 'arg' table. The special ... syntax of Lua 5.1
+ is useless, as you have to convert it to a table (arg={...}) in almost any
+ reasonable use of varargs anyway (that will involve iteration over them).
+ The ... syntax of 5.1 is only of any use when passing the varargs directly
+ to another function without modifications.
+
+2008-07-02 18:49 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Dirty select timeout hack.
+ If pselect() isn't available, and there are timers, add a timeout
+ to select() to ensure return. Race conditions with other signals
+ we'll just have to ignore.
+
+2008-07-02 18:28 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * tab-info gets updated on title change
+
+2008-06-23 19:12 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Use pselect if available
+
+2008-06-27 14:41 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Stacking level adjustment.
+ Scratchpad should go between transients and queries/menus.
+
+2008-06-18 10:06 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * We don't really need it_interval
+
+2008-06-05 21:20 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Apply KNOWN_MODIFIERS_MASK some more
+
+2008-05-02 19:19 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Floating frame initial geometry size hint usage tuning
+
+2008-05-02 19:14 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * WGroup needed "whatever" attach geometry option
+ for proper WGroupCW/WClientWin initial size setup.
+
+2008-05-02 09:45 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Binding refresh fixes on keymap change
+
2008-04-11 15:02 UTC Tuomo Valkonen <tuomov@iki.fi>
tagged ion-3-20080411
2008-02-17 15:02 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed groupws dispose chain
-2008-02-06 06:52 UTC Tuomo Valkonen <tuomov@iki.fi>
- * doc. fix
-
2008-02-05 17:40 UTC Tuomo Valkonen <tuomov@iki.fi>
tagged ion-3-20080207
2008-02-04 22:51 UTC Tuomo Valkonen <tuomov@iki.fi>
* Release notes
+2008-02-06 06:52 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * doc. fix
+
2008-02-04 22:50 UTC Tuomo Valkonen <tuomov@iki.fi>
* More cfg_ion.lua embedded documentation
2008-01-02 15:15 UTC Tuomo Valkonen <tuomov@iki.fi>
* Changes in version.h defs. to accomodate flags
-2008-01-01 16:51 UTC Tuomo Valkonen <tuomov@iki.fi>
- * New year
-
2007-12-30 18:04 UTC Tuomo Valkonen <tuomov@iki.fi>
* system.mk documentation improvements
2007-12-30 17:51 UTC Tuomo Valkonen <tuomov@iki.fi>
* Replaced order of LIBS and EXTRA_LIBS in system.mk defaults
+2008-01-01 16:51 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * New year
+
2007-12-30 00:04 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed FS mode return regression after recent pholder code changes.
blocking the parent. Otherwise the parent handles it.
-2007-11-30 17:25 UTC Tuomo Valkonen <tuomov@iki.fi>
- tagged ion-3rc-20071130
-
2007-11-29 19:48 UTC Tuomo Valkonen <tuomov@iki.fi>
UNDO: Removed pointer event subwindow forwarding hack.
Only useful use cases seem to be handled by not grabbing modifierless
* Oops, tilings were resetting frame modes incorrectly.
(Copy-paste...)
+2007-11-30 17:25 UTC Tuomo Valkonen <tuomov@iki.fi>
+ tagged ion-3rc-20071130
+
2007-11-30 17:24 UTC Tuomo Valkonen <tuomov@iki.fi>
* Some release notes
* Oops, some of the rescue code hacks broke other things..
(Shouldn't try to rescue whole WGroupCWs without further info.)
-2007-10-27 12:44 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Further rescue code hacks.
-
2007-11-01 14:21 UTC Tuomo Valkonen <tuomov@iki.fi>
* query_exec completor uses mplex working directory.
(As the last one. It's a bit ugly that the order of parameters isn't similar
to exec_on, but I'm not going to start breaking the Lua-side API at RC stage.)
+2007-10-27 12:44 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Further rescue code hacks.
+
2007-10-27 12:38 UTC Tuomo Valkonen <tuomov@iki.fi>
* Suppressed dead object warnings from tab number script.
2007-05-08 15:56 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed tiling emergency restore code
-2007-05-08 15:25 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Binding fn. doc. fixes
-
2007-05-08 15:23 UTC Tuomo Valkonen <tuomov@iki.fi>
* "Improved" stacking traversal code wasn't considering fallback.
+2007-05-08 15:25 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Binding fn. doc. fixes
+
2007-05-07 20:55 UTC Tuomo Valkonen <tuomov@iki.fi>
* Do not use `which lua5.1` in system.mk examples.
Makes for confusing error messages if not found.
2007-03-17 14:51 UTC Tuomo Valkonen <tuomov@iki.fi>
* Screen notification windows' positions are based on stdisp position now.
+2007-03-17 13:41 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Improved default style
+
2007-03-17 14:26 UTC Tuomo Valkonen <tuomov@iki.fi>
* Oops
* WMPlex focus restoring improvements
(Closing the scratchpad returns where the focus used to be, etc.)
-2007-03-17 13:41 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Improved default style
-
2007-03-17 13:18 UTC Tuomo Valkonen <tuomov@iki.fi>
* Hmm...
2007-03-10 14:30 UTC Tuomo Valkonen <tuomov@iki.fi>
* ignore_cfgrq winprop for Xpdf open dialog
-2007-03-08 18:09 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Oops, wrong flag...
-
2007-03-10 13:46 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed mkbottom geometry
+2007-03-08 18:09 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Oops, wrong flag...
+
2007-03-08 17:32 UTC Tuomo Valkonen <tuomov@iki.fi>
* Year update
2007-03-02 21:57 UTC Tuomo Valkonen <tuomov@iki.fi>
* Don't refresh on all notifies in frame_managed_notify.
+2007-02-26 20:43 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Simpler mod_query.query_attachclient handler.
+ (Uses WRegion.groupleader_of.)
+
2007-03-02 16:33 UTC Tuomo Valkonen <tuomov@iki.fi>
* Size hints base size usage fixes.
2007-02-27 20:53 UTC Tuomo Valkonen <tuomov@iki.fi>
* group_bottom was missing EXTL_SAFE
-2007-02-26 20:43 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Simpler mod_query.query_attachclient handler.
- (Uses WRegion.groupleader_of.)
-
2007-02-26 19:31 UTC Tuomo Valkonen <tuomov@iki.fi>
* WFrame.floating bindmap is applied to transients too
2007-02-26 16:28 UTC Tuomo Valkonen <tuomov@iki.fi>
* Activity notification display improvements (?).
+2007-02-24 18:52 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Added maximum width parameter to infowin_set_text.
+
2007-02-25 22:54 UTC Tuomo Valkonen <tuomov@iki.fi>
* Improved float placement code.
All of the stacking structure for all groups is scanned, on the target
2007-02-25 18:54 UTC Tuomo Valkonen <tuomov@iki.fi>
* Split out screen notification window code into scree-notify.c
-2007-02-24 18:52 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Added maximum width parameter to infowin_set_text.
-
2007-02-24 17:59 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed unsplit
2007-02-17 14:17 UTC Tuomo Valkonen <tuomov@iki.fi>
* Added WRegion.group_of and WRegion.groupleader_of exports.
+2007-02-11 18:42 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Some menu/query cycling improvements
+ (partially incomplete)
+
2007-02-08 16:17 UTC Tuomo Valkonen <tuomov@iki.fi>
* Mplex attach size kludges
* Removed stub appmenu.
F3/query_exec is the Ion way. (The appmenu remains for pwm, though.)
-2007-02-11 18:42 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Some menu/query cycling improvements
- (partially incomplete)
-
2007-02-05 17:47 UTC Tuomo Valkonen <tuomov@iki.fi>
* Close grabmenus when grab is killed (Esc).
2007-01-26 19:01 UTC Tuomo Valkonen <tuomov@iki.fi>
* Completion code fixes
+2007-01-26 18:08 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Added quasiactivity hint to the "clean" styles (+improved activity colour).
+ Frame padding is drawn in red when frame frame is quasiactive. Stylistically
+ it's far from ideal, but that seems to be the best place for the hint
+ without major improvements to the drawing engine. The "emboss" styles still
+ need to get this added, but they also demand other work, being largely
+ bitrotted.
+
+2007-01-26 17:58 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Drawing engine API and attribute handling changes.
+ An attribute string is no longer passed to every drawing function,
+ but instead the attributes must be allocated from libtu's "stringstore",
+ and then set on the brush. The attributes are also no longer matched
+ linearly, but by simple containment, with the linear specification strings
+ in the style files (and gr_get_brush also still), however still modifying
+ the score a match gives. These changes should make it easier to add
+ additional attributes.
+
+2007-01-26 17:46 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Fixed leak in mod_query_history_push_
+
+2007-01-21 13:25 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * RELNOTES conflict resolution
+
+2007-01-21 13:06 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Fixes
+
+2007-01-21 13:05 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Frame quasiactivation tracking
+
+2007-01-20 20:07 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Removed 'detail' from notify_change parameters
+ (And reordered call in unset_manager.)
+
+2007-01-14 15:39 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Removed fake activication messages for non-windows.
+
+2007-01-13 20:58 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Do not use Watches in return storage.
+ Instead clean up things in region_deinit. The pointer to the region in the
+ watch is reset before calling the watch handler, so node in the search tree
+ is never found, the watch/pointer being the key.
+
+2007-01-13 20:45 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Changes in padding/spacing usage in frames.
+ (See RELNOTES.)
+
+2007-01-13 20:27 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Do not draw spacing after last textbox
+
2007-01-26 11:12 UTC Tuomo Valkonen <tuomov@iki.fi>
* README update
2007-01-23 07:09 UTC Tuomo Valkonen <tuomov@iki.fi>
* Marked WFrame.mode "safe"
-2007-01-26 18:08 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Added quasiactivity hint to the "clean" styles (+improved activity colour).
- Frame padding is drawn in red when frame frame is quasiactive. Stylistically
- it's far from ideal, but that seems to be the best place for the hint
- without major improvements to the drawing engine. The "emboss" styles still
- need to get this added, but they also demand other work, being largely
- bitrotted.
-
-2007-01-26 17:58 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Drawing engine API and attribute handling changes.
- An attribute string is no longer passed to every drawing function,
- but instead the attributes must be allocated from libtu's "stringstore",
- and then set on the brush. The attributes are also no longer matched
- linearly, but by simple containment, with the linear specification strings
- in the style files (and gr_get_brush also still), however still modifying
- the score a match gives. These changes should make it easier to add
- additional attributes.
-
-2007-01-26 17:46 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Fixed leak in mod_query_history_push_
-
2007-01-22 20:32 UTC Tuomo Valkonen <tuomov@iki.fi>
* Ugly pointer focus hack for messy floats:
If a window that does not have the focus, or if the focus is being
has the focus, and no change elsewhere is known, current focus policy
dictates that the focus should fall to the underlying window.)
-2007-01-21 13:25 UTC Tuomo Valkonen <tuomov@iki.fi>
- * RELNOTES conflict resolution
-
-2007-01-21 13:06 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Fixes
-
-2007-01-21 13:05 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Frame quasiactivation tracking
-
2007-01-21 12:39 UTC Tuomo Valkonen <tuomov@iki.fi>
* Pseudoactivity state maintenance hack
2007-01-18 20:14 UTC Tuomo Valkonen <tuomov@iki.fi>
* Navi-code updates
-2007-01-17 20:49 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Comment updates
-
-2007-01-20 20:07 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Removed 'detail' from notify_change parameters
- (And reordered call in unset_manager.)
-
2007-01-18 08:00 UTC Tuomo Valkonen <tuomov@iki.fi>
* Year changed...
(The one nice thing about CVS was that you could automate this
numbering. Perhaps a record check script could make you update
the dates manually as you change the files...)
+2007-01-17 20:49 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Comment updates
+
2007-01-17 18:18 UTC Tuomo Valkonen <tuomov@iki.fi>
* Further simplifications/dead code removal.
(Made possible by removal of Xinerama #ifdef hacks.)
2007-01-14 00:30 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixes wrt. FRAME_MODE_UNKNOWN (e.g. scratchpad).
-2007-01-14 15:39 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Removed fake activication messages for non-windows.
-
2007-01-13 23:27 UTC Tuomo Valkonen <tuomov@iki.fi>
* Toplevel bindmap usage tuning
-2007-01-13 20:58 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Do not use Watches in return storage.
- Instead clean up things in region_deinit. The pointer to the region in the
- watch is reset before calling the watch handler, so node in the search tree
- is never found, the watch/pointer being the key.
-
-2007-01-13 20:45 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Changes in padding/spacing usage in frames.
- (See RELNOTES.)
-
-2007-01-13 20:27 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Do not draw spacing after last textbox
-
2007-01-13 18:54 UTC Tuomo Valkonen <tuomov@iki.fi>
* Oops, forgot this...
are now returned back to the same frame, even if the original
frame was emptied (and thus destroyed) in the meanwhile.
-2007-01-08 20:12 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Typo fix (+ minor related policy changes)
-
2007-01-06 18:56 UTC Tuomo Valkonen <tuomov@iki.fi>
* Added mode to WFramedParam
+2007-01-08 20:12 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Typo fix (+ minor related policy changes)
+
2007-01-04 22:13 UTC Tuomo Valkonen <tuomov@iki.fi>
* Moved set/is_fullscreen from WClientWin to WGroup
- Simplifies the binding (and the config needs to be updated!)
2006-12-27 14:35 UTC Tuomo Valkonen <tuomov@iki.fi>
* Use return storage for return from full screen mode
-2006-12-26 20:25 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Don't snow info window for activity on active screen
-
2006-12-26 17:40 UTC Tuomo Valkonen <tuomov@iki.fi>
* More functions for return storage
2006-12-26 16:53 UTC Tuomo Valkonen <tuomov@iki.fi>
* Removed unused variable/string
+2006-12-26 20:25 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Don't snow info window for activity on active screen
+
2006-12-23 14:59 UTC Tuomo Valkonen <tuomov@iki.fi>
tagged ion-3ds-20061223
2006-11-11 12:01 UTC Tuomo Valkonen <tuomov@iki.fi>
* Warp in WMPlex.set_hidden
+2006-11-09 18:09 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Do not duplicate entries already in history when pushing.
+ Instead move the first already existing first.
+
+2006-11-09 18:00 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * strcoll instead of strcmp for completion sorting
+
+2006-11-09 17:59 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Complete history in history order instead of character set
+
2006-11-04 14:58 UTC Tuomo Valkonen <tuomov@iki.fi>
* Clear a few more flags of frame size hints
2006-11-03 07:52 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed switchto/hidden WMPlex attach parameter interaction.
-2006-11-09 18:09 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Do not duplicate entries already in history when pushing.
- Instead move the first already existing first.
-
-2006-11-09 18:00 UTC Tuomo Valkonen <tuomov@iki.fi>
- * strcoll instead of strcmp for completion sorting
-
-2006-11-09 17:59 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Complete history in history order instead of character set
-
2006-11-01 20:13 UTC Tuomo Valkonen <tuomov@iki.fi>
* Remanage stdisp when bottom attached to group
2006-10-16 12:16 UTC Miroslav Kure <kurem@debian.cz>
* Updated Czech translation
-2006-10-02 11:57 UTC Tuomo Valkonen <tuomov@iki.fi>
- * README update
-
2006-10-15 22:35 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed a typo in workspace query
(Stupid dynamic typing.)
2006-10-03 15:39 UTC Tuomo Valkonen <tuomov@iki.fi>
* Simplified group attach stuff with separate WFramedPHolder
+2006-10-02 11:57 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * README update
+
2006-09-30 20:57 UTC Tuomo Valkonen <tuomov@iki.fi>
* mod_menu was still referring to WMPlex.llist
2006-08-31 19:33 UTC Tuomo Valkonen <tuomov@iki.fi>
* Various minor fixes and clean-up.
+2006-08-31 17:20 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Some attach mechanism improvements.
+
2006-08-25 02:06 UTC Tuomo Valkonen <tuomov@iki.fi>
* Moved commented-out transpose_words as Control+K T.
2006-08-24 20:52 UTC Tibor Csögör <tibi@tiborius.net>
* Added transpose_chars and transpose_words to mod_query.
-2006-08-31 17:20 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Some attach mechanism improvements.
-
2006-08-21 17:02 UTC Tuomo Valkonen <tuomov@iki.fi>
* Navigation code fixes
* Generic navigation code improvements.
- Also removed some redundant tiling code.
+2006-08-14 18:57 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Fixed some undefined references in mod_dock.
+
2006-08-11 16:46 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed an assert trigger
2006-08-14 15:57 UTC Tuomo Valkonen <tuomov@iki.fi>
* Added a missing check for nil table.
-2006-08-14 18:57 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Fixed some undefined references in mod_dock.
-
2006-08-09 17:57 UTC Tuomo Valkonen <tuomov@iki.fi>
* Use redblack tree for reg->stacking lookup.
2006-08-05 18:39 UTC Tuomo Valkonen <tuomov@iki.fi>
* Removed mplex_lcount stuff.
-2006-08-02 14:56 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Possible fixes to (initial) effect of stdisp on tiling llayout.
-
-2006-08-03 21:13 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Updated to predist.sh to reflect changed paths of *.mk.
-
-2006-08-03 21:03 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Changes in predist.sh to reflect _darcs/ having been changed.
-
2006-08-03 15:56 UTC Tuomo Valkonen <tuomov@iki.fi>
* Simplifications in mplex/group focus code.
2006-08-01 22:11 UTC Tuomo Valkonen <tuomov@iki.fi>
* Some field renames for further changes.
+2006-08-03 21:13 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Updated to predist.sh to reflect changed paths of *.mk.
+
+2006-08-03 21:03 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Changes in predist.sh to reflect _darcs/ having been changed.
+
+2006-08-02 14:56 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Possible fixes to (initial) effect of stdisp on tiling llayout.
+
2006-07-16 15:33 UTC Tuomo Valkonen <tuomov@iki.fi>
* WGroupCW uses the bottom_last_close option now (instead of reinventing it).
- Backwards compatibility hack included for saved layouts, but not
configuration files.
-2006-07-14 11:21 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Moved some region_register calls to safer places.
-
2006-07-14 11:07 UTC Tuomo Valkonen <tuomov@iki.fi>
* Changed remaining lua-side references to WGenWS to WGroupWS.
-2006-07-10 20:25 UTC pfeifer@wait.de
- * pass-table-fix
- This patch fixes a bug in mod_panes that would prevent a caller for successfully passing
- a table as template to the module
+2006-07-12 11:59 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Temporarily disabled mod_panews.
+
+2006-07-14 11:21 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Moved some region_register calls to safer places.
2006-07-14 10:26 UTC Tuomo Valkonen <tuomov@iki.fi>
* Removed redundant code by using weave for raise/lower.
2006-07-12 12:34 UTC Tuomo Valkonen <tuomov@iki.fi>
* Removed WGenWS entirely.
-2006-07-08 10:13 UTC Tuomo Valkonen <tuomov@iki.fi>
- * mod_dock was still referring to mplex_layer.
+2006-07-07 18:19 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Added beginnings of more generic navigation code.
-2006-07-12 11:59 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Temporarily disabled mod_panews.
+2006-07-08 07:54 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * floatws redirects prepare_manage to 'bottom' if active.
+
+2006-07-07 14:42 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Redirect stdisp to WGroup(WS) 'bottom'.
2006-07-12 05:00 UTC Etan Reisner <deryni@gmail.com>
* Remove an extra space in the Lua query prompt.
-2006-07-08 08:48 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Fixes in initial stacking of regions.
+2006-07-10 20:25 UTC pfeifer@wait.de
+ * pass-table-fix
+ This patch fixes a bug in mod_panes that would prevent a caller for successfully passing
+ a table as template to the module
-2006-07-08 07:54 UTC Tuomo Valkonen <tuomov@iki.fi>
- * floatws redirects prepare_manage to 'bottom' if active.
+2006-07-08 10:13 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * mod_dock was still referring to mplex_layer.
-2006-07-07 18:19 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Added beginnings of more generic navigation code.
+2006-07-08 08:48 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Fixes in initial stacking of regions.
2006-07-07 17:13 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed 'bottom' initial stacking.
-2006-07-07 14:42 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Redirect stdisp to WGroup(WS) 'bottom'.
-
2006-07-05 15:13 UTC Tuomo Valkonen <tuomov@iki.fi>
* Ugly Makefile hacks.
2006-07-01 18:19 UTC Tuomo Valkonen <tuomov@iki.fi>
* Further improvements in focus code.
+2006-06-25 17:36 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Minor fixes to group stuff.
+
+2006-06-25 16:03 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Reduced use of WGenWS.
+ (Only WIonWS and WPaneWS still refer to it.)
+
2006-07-01 16:28 UTC Tuomo Valkonen <tuomov@iki.fi>
* region_managed_goto improvements.
2006-06-25 20:00 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixes and simplifications to key handling code.
-2006-06-25 17:36 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Minor fixes to group stuff.
-
-2006-06-25 16:03 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Reduced use of WGenWS.
- (Only WIonWS and WPaneWS still refer to it.)
-
2006-06-25 09:37 UTC Tuomo Valkonen <tuomov@iki.fi>
* WGroupCW passes on region_managed_notify for the 'bottom'.
2006-06-22 23:38 UTC Tuomo Valkonen <tuomov@iki.fi>
* First steps of client window groups.
-2006-06-21 16:46 UTC Tuomo Valkonen <tuomov@iki.fi>
- * There were unused fields in WClientWin.
-
-2006-06-21 16:42 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Some dates were wrong..
-
2006-06-21 16:39 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed group attach geometry stuff.
-2006-06-21 08:10 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Typo fixes.
-
2006-06-20 19:05 UTC Tuomo Valkonen <tuomov@iki.fi>
* Inherited WFloatWS from WGroup.
2006-06-19 16:13 UTC Tuomo Valkonen <tuomov@iki.fi>
* Added generic floatws attach routines.
+2006-06-21 16:42 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Some dates were wrong..
+
+2006-06-21 16:46 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * There were unused fields in WClientWin.
+
+2006-06-21 08:10 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Typo fixes.
+
2006-06-19 12:36 UTC Tuomo Valkonen <tuomov@iki.fi>
* Allow override of xterm with the XTERM Lua-side variable.
2006-06-17 17:36 UTC Tuomo Valkonen <tuomov@iki.fi>
* Added manager specific list to WStacking.
+2006-06-11 17:30 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Improvements to floatws bottom support + use size policies.
+
+2006-06-11 17:30 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Added SIZEPOLICY_UNCONSTRAINED.
+
+2006-06-10 21:45 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Preliminary floatws "bottom" support.
+
+2006-05-29 16:05 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Added levels to stacking code.
+
+2006-05-28 20:17 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Removed some redundancy from stacking code.
+
+2006-05-28 17:52 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Some more stacking code changes.
+
+2006-05-28 11:36 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Some more stacking code cleanup etc.
+
+2006-05-27 15:25 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Some improvements/cleanup in floatws stacking code.
+
2006-06-17 10:45 UTC Tuomo Valkonen <tuomov@iki.fi>
* Cleaned up the top directory of building related files.
- In particular, autovirus stuff is in build/ac now and must be run there.
2006-06-07 09:47 UTC Tuomo Valkonen <tuomov@iki.fi>
* Export ioncore.tags_first.
-2006-06-11 17:30 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Improvements to floatws bottom support + use size policies.
-
-2006-06-11 17:30 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Added SIZEPOLICY_UNCONSTRAINED.
-
-2006-06-10 21:45 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Preliminary floatws "bottom" support.
-
2006-06-09 14:37 UTC Tuomo Valkonen <tuomov@iki.fi>
* Exclude USECS_IN_SEC itself from valid values too..
* Size hints weren't being applied on client windows on Ion startup startup.
(Now they're applied if we do not modify the old client window size.)
-2006-05-29 16:05 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Added levels to stacking code.
-
-2006-05-28 20:17 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Removed some redundancy from stacking code.
-
2006-05-19 21:36 UTC Etan Reisner <deryni@gmail.com>
* s/kpress_waitrel/kpress_wait/ and some s/waitrel/wait/ since I believe waitrel is the old name and this makes things a little cleaner.
The switch_bindings.lua script currently has an ugly if/elseif section to do
all the binding removal stuff, with this change that whole section can be
replaced with one line.
-2006-05-28 17:52 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Some more stacking code changes.
-
-2006-05-28 11:36 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Some more stacking code cleanup etc.
-
-2006-05-27 15:25 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Some improvements/cleanup in floatws stacking code.
-
2006-05-24 16:22 UTC Tuomo Valkonen <tuomov@iki.fi>
tagged ion-3ds-20060524
2006-04-26 17:49 UTC Tuomo Valkonen <tuomov@iki.fi>
* framed_transients is on by default now.
+2006-04-26 17:45 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Added WFrame.toplevel and WMPlex.toplevel binding maps.
+ - These are not used by frames for transients.
+ - Changed the default bindings accordingly.
+
2006-04-22 16:08 UTC Tuomo Valkonen <tuomov@iki.fi>
* Added toggle for showing tab numbers.
- WFrame:set_numbers with the usual 'set'/'unset'/'toggle' parametrisation.
2006-04-20 19:19 UTC Tuomo Valkonen <tuomov@iki.fi>
* Removed obsolete references to -i18n flag.
-2006-04-26 17:45 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Added WFrame.toplevel and WMPlex.toplevel binding maps.
- - These are not used by frames for transients.
- - Changed the default bindings accordingly.
-
2006-04-13 22:05 UTC Tuomo Valkonen <tuomov@iki.fi>
* The frame_add_last option had been broken.
- Since switching to use of placeholders for initial management
2005-11-25 19:54 UTC Miroslav Kure <kurem@debian.cz>
* Updated Czech translation
-2005-11-15 17:04 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Another temporary clientwin resize hack.
-
2005-11-20 13:00 UTC Tuomo Valkonen <tuomov@iki.fi>
* Improved previous active region tracking.
- Replaced explicit and cumbersome previous active object saving
2005-11-20 12:31 UTC Tuomo Valkonen <tuomov@iki.fi>
* Hmm.. active_screen was still in ioncore_g.
+2005-11-15 17:04 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Another temporary clientwin resize hack.
+
2005-11-15 07:20 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed a typo; wairel -> waitrel.
2005-10-25 18:31 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed (unframed) nested transient size issue.
-2005-10-13 20:57 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Fixed -sessionname to -session in manual pages.
-
2005-10-24 20:47 UTC Tuomo Valkonen <tuomov@iki.fi>
* Oops. %filler update had removed stretching space constant part.
2005-10-23 15:55 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed dummy size hint setup.
+2005-10-15 18:11 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Changes in frame autodestroy code.
+
2005-10-18 16:22 UTC Tuomo Valkonen <tuomov@iki.fi>
* Oops. mod_dock hadn't been updated to reflect changes in mplex_set/get_stdisp.
-2005-10-15 18:11 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Changes in frame autodestroy code.
+2005-10-13 20:57 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Fixed -sessionname to -session in manual pages.
2005-10-07 21:07 UTC Tuomo Valkonen <tuomov@iki.fi>
* Fixed 180 degree rotation.
2005-09-05 20:20 UTC Tuomo Valkonen <tuomov@iki.fi>
* Removed mail monitor from default statusbar template.
-2005-08-29 05:43 UTC Tuomo Valkonen <tuomov@iki.fi>
- * Fixed floatws_backcirculate (copy-paste bug..)
-
2005-08-31 10:19 UTC Tuomo Valkonen <tuomov@iki.fi>
* Removed unused parameter of ioncore.x_get_atom_name.
+2005-08-29 05:43 UTC Tuomo Valkonen <tuomov@iki.fi>
+ * Fixed floatws_backcirculate (copy-paste bug..)
+
2005-08-27 23:01 UTC Per Olofsson <pelle@dsv.su.se>
* Some updates to README.dock.