| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-15 | Another problem pointed out by clang | Mikael Magnusson | |
| Using format specifiers without arguments in printf is still bad. openbox/debug.c:105:18: warning: format string is not a string literal (potentially insecure) fprintf(out, log_domain); ^~~~~~~~~~ openbox/debug.c:107:18: warning: format string is not a string literal (potentially insecure) fprintf(out, level); ^~~~~ openbox/debug.c:109:18: warning: format string is not a string literal (potentially insecure) fprintf(out, message); ^~~~~~~ | |||
| 2008-11-15 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/event.c | |||
| 2008-11-15 | Use ngettext for %d desktop(s). | Mikael Magnusson | |
| This poses a small problem. We currently let translators reorder this string, but ngettext only takes one numeric argument. This means that you can either get correct pluralization or the order you want, but not both. I fixed up the languages I understand at a very basic level, but the rest will need translator assistance. | |||
| 2008-11-10 | Fix a problem pointed out by clang | Mikael Magnusson | |
| openbox/client.c:269:10: warning: incompatible pointer types passing 'gint *', expected 'guint32 *' if (!OBT_PROP_GET32(self->window, NET_WM_USER_TIME, CARDINAL, &user_time)) ^~~~~~~~~~~~~~ | |||
| 2008-11-05 | Don't move windows to current desktop on net_active_window if the event ↵ | Mikael Magnusson | |
| didn't come from the user. Instead, just activate the flashy thinger. | |||
| 2008-11-05 | Using format specifiers without arguments in printf is bad. | Mikael Magnusson | |
| 2008-10-29 | Merge branch 'backport' into work | Mikael Magnusson | |
| 2008-10-29 | Bring helper windows when following a window. | Mikael Magnusson | |
| 2008-10-29 | _NET_WM_USER_TIME=0 means don't focus the new window. | Mikael Magnusson | |
| 2008-10-27 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/client.c openbox/prop.c openbox/prop.h | |||
| 2008-10-27 | No \n on ob_debug in this branch. | Mikael Magnusson | |
| 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-27 | give the compiler hints about what can be kept in registers so that it can ↵ | Dana Jansens | |
| optimize the gradient code better with all the pointers going on | |||
| 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-10-22 | Update Basque translation. | Inko Illarramendi Arancibia | |
| 2008-09-14 | 0 is the first monitor here, not 1. | Mikael Magnusson | |
| 2008-08-19 | Add danish translation. | Jesper Sander | |
| 2008-07-13 | Properly escape strings before writing XML. | Nico Golde | |
| 2008-05-29 | Openbox doesn't support _NET_WM_USER_TIME_WINDOW atm. | Mikael Magnusson | |
| 2008-05-25 | Update catalan translation. | David Majà Martínez | |
| 2008-05-25 | Add a translators note about not translating the word "SessionLogout" in an ↵ | Mikael Magnusson | |
| error message. | |||
| 2008-05-25 | Add turkish translation. | Tutku Dalmaz | |
| 2008-05-15 | Update italian translation. | Andrea Scarpino | |
| 2008-05-08 | Update spanish translation. | Nicolás de la Torre | |
| 2008-05-08 | Add Lithuanian translation. | Mikael Magnusson | |
| 2008-05-03 | Don't translate action names. | Mikael Magnusson | |
| 2008-05-02 | Update russian translation. | Moroz Sergey L | |
| 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-20 | Don't need to explicitly check for xft. | 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-15 | When icons had a very small aspect ratio, we crashed, don't. | Mikael Magnusson | |
| 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-26 | Update dutch translation. | Benno Schulenberg | |
| 2008-03-17 | Update finnish translation. | Lauri Hakko | |
| 2008-03-17 | Update hungarian translation. | Robert Kuszinger | |
| 2008-03-17 | Update czech translation. | Mikael Magnusson | |
| 2008-03-16 | Update portuguese translation. | Mikael Magnusson | |
| 2008-03-13 | Update german translation. | Florian Walch | |
| 2008-03-13 | Update weejun translation. | Michael Kjelbergvik Thung | |
| 2008-03-13 | Make alt-tab icon size configurable. | Mikael Magnusson | |
| 2008-03-12 | Update simplified chinese translation. | zhou sf | |
| 2008-03-11 | Update dutch translation. | Marvin Vek | |
