summaryrefslogtreecommitdiff
path: root/openbox/config.h
AgeCommit message (Collapse)Author
2006-08-16add option titleNumber in theme section to disable the little [x] that you ↵Mikael Magnusson
get after identical window titles
2006-08-02make menus optionally vertically centered, and enable by default, see bug #2746Mikael Magnusson
2006-06-08define vars in proper places and don't leak the entire list of settingsMikael Magnusson
2006-06-08per app settingsMikael Magnusson
2006-04-22patch from syscrash2k, adds submenuShowDelay option, bug #2682Mikael Magnusson
2005-09-25add showDelay to dockMikael Magnusson
2005-07-14add a config option hideDisabled in the theme section that hides disabled ↵Mikael Magnusson
buttons instead of showing them as disabled, based on patch in bug #2310
2005-03-26noStrut actually works nowMikael Magnusson
2004-11-04add an option to resize with 4 corners as it was long ago and make the ↵Mikael Magnusson
default 9 "corners" with the middle corner being move. that way you only need one mod+button to move and resize windows
2004-10-31config option for icons in desktop menusMikael Magnusson
2004-10-06remove the hilightFirst option since it wasnt actually used in the codeMikael Magnusson
2004-09-04option to make dragging and findedge ignore windows on lower layersMikael Magnusson
2004-03-21forgotMikael Magnusson
2004-03-21update copyright noticesMikael Magnusson
2004-03-21adds option to have the popup centered above the window instead of centered, ↵Mikael Magnusson
and fix the last occurance of that reversed variable
2004-03-20some nice options for the menus, warpPointer, xorStyle (better name wanted ↵Mikael Magnusson
for this :), hilightFirst and hideDelay (this was hardcoded to .25 secs earlier)
2004-02-24add back the focusLast option for the "i lost count"th timeMikael Magnusson
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-15consistant glib type usageDana 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-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-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-15remove focusLast and focusLastOnDesktopDana Jansens
2003-09-10s/milli/micro/Dana Jansens
2003-09-08timeouts are all in millisecondDana Jansens
2003-09-03add the focusDelay optionDana 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-01missing 'extern' for a bunch of varsDana Jansens
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-28new method for loading menu files etcDana Jansens
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-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-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
2003-05-16rename "Slit" to "Dock".Dana Jansens
add config options to the rc3 for the dock. create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map).