| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-02-19 | add setting <desktops><firstdesk>num<//> to set which desktop to start on, ↵ | Mikael Magnusson | |
| also fix a guint that should be gint. (used to let you say you want negative number of desktops) | |||
| 2003-12-22 | s/guint/gboolean/ oops | Dana Jansens | |
| 2003-10-25 | use gpointer for void* | Dana Jansens | |
| 2003-10-15 | add DOCK_NORMAL stacking layer | Dana Jansens | |
| 2003-10-15 | consistant glib type usage | Dana Jansens | |
| 2003-10-09 | put dock in the dock_above/below layer | Dana Jansens | |
| 2003-09-29 | dialog options are no longer used | Dana Jansens | |
| 2003-09-28 | add option for under-mouse placement | Dana Jansens | |
| 2003-09-28 | removing focusLast again.. | Dana Jansens | |
| 2003-09-26 | remove the dialog options | Dana Jansens | |
| 2003-09-26 | add <dialog><focus/><desktop/> to allow disabling popups | Dana Jansens | |
| 2003-09-26 | add <dock><moveButton> which can change which button combo is used to move ↵ | Dana Jansens | |
| dock apps around in the dock. The new default is A-Left instead of Middle, since soem dock apps use middle, assuming they can! | |||
| 2003-09-22 | simplify the default bindings | Dana Jansens | |
| 2003-09-22 | add back focusLast | Dana Jansens | |
| 2003-09-21 | add raiseOnFocus option | Dana Jansens | |
| 2003-09-21 | rename dock/himeTimeout to dock/hideDelay in the config file | Dana Jansens | |
| 2003-09-19 | const | Dana Jansens | |
| 2003-09-19 | dont allow 0 desktops | Dana Jansens | |
| 2003-09-17 | provide some default bindings, not a complete list from the rc.xml.. yet. | Dana Jansens | |
| 2003-09-17 | no tabs | Dana Jansens | |
| 2003-09-17 | add copyright headers, adjust --version output to include copyright, and ↵ | Dana Jansens | |
| --help output to not include version output. | |||
| 2003-09-15 | make openbox base-dir spec compliant, and change the theme dir structure, so ↵ | Dana Jansens | |
| that themes go in $XDG_DATA_DIRS/themes/ with gtk/metacity/whateverelse themes | |||
| 2003-09-15 | remove focusLast and focusLastOnDesktop | Dana Jansens | |
| 2003-09-14 | fix mem leak | Dana Jansens | |
| 2003-09-08 | make both focusDelay and hideTimeout in milliseconds | Dana Jansens | |
| 2003-09-07 | dont use obsolete xmlChildrenNode | Dana Jansens | |
| 2003-09-07 | little bit of an actions overhaul, added action_run* so that duplicated code ↵ | Dana Jansens | |
| can all be in the same place now woot. allow actions to specify when they can be used (ShowMenu cant in the OB_USER_ACTION_MENU_SELECTION case) remove KeyboardMove ad KeyboardResize. Instead, just use Move and Resize and determine if it should be a keyboard move/resize in the code | |||
| 2003-09-04 | turn off focusDelay by default | Dana Jansens | |
| 2003-09-03 | add the focusDelay option | Dana Jansens | |
| 2003-09-03 | rename the theme name node from 'theme' to 'name' | Dana Jansens | |
| 2003-09-03 | make the default screen-edge resistance 20 (double what it is for windows) | Dana Jansens | |
| 2003-09-01 | remove the urgent actions | Dana Jansens | |
| 2003-09-01 | add urgent actions | Dana Jansens | |
| add some macros for moving/resizing clients add 'vibrate' action | |||
| 2003-09-01 | move expand_tilde to ob_expand_tilde in openbox.c to make it global. | Dana Jansens | |
| use it on the command read in the menu parsing for pipe menus. use it on the command read for execute/restart actions. | |||
| 2003-08-30 | make interactive actions a type and not special cases. | Dana Jansens | |
| add the <interactive> option to them to turn off interactivity | |||
| 2003-08-28 | fix crash bug is parsing menu section of the rc3 | Dana Jansens | |
| 2003-08-28 | make client-list-menu work too | Dana Jansens | |
| more menu cleanups | |||
| 2003-08-12 | move the resistance plugin into the kernel. dont resist when move/resizing ↵ | Dana Jansens | |
| with the keyboard, only when doing it with the mouse. | |||
| 2003-08-12 | adjust for changes to the parsing api. | Dana Jansens | |
| split the menu into its own file. | |||
| 2003-08-12 | prefix/capitalize the mouse actions enum | Dana Jansens | |
| 2003-08-12 | oops read the mouse cnofig vars into the right place | Dana Jansens | |
| 2003-08-12 | add the chainQuitKey option to teh <keyboard> section of the rc3 | Dana Jansens | |
| 2003-08-12 | add an option for if the popup is used for desktop cycling. defaults on. | Dana Jansens | |
| 2003-08-12 | move the keyboard and mouse plugins into the kernel for mucho sexiness. | Dana Jansens | |
| make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all. this is some hot shit. | |||
| 2003-08-03 | kill non-opaque move/resize | Dana Jansens | |
| add an option for redrawing/resizing the client window while resizing, when disabled the client is not touched until the resize is complete. | |||
| 2003-07-30 | move the titlebar layout from the theme to the rc file | Dana Jansens | |
| 2003-07-23 | * Change xml parsing to pass the parent node, rather than the first | Scott Moynes | |
| child. * Add x,y co-ordinates on showmenu action so we can place menus on keypress. | |||
| 2003-07-10 | prefixing and capitalizing the StackLayer -> ObStackingLayer enum. | Dana Jansens | |
| less includes in headers for less rebuilding on changes | |||
| 2003-07-10 | use the ObOrientation enum instead of a horz bool for configuring the dock's ↵ | Dana Jansens | |
| orientation | |||
| 2003-07-10 | prefixing for the dock. use ObDirection instead of dupliacting it in another ↵ | Dana Jansens | |
| enum for the dock's placement | |||
