summaryrefslogtreecommitdiff
path: root/openbox/config.c
AgeCommit message (Collapse)Author
2008-02-21Change all single quotes to double quotes in strings.Mikael Magnusson
2008-02-14Merge branch 'backport' into workDana Jansens
2008-02-14avoid a compiler warningDana Jansens
2008-02-14Merge branch 'backport' into workMikael Magnusson
Diffing against the old work branch where most of the changes in backport were cherry-picked from indicates this should be alright. (0de9097017d4d1991388a35e380a57dc1135b431)
2008-02-14let you match per-app settings based on the window typeDana Jansens
2008-02-14force the resize popup to be on-screen (not negative position)Dana Jansens
2008-02-07Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c
2008-02-04Add the manageDesktops option.Mikael Magnusson
2008-02-03allow you to force the position of windows with rc.xml's per-app settings ↵Dana Jansens
with the force="yes" attribute
2008-01-31Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c
2008-01-27Change <placeOn> to <monitor>.Mikael Magnusson
2008-01-27replace the <active> placement option with <placeOn>active/mouse/any</placeOn>Dana Jansens
2008-01-25Fix some memleaks.Mikael Magnusson
missing RrFontClose for osd_font in two places. missing a g_free(area);
2008-01-22print a warning when the session has a different number of desktops than the ↵Dana Jansens
openbox config
2008-01-20make the obt library branch compile again with all the changes merged in ↵Dana Jansens
from backport
2008-01-20move the xdg path stuff into obt/paths.[ch], and make render and openbox use itDana Jansens
2008-01-20update openbox to use the current parser interface in libobtDana Jansens
there is also some random bug fixes for other libobt stuff in here.
2008-01-20make openbox use the obt prop.c/h stuffDana Jansens
holy search and replace batman
2008-01-17Remove leftover config_four_corners from config.c.Mikael Magnusson
2008-01-11fix a small bug introduced that broke per-app placementDana Jansens
2008-01-11make a GravityPoint and GravityCoord data structures for those --x, ++y type ↵Dana Jansens
values
2008-01-11let you specify the resize popup to be in a fixed placeDana Jansens
2008-01-11add an <active> option for window placement, to try force new windows on the ↵Dana Jansens
active monitor (for xinerama)
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-09-04Fix shadowed variablesMikael Magnusson
2007-08-06Fix some memleaksMikael Magnusson
2007-08-04make the default time for the desktop notificatin 875msDana Jansens
2007-08-03show a popup notification when switching desktops (also make all the config ↵Dana Jansens
options export time in milliseconds not half milli half micro)
2007-07-20xml values for per app settings should be case insensitiveMikael Magnusson
change strcasecmp to g_ascii_strcasecmp
2007-07-17remove trailing whitespaceMikael Magnusson
2007-07-13ok i take that backDana Jansens
2007-07-13i know c...honest.Dana Jansens
2007-07-13add hardcoded key binds backDana Jansens
2007-07-13update hardcoded bindings to previous changesDana Jansens
2007-07-11add default bindings for the side edgesDana Jansens
2007-07-10user-sepcified marginsDana Jansens
2007-06-23warp desktops when you hit the edge of the screen while moving a windowDana Jansens
2007-06-23put back default hardcoded mouse bindings. remove default key bindignsDana Jansens
2007-06-22the execute action works again.Dana Jansens
default hardcoded bindings are temporarily offline
2007-06-21dont build the old action stuff.Dana Jansens
config uses the new action stuff. add actions_parse_string
2007-06-21maybe the new actions framework is kinda there nowDana Jansens
2007-06-13add center option to placement sectionMikael Magnusson
2007-06-10let you use +-+-x in the positions for per-app settings, like x geometryDana Jansens
2007-06-03make focuslast default to trueDana Jansens
2007-06-03add <underMouse> focus optionDana Jansens
2007-06-01make the default drag threshold 8pxDana Jansens
2007-05-21use simple pattern matching for per-app settings. all rules that match are ↵Dana Jansens
applied to a window rather than just the first
2007-05-20remove unused config_menu_warppointerMikael Magnusson
2007-05-12remove the edges_hit_layers_below option. don't use windows in other layers ↵Dana Jansens
for resistance
2007-05-12change the "handle" context to "bottom". add a "top" context. make the topDana Jansens
and bottom contexts resize vertically in the default config file.