| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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/*> | |||
| 2009-12-21 | make a config option for the inactive osd font | Dana Jansens | |
| 2009-12-21 | Add themeing options for inactive osd labels, osd.inactive.label.* | Dana Jansens | |
| (rename the current osd label options from osd.label to osd.active.label, similar to the window.(in)?active.label options. | |||
| 2009-12-16 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: obt/keyboard.c obt/keyboard.h openbox/event.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c | |||
| 2009-12-15 | Comment out some debug messages for the image cache | Dana Jansens | |
| 2009-12-11 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h | |||
| 2009-12-09 | Find a valid image to use in the image cache. Fixes bug #1149 | Dana Jansens | |
| The larger of the width and height has to match. If the smaller matches, then it would have to be resized down to fit inside the area, so that does not count. | |||
| 2009-12-09 | Fix for rendering RGBA and Image textures. | Dana Jansens | |
| RGBA and Image textures could exceed their tarea if given an x or y offset inside the area that is > 0. | |||
| 2009-11-21 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/popup.c | |||
| 2009-11-21 | Keep things in 80 columns | Dana Jansens | |
| 2009-11-21 | Pointers are long-sized on x86_64. | Dana Jansens | |
| 2009-11-07 | Make clang happier | Mikael Magnusson | |
| Add asserts to default: in switch statements Store pointed to variables locally so it knows they don't change Remove some dead assignments Mark ob_exit_with_error as noreturn Use "%s", msg instead of just msg to printf style functions Use the c_pfocus variable | |||
| 2009-09-19 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/actions/desktop.c openbox/client.c openbox/event.c openbox/extensions.c openbox/popup.c openbox/screen.c parser/parse.c | |||
| 2009-07-04 | Fix memory corruption when y2sz is 0. | Reilly Grant | |
| data is incremented one too many times when y2sz is zero, leading to memory corruption. [ also changed % 2 to & 1 -- Mikael ] | |||
| 2009-07-04 | Only open the default font once, then ref it. | Mikael Magnusson | |
| As suggested in #3622, we don't need to open the default font for every place that wasn't specified in the theme. Solved a bit differently than the patch given there. | |||
| 2009-06-06 | Add support for 24bit | 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 | 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-04-23 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/config.c openbox/keyboard.c openbox/moveresize.c | |||
| 2008-04-15 | When icons had a very small aspect ratio, we crashed, don't. | Mikael Magnusson | |
| 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 | Remove double newlines. | Mikael Magnusson | |
| 2008-03-06 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c | |||
| 2008-03-05 | Don't leak auto-scaled RGBA textures. | Mikael Magnusson | |
| 2008-03-02 | use g_debug for debug messages | Dana Jansens | |
| 2008-02-27 | set the right version in the new render and obt .pc files | Dana Jansens | |
| 2008-02-27 | obrender uses obt now, there is no obparser anymore | Dana Jansens | |
| 2008-02-22 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/menuframe.c openbox/prompt.c openbox/prop.c openbox/prop.h | |||
| 2008-02-22 | Add theme options for menu line separators. | Dana Jansens | |
| Added: menu.separator.color menu.separator.width menu.separator.padding.width menu.separator.padding.height | |||
| 2008-02-18 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/grab.c openbox/keyboard.c | |||
| 2008-02-17 | Fix some typos in comments. | Mikael Magnusson | |
| 2008-02-14 | Merge branch 'backport' into work | Dana Jansens | |
| 2008-02-14 | don't use \n at the end of g_message strings | Dana Jansens | |
| 2008-02-14 | don't reference free'd memory, and don't leak memory if the image cache is ↵ | Dana Jansens | |
| not saving any resized pictures | |||
| 2008-02-14 | use g_message not g_print so it can go to the log | Dana Jansens | |
| 2008-02-14 | pre-calc the sum of a picture added to an RrImage rather than calculating it ↵ | Dana Jansens | |
| every time | |||
| 2008-02-14 | add a bunch of comments for images and image caches. and make the number of ↵ | Dana Jansens | |
| resized pictures saved in an image tunable per-icon cache. | |||
| 2008-02-14 | when resizing images, pick a source image with the same aspect ratio if possible | Dana Jansens | |
| 2008-02-14 | Introducing the icon cache. | Dana Jansens | |
| If an icon is the same as one in the cache, then it uses that one. icons of different sizes (from the same client) are linked together into one, and resizes of icons are cached and linked to all the various sizes. so you only need one icon in memory for all your terminals now. ya! | |||
| 2008-02-14 | backport the changes to render/ from the alttab branch (commit ↵ | Dana Jansens | |
| 3592046b2b26e05ee94c0dd0fed5b7fd5475c198) in master, as the iconcache changes depend on this git show 3592046b -- render | |||
| 2008-02-14 | put the char member at the bottom of the struct so that it doesnt mess up ↵ | Mikael Magnusson | |
| alignment for the other members (assuming the compiler doesn't pad the struct appropriately anyways) | |||
| 2008-02-14 | fix min-size calculations for lineart textures | Dana Jansens | |
| 2008-02-14 | when drawing and measuring strings in "flow" mode, don't ellipsize so that ↵ | Dana Jansens | |
| lines can wrap | |||
| 2008-02-14 | allow font rendering to use multiple lines | Dana Jansens | |
| 2008-02-14 | you can create dialog windows called "prompts" which have a message and some ↵ | Dana Jansens | |
| buttons! they don't do anything interesting yet. | |||
| 2008-02-14 | fix min-size calculations for lineart textures | Dana Jansens | |
| 2008-02-14 | put the char member at the bottom of the struct so that it doesnt mess up ↵ | Mikael Magnusson | |
| alignment for the other members (assuming the compiler doesn't pad the struct appropriately anyways) | |||
| 2008-02-14 | Merge branch 'backport' into work | Mikael Magnusson | |
| Diffing against the old work branch where most of the changes in backport were cherry-picked from indicates this should be alright. (0de9097017d4d1991388a35e380a57dc1135b431) | |||
| 2008-02-14 | turn the new openbox.png into the default icon.h | Dana Jansens | |
| 2008-02-14 | split menu overlap into x and y components | Dana Jansens | |
