summaryrefslogtreecommitdiff
path: root/openbox/config.c
AgeCommit message (Collapse)Author
2004-02-19add 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-22s/guint/gboolean/ oopsDana Jansens
2003-10-25use gpointer for void*Dana Jansens
2003-10-15add DOCK_NORMAL stacking layerDana Jansens
2003-10-15consistant glib type usageDana Jansens
2003-10-09put dock in the dock_above/below layerDana Jansens
2003-09-29dialog options are no longer usedDana Jansens
2003-09-28add option for under-mouse placementDana Jansens
2003-09-28removing focusLast again..Dana Jansens
2003-09-26remove the dialog optionsDana Jansens
2003-09-26add <dialog><focus/><desktop/> to allow disabling popupsDana Jansens
2003-09-26add <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-22simplify the default bindingsDana Jansens
2003-09-22add back focusLastDana Jansens
2003-09-21add raiseOnFocus optionDana Jansens
2003-09-21rename dock/himeTimeout to dock/hideDelay in the config fileDana Jansens
2003-09-19constDana Jansens
2003-09-19dont allow 0 desktopsDana Jansens
2003-09-17provide some default bindings, not a complete list from the rc.xml.. yet.Dana Jansens
2003-09-17no tabsDana Jansens
2003-09-17add copyright headers, adjust --version output to include copyright, and ↵Dana Jansens
--help output to not include version output.
2003-09-15make 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-15remove focusLast and focusLastOnDesktopDana Jansens
2003-09-14fix mem leakDana Jansens
2003-09-08make both focusDelay and hideTimeout in millisecondsDana Jansens
2003-09-07dont use obsolete xmlChildrenNodeDana Jansens
2003-09-07little 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-04turn off focusDelay by defaultDana Jansens
2003-09-03add the focusDelay optionDana Jansens
2003-09-03rename the theme name node from 'theme' to 'name'Dana Jansens
2003-09-03make the default screen-edge resistance 20 (double what it is for windows)Dana Jansens
2003-09-01remove the urgent actionsDana Jansens
2003-09-01add urgent actionsDana Jansens
add some macros for moving/resizing clients add 'vibrate' action
2003-09-01move 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-30make interactive actions a type and not special cases.Dana Jansens
add the <interactive> option to them to turn off interactivity
2003-08-28fix crash bug is parsing menu section of the rc3Dana Jansens
2003-08-28make client-list-menu work tooDana Jansens
more menu cleanups
2003-08-12move 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-12adjust for changes to the parsing api.Dana Jansens
split the menu into its own file.
2003-08-12prefix/capitalize the mouse actions enumDana Jansens
2003-08-12oops read the mouse cnofig vars into the right placeDana Jansens
2003-08-12add the chainQuitKey option to teh <keyboard> section of the rc3Dana Jansens
2003-08-12add an option for if the popup is used for desktop cycling. defaults on.Dana Jansens
2003-08-12move 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-03kill non-opaque move/resizeDana 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-30move the titlebar layout from the theme to the rc fileDana Jansens
2003-07-23* Change xml parsing to pass the parent node, rather than the firstScott Moynes
child. * Add x,y co-ordinates on showmenu action so we can place menus on keypress.
2003-07-10prefixing and capitalizing the StackLayer -> ObStackingLayer enum.Dana Jansens
less includes in headers for less rebuilding on changes
2003-07-10use the ObOrientation enum instead of a horz bool for configuring the dock's ↵Dana Jansens
orientation
2003-07-10prefixing for the dock. use ObDirection instead of dupliacting it in another ↵Dana Jansens
enum for the dock's placement