| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-14 | cleaning up remnants of bad rebase merges and modernizing some sections | Dave Foster | |
| 2010-10-14 | Menu bullet color support. | Dave Foster | |
| 2010-10-14 | Make the btn textures use their own image color. | Dave Foster | |
| 2010-10-14 | Buttons seem to work! | Dave Foster | |
| 2010-10-14 | (non-working) Getting theme started. Button textures read to the right place. | Dave Foster | |
| 2010-10-14 | Button structure. | Dave Foster | |
| 2010-10-14 | Button proper freeing/newing. | Dave Foster | |
| 2010-10-14 | Adding RrButton to libobrender, ref counted appearances. | Dave Foster | |
| 2010-10-14 | Another way of getting at button-*.toggled.unpressed (no unpressed needed). | Dave Foster | |
| 2010-10-14 | Rearranged all button appearance reading for logical purposes, better defaults. | Dave Foster | |
| 2010-10-14 | Found a bug in one of the specialized button textures. | Dave Foster | |
| 2010-10-14 | Need to allocate appearances! | Dave Foster | |
| 2010-10-14 | Made specific buttons be button-<name> instead of button.<name> | Dave Foster | |
| 2010-10-14 | Individual button appearances from the theme. | Dave Foster | |
| 2010-10-14 | Read into _tmp RrAppearance, not theme->a_*_max | Dave Foster | |
| 2010-10-14 | Temporary storage locations for texture reads. | Dave Foster | |
| 2010-10-14 | READ_COLOR macros done, RrColorCopy added, indentation fixed. | Dave Foster | |
| 2010-10-14 | default for menu overlap | Dave Foster | |
| 2010-10-14 | Removed trailing spaces and fixed to 80 column width. | Dave Foster | |
| 2010-10-14 | READ_APPEARANCE* macros and code cleanups. | Dave Foster | |
| 2010-10-14 | READ_COLOR macros done, RrColorCopy added, indentation fixed. | Dave Foster | |
| 2010-10-14 | READ_INT macro. | Dave Foster | |
| 2010-05-17 | new enum values need to be handled in switches | Dana Jansens | |
| (the new enum values were added to count the number of entries in the enums) | |||
| 2010-05-17 | fix typo in enum | Dana Jansens | |
| 2010-05-13 | add _NUM_TYPES to obrender enums, to allow enumeration of the enum values | Derek Foreman | |
| 2010-02-16 | more using g_slice_new() instead of g_new() | Dana Jansens | |
| 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 | use g_slice_new() instead of g_new() part 4 | Dana Jansens | |
| 2010-01-14 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/frame.c | |||
| 2010-01-11 | Fix ordering so fallback for inactive osd to label works | Mikael Magnusson | |
| The themeing options (sic) for inactive osd labels added in cfdbe23e0d9b72b4c220a10ddf60a4e981967b63 had the fallback to inactive label before that was read in, so fallback failed to pick up some things. | |||
| 2010-01-08 | Rework the code provided by Kadlcik Libor for loading/showing icons in ↵ | Dana Jansens | |
| Openbox menus. This changes how the imagecache works, you can load an image into it directly, or you can load it by name (then it will load it from a file on disk). NOTE: The name part is incomplete, as it needs to use the freedesktop.org icon spec to search for the right file. Also to resize it should look for another icon on disk with the same name but different size (icon themes). | |||
| 2010-01-08 | This patch implements support for icons in user-defined menus into Openbox | Kadlcik Libor | |
| Image loading is done using the Imlib2 library. I chose Imlib2 because it's pretty fast, it's easy to use, supports many file formats (tested xpm, gif, jpeg, png) and doesn't introduce too much bloat (it depends :)). I ported the patch to 3.4.7-pre3 and added some enhancements. Caching is much better now, and icons can be disabled at compile time using --disable-imlib2 option. What's new? Syntax of configuration files (namely rc.xml and menu.xml) has been changed slightly to allow users to associate icons to menu entries. This is done by specifying path to icon file in the new "icon" attribute in "<item>" element, e.g: <item label="Vim" icon="/usr/share/pixmaps/vim-32.xpm"> <action name="Execute"><execute>x-terminal-emulator -T Vim -e vim</execute></action> </item> If user doesn't want to display any icons in his user-defined menus, he/she can disable icons in rc.xml, inside "<menu>" section: <menu> ... <showIcons>no</showIcons> ... </menu> Default value is "yes". (New boolean variable "config_menu_user_show_icons" has been added to source code.) An icon is loaded (using menu_item_attach_icon()) when a new entry of menu is created. Fortunately, I haven't notice any performance problems because of this :). | |||
| 2009-12-21 | Set up work for making a 3.5 prerelease. | Dana Jansens | |
| Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*> | |||
