| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-29 | parse some of the .desktop stuff into an ObtLink structure | Dana Jansens | |
| localized names still don't work. most of the app-specific stuff isn't done yet. categories aren't handled yet (to only show in/not show in some category) | |||
| 2010-03-29 | add obt_paths_try_exec() that will see if an executable exists | Dana Jansens | |
| 2010-03-29 | save the LC_MESSAGES locale category | Dana Jansens | |
| 2010-03-29 | if a launch time isnt there (like for client_activate) assume the window ↵ | Dana Jansens | |
| launched before the last desktop switch, not after. ie don't change desktops if you're not sure. | |||
| 2010-03-25 | make keypad enter do the same thing as return | Dana Jansens | |
| 2010-03-25 | figure out what type the value should be for each known .desktop key, and ↵ | Dana Jansens | |
| watch for invalid keys | |||
| 2010-03-25 | Add a new ObtLink type, which is going to be a generalization of a .desktop ↵ | Dana Jansens | |
| entry. Move the .desktop file parsing details into obt/ddparse.c, which generates some hash tables holding the data of the file. Add a new obt/link.c which will build an ObtLink from a parsed .desktop file, and may support other ways to create these links in the unforseeable future | |||
| 2010-03-25 | ignore the rendertest executable | Dana Jansens | |
| 2010-03-25 | ignore generated autostart script | Dana Jansens | |
| 2010-03-25 | save key values based on their value, but we dont know what values they have yet | Dana Jansens | |
| 2010-03-25 | add an empty function to parse the Desktop Entry group in a .desktop file | Dana Jansens | |
| 2010-03-25 | parse key/value pairs from the .desktop file and save them in a hashtable | Dana Jansens | |
| 2010-03-25 | close the .desktop file after parsing it | Dana Jansens | |
| 2010-03-25 | free the path after done with it | Dana Jansens | |
| 2010-03-25 | g_warning adds a \n | Dana Jansens | |
| 2010-03-25 | watch for groups in .desktop files and remember the current group. validate ↵ | Dana Jansens | |
| the names, and make sure no duplicates and "Desktop Entry" comes first | |||
| 2010-03-25 | avoid ascii control characters in strings | Dana Jansens | |
| 2010-03-25 | add beginning of .desktop file parsing, grabs a line of text from the input ↵ | Dana Jansens | |
| file at a time and strips out any \0 characters | |||
| 2010-03-25 | make enum values match numbers in the spec, and make the .desktop file ↵ | Dana Jansens | |
| reader function take a list of paths to look for the file in | |||
| 2010-03-25 | install the obt/ddfile.h header | Dana Jansens | |
| 2010-03-25 | add function to give the list of autostart directories | Dana Jansens | |
| 2010-03-25 | add some functions for parsing a value in a .desktop file | Dana Jansens | |
| 2010-03-25 | allow non-normal windows to go to 0,0. and remove a debugging g_print | Dana Jansens | |
| 2010-03-09 | Add menu seperator style to Clearlooks | David Barr | |
| The default themerc is quite old and does not include the slightly newer option to theme the menu seperator, here is a patch to fix that and some very trivial tweaks to overall theme to better match the metacity/gtk version. | |||
| 2010-03-01 | add a function client_is_oldfullscreen() that determines if a window is an ↵ | Dana Jansens | |
| "oldschool fullscreen window" or not. use this throughout. and allow oldschool fullscreen windows to move to 0,0 even with a strut there. | |||
| 2010-03-01 | when an app tries to move to 0,0 and there is a strut there (java swing!), ↵ | Dana Jansens | |
| move it to inside the strut instead (unless it is an oldschool fullscreen app) | |||
| 2010-02-26 | missing a g_slice_free | Dana Jansens | |
| 2010-02-24 | libexecdir is provided by automake, and gnome-settings-daemon is not always ↵ | Dana Jansens | |
| in /usr/libexecdir, use the dir from automake | |||
| 2010-02-24 | Type is a mandatory field of a .desktop, so add it to the old ↵ | Dana Jansens | |
| gnome-interfacing-desktop file | |||
| 2010-02-21 | Show client menu on right click anywhere on a window frame (left and right ↵ | Dana Jansens | |
| were excluded) | |||
| 2010-02-21 | Added shade-icon to client-menu | Tobias Gläßer | |
| 2010-02-19 | make array large enough | Dana Jansens | |
| 2010-02-19 | get the modifier mask for a modifier key that is pressed/released more ↵ | Dana Jansens | |
| accurately, using the table we built already for other purposes | |||
| 2010-02-19 | save the state of the modifiers only when starting an interactive action | Dana Jansens | |
| 2010-02-17 | move the startup command launching into a helper function | Dana Jansens | |
| 2010-02-17 | revamp the autostart functionality, so autostart apps launch after openbox. | Dana Jansens | |
| add /usr/libexec/openbox-autostart which runs the global/user scripts and launches /usr/libexec/openbox-xdg-autostart (which runs .desktop autostart stuff) make openbox-session call openbox with --startup option, to make openbox launch /usr/libexec/openbox-autostart *after* it is initialized. add /etc/xdg/openbox/environment and ~/.config/openbox/environment files to let user change environment variables (locale) for their Openbox session, which openbox-session loads before running openbox. | |||
| 2010-02-17 | don't use a variable as a format string | Dana Jansens | |
| 2010-02-16 | Add skeleton for start of dot-desktop-file parser | Dana Jansens | |
| 2010-02-16 | lower the default submenu show delay | Dana Jansens | |
| 2010-02-16 | a couple more g_free() to g_slice_free()'s | Dana Jansens | |
| 2010-02-16 | more using g_slice_new() instead of g_new() | Dana Jansens | |
| 2010-02-16 | missed a g_free() that should be g_slice_free() | Dana Jansens | |
| 2010-02-15 | dont trust the _NET_ACTIVE_WINDOW timestamp. (fixes bug #4519) | Dana Jansens | |
| if we decide to focus the window, do not use their provided timestamp. chromium gives a very old timestamp, which means we think we're focusing the window but it never actually gets focus, leading to inconsistent behaviour by openbox. use the timestamp for making decisions about passing focus if you want (we dont right now), but not for the XSetInputFocus call. | |||
| 2010-02-13 | Remove mismerge-added files | Mikael Magnusson | |
| 2010-02-12 | include imlib2 as a dep of obrender in the pkg-config file if it's using it | Dana Jansens | |
| 2010-02-12 | make the obt .pc file do -lobt, not -lobrender | Dana Jansens | |
| 2010-02-12 | remove a bunch of g_new()/g_free() by returning Rect const*'s from screen ↵ | Dana Jansens | |
| area functions when possible | |||
| 2010-02-12 | use g_slice_new() instead of g_new() part 4 | Dana Jansens | |
| 2010-02-12 | use g_slice_new() instead of g_new() part 3 | Dana Jansens | |
| 2010-02-12 | use g_slice_new() instead of g_new() part 2 | Dana Jansens | |
