| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-10-27 | The code to replace $wid/$pid died on $foo. | Mikael Magnusson | |
| It failed to increment a variable after finding a $ but no pid or wid, which led to a fun infinite loop. Also don't check if c[1] is w if we already established it was p. | |||
| 2008-10-27 | Show name/class when mapping in debug mode. | Mikael Magnusson | |
| 2008-10-27 | Revert "make windows stay on screen when they..." | Mikael Magnusson | |
| This reverts commit 73adc6480d59fc5dccf9fe19ed5234c9582b328c. I know I had a good reason for reverting this commit, I don't know what that reason was though. | |||
| 2008-10-27 | Correct a 64-bit bug in event_time_after | Mikael Magnusson | |
| The code assumed the timestamps had the same domain as the type Xlib uses for them, which is almost never the case with Xlib. Change all involved variables to guint32. | |||
| 2008-10-22 | Make sure the _MOTIF_WM_INFO atom exists. | Mikael Magnusson | |
| Without this, urxvt won't use motif hints for borderless mode. | |||
| 2008-07-13 | Properly escape strings before writing XML. | Nico Golde | |
| 2008-05-25 | Add a translators note about not translating the word "SessionLogout" in an ↵ | Mikael Magnusson | |
| error message. | |||
| 2008-04-23 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/config.c openbox/keyboard.c openbox/moveresize.c | |||
| 2008-04-23 | Fix typo introduced a few commits ago that made resizing windows hard. | Mikael Magnusson | |
| 2008-04-15 | Don't use GrabModeSync, it hangs the xserver on chains sometimes. | Mikael Magnusson | |
| More or less a revert of 5bfa48dcffec3b00d119d851cb2427a43f80aa7b "Grab key bindings with GrabModeSync" See also bug #3582. | |||
| 2008-04-15 | Show the resize popup right away. | Mikael Magnusson | |
| Previously, it would wait for a resize step before showing it, when resizing windows with resize increments that were bigger than the moveresize threshold. | |||
| 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-03-31 | Center the moveresize popup even when shaded. | Mikael Magnusson | |
| 2008-03-27 | make windows stay on screen when they are resized due to their normal hints ↵ | Dana Jansens | |
| changing | |||
| 2008-03-27 | remove some verbose debug prints | Dana Jansens | |
| 2008-03-13 | Make alt-tab icon size configurable. | Mikael Magnusson | |
| 2008-03-09 | fix a bug from when $window changed to $wid in the execute action | Dana Jansens | |
| 2008-03-08 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c | |||
| 2008-03-08 | Fix a typo in --help output (master only). | Mikael Magnusson | |
| 2008-03-08 | Remove double newlines. | Mikael Magnusson | |
| 2008-03-08 | Don't run actions in focus cycling actions backwards either (as in ↵ | Mikael Magnusson | |
| 664b0b4e943ba4d410168817dcff953804b44253). | |||
| 2008-03-08 | Don't draw titlebar buttons on top of eachother. | Mikael Magnusson | |
| 2008-03-06 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c | |||
| 2008-03-06 | don't set variables twice | Dana Jansens | |
| 2008-03-06 | fix the check for if a relative is focused on map | Dana Jansens | |
| 2008-03-06 | when a window pops up a child, don't avoid focusing it because you were ↵ | Dana Jansens | |
| working in its parent window before this. that's probably what made the window appear in the first place | |||
| 2008-03-03 | add some debug prints in the session code | Dana Jansens | |
| 2008-03-03 | make --debug-focus and --debug-session only show their appropriate messages ↵ | Dana Jansens | |
| so you can filter easier | |||
| 2008-03-03 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/session.c | |||
| 2008-03-03 | don't save our state for SmSaveGlobal session saves, just Local ones | Dana Jansens | |
| 2008-03-03 | use SmSaveGlobal to log out. this will make apps save their documents or ↵ | Dana Jansens | |
| whatever so that you don't lose things, but it won't take a snapshot of the current session | |||
| 2008-03-03 | Update french translation and fix a typo in actions/session.c | Cyrille Bagard | |
| 2008-03-02 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-03-02 | change the logout button to same capitilization as the title, and update ↵ | Dana Jansens | |
| translatable strings | |||
| 2008-03-02 | be consistent with logout vs log out use | Dana Jansens | |
| 2008-03-02 | show the kill dialog if something doesn't respond for 6 seconds instead of 3 | Dana Jansens | |
| 2008-03-02 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/actions/execute.c openbox/event.c openbox/openbox.c openbox/openbox.h | |||
| 2008-03-02 | add a title to the session logout confirm prompt | Dana Jansens | |
| 2008-03-02 | allow prompts to have titles specified. show a prompt when there are syntax ↵ | Dana Jansens | |
| errors in the xml config files. | |||
| 2008-03-02 | show an error message when parsing syntax errors are encountered in the ↵ | Dana Jansens | |
| openbox config files | |||
| 2008-03-02 | add a cleanup callback to the prompt interface. when the prompt's callback ↵ | Dana Jansens | |
| returns TRUE, then the cleanup function is called. likewise when the prompt system is shutdown (openbox is exiting), then the cleanup function is also called. it should unref/destroy the prompt and any memory associated with it | |||
| 2008-03-02 | the #ifdef was backwards for using SM or not | Dana Jansens | |
| 2008-03-02 | add a RECONFIGURING state, and enter that when doing reconfiguring | Dana Jansens | |
| 2008-03-02 | glib already prints a verbose error message when execute fails. don't add a ↵ | Dana Jansens | |
| second level of useless verbosity to that | |||
| 2008-03-02 | show prompts when printing error messages | Dana Jansens | |
| 2008-03-02 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-03-02 | make code to show a prompt when you just want to display and message and not ↵ | Dana Jansens | |
| do anything when the user presses the button | |||
| 2008-03-02 | make the SessionLogout action always available but it shows an error if you ↵ | Dana Jansens | |
| use it and Openbox wasn't built with SM support | |||
| 2008-03-02 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/actions/desktop.c openbox/actions/if.c | |||
| 2008-03-02 | don't steal focus from windows you are typing in, even if the new window is ↵ | Dana Jansens | |
| a relative | |||
