| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-12-09 | Set a minimum value for the screenEdgeWarpTime for 25ms. | Dana Jansens | |
| When this is very small it just gives X/Openbox a heart attack and ends up going forever. Even 25 is quite too fast to be usuable so it should be a good minimum. | |||
| 2009-02-20 | Fix per-app monitor setting | Mikael Magnusson | |
| A couple of things were wrong, the parser added 1 to the value despite expecting the user to give values in the range of 1 to screen_num_monitors, rc.xml documented the values to start from 0 and finally the monitor value wasn't copied over at all when matching the client. | |||
| 2008-04-02 | Move "if"s out of the loop and rewrite the loop to use parse_find_node() to ↵ | Kadlcik Libor | |
| search for "file". | |||
| 2008-02-21 | Change all single quotes to double quotes in strings. | Mikael Magnusson | |
| 2008-02-14 | avoid a compiler warning | Dana Jansens | |
| 2008-02-14 | let you match per-app settings based on the window type | Dana Jansens | |
| 2008-02-14 | force the resize popup to be on-screen (not negative position) | Dana Jansens | |
| 2008-02-04 | Add the manageDesktops option. | Mikael Magnusson | |
| 2008-02-03 | allow you to force the position of windows with rc.xml's per-app settings ↵ | Dana Jansens | |
| with the force="yes" attribute | |||
| 2008-01-27 | Change <placeOn> to <monitor>. | Mikael Magnusson | |
| 2008-01-27 | replace the <active> placement option with <placeOn>active/mouse/any</placeOn> | Dana Jansens | |
| 2008-01-25 | Fix some memleaks. | Mikael Magnusson | |
| missing RrFontClose for osd_font in two places. missing a g_free(area); | |||
| 2008-01-22 | print a warning when the session has a different number of desktops than the ↵ | Dana Jansens | |
| openbox config | |||
| 2008-01-17 | Remove leftover config_four_corners from config.c. | Mikael Magnusson | |
| 2008-01-11 | fix a small bug introduced that broke per-app placement | Dana Jansens | |
| 2008-01-11 | make a GravityPoint and GravityCoord data structures for those --x, ++y type ↵ | Dana Jansens | |
| values | |||
| 2008-01-11 | let you specify the resize popup to be in a fixed place | Dana Jansens | |
| 2008-01-11 | add an <active> option for window placement, to try force new windows on the ↵ | Dana Jansens | |
| active monitor (for xinerama) | |||
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-09-04 | Fix shadowed variables | Mikael Magnusson | |
| 2007-08-06 | Fix some memleaks | Mikael Magnusson | |
| 2007-08-04 | make the default time for the desktop notificatin 875ms | Dana Jansens | |
| 2007-08-03 | show 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-20 | xml values for per app settings should be case insensitive | Mikael Magnusson | |
| change strcasecmp to g_ascii_strcasecmp | |||
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-07-13 | ok i take that back | Dana Jansens | |
| 2007-07-13 | i know c...honest. | Dana Jansens | |
| 2007-07-13 | add hardcoded key binds back | Dana Jansens | |
| 2007-07-13 | update hardcoded bindings to previous changes | Dana Jansens | |
| 2007-07-11 | add default bindings for the side edges | Dana Jansens | |
| 2007-07-10 | user-sepcified margins | Dana Jansens | |
| 2007-06-23 | warp desktops when you hit the edge of the screen while moving a window | Dana Jansens | |
| 2007-06-23 | put back default hardcoded mouse bindings. remove default key bindigns | Dana Jansens | |
| 2007-06-22 | the execute action works again. | Dana Jansens | |
| default hardcoded bindings are temporarily offline | |||
| 2007-06-21 | dont build the old action stuff. | Dana Jansens | |
| config uses the new action stuff. add actions_parse_string | |||
| 2007-06-21 | maybe the new actions framework is kinda there now | Dana Jansens | |
| 2007-06-13 | add center option to placement section | Mikael Magnusson | |
| 2007-06-10 | let you use +-+-x in the positions for per-app settings, like x geometry | Dana Jansens | |
| 2007-06-03 | make focuslast default to true | Dana Jansens | |
| 2007-06-03 | add <underMouse> focus option | Dana Jansens | |
| 2007-06-01 | make the default drag threshold 8px | Dana Jansens | |
| 2007-05-21 | use 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-20 | remove unused config_menu_warppointer | Mikael Magnusson | |
| 2007-05-12 | remove the edges_hit_layers_below option. don't use windows in other layers ↵ | Dana Jansens | |
| for resistance | |||
| 2007-05-12 | change the "handle" context to "bottom". add a "top" context. make the top | Dana Jansens | |
| and bottom contexts resize vertically in the default config file. | |||
| 2007-05-09 | kill the hideDisabled option | Dana Jansens | |
| 2007-05-09 | further work to r6205. make the disabled titlebar buttons hide if they won't ↵ | Dana Jansens | |
| move other buttons around by doing so. | |||
| 2007-05-06 | missed some stuff? | Dana Jansens | |
| 2007-05-06 | change the perapp settings "head" option to "monitor" i think its easier to ↵ | Dana Jansens | |
| understand. some cleanup for perapp settings. make monitor and desktop be specified starting at 1, like elsewhere in the config file. | |||
| 2007-05-06 | document the per app settings in rc.xml.in. some xsd fixes. add the ↵ | Dana Jansens | |
| "default" option to all the per-app settings which is the same as not putting it in there at all. | |||
