summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2013-09-01Fix bugs and add unit tests for BSEARCH()Dana Jansens
Also adds running unit tests to the release/go script so we can be sure that all tests pass before we make a release.
2013-08-10Remove unneeded obrender/button.hDana Jansens
2013-08-10Add support for loading SVG icons using librsvg.Dana Jansens
This adds a configure option --disable-librsvg, but defaults to using the library if it is present during configure. When enabled, Openbox will attempt to load svg image files using the library, similar to how Imlib2 is used for other image formats. Since librsvg uses the libXml2 library, their errors end up in the same global namespace as Openbox config file parsing. To avoid this, we reset the libXml current error whenever we start loading a file, and save the last error that occurred when we are finished, by storing the error in the ObtXmlInst.
2012-10-06Make LeastOverlap placment replace the behaviour of Smart and address style nitsDana Jansens
2012-10-06LeastOverlap placement option (Fix bug 5385)Ian Zimmerman
Adds a new placement algorithm that finds a place on the monitor that overlaps the least amount of windows as possible. Original patch by Ian Zimmerman <itz@buug.org>. Port to Openbox 3.5 by David Vogt <dv@adfinis.c>.
2012-09-30Link X into libobt (Fixes compile on debian).Dana Jansens
2011-10-16Fixes for gnome-session 3.Dana Jansens
We run by default with a panel (default gnome-panel) and then run Openbox without any panel if one cannot be found. - Adds a fallback session for if a panel (default gnome-panel) not found. - Removes notifications as a requirement. Seems to be a legacy thing judging from the ubuntu .session files. Notifications are being provided by notify-osd on modern systems, and you can't check for its presence in gnome-session (gnome-classic.session always fails because it looks for it, so ubuntu falls back to gnome-fallback.session).
2011-10-16Link libobt into libobrender, as it uses things from libobt (bug #5150)Fryderyk Dziarmagowski
libobrender uses ObtPaths stuff, so it needs to link in libobt.
2011-10-11Don't remove openbox-gnome.session on make clean - it's not generated.Dana Jansens
2011-10-07Make openbox-gnome-session compatible with gnome3 with gnome-session 3.0+ ↵Geoffrey Antos
support. Yay they did something nice and made it easier for other window managers to be used. How unexpected and pleasant.
2011-08-02Merge branch 'm4/master'Mikael Magnusson
2011-08-01Link libraries directly to compile on some systems (debian).Mikael Magnusson
If program (A) is linked to library (B) which is linked to library (C), then A must also link C directly in order to use things from it directly.
2011-04-11fix global autostart installation, and the pointer to it so it is runDana Jansens
2011-01-24use top_builddir, not builddir variable in Makefile. seems builddir doesn't ↵Dana Jansens
always exist/anymore
2011-01-24Revert "add an inotify watcher for directories (doesnt work without inotify ↵Dana Jansens
yet)" This reverts commit c36b89ba12eae18d3011c8516906c21e9abb89dc.
2010-10-14Adding RrButton to libobrender, ref counted appearances.Dave Foster
2010-10-04fix make distcheckDana Jansens
2010-09-16Add signal handling with the GMainLoopDana Jansens
Provided through a very simplistic interface in obt, found in the obt/signal.[ch] files
2010-09-16Make the dock a context and add actions LowerDock and RaiseDockMikael Magnusson
2010-06-14add an inotify watcher for directories (doesnt work without inotify yet)Dana Jansens
2010-06-14Use GMainLoop instead of ObtMainLoopDana Jansens
2010-04-28make an event queue for X events. the queue's min size is 16 XEvents (~3k)Dana Jansens
2010-04-16Link libobrender, not openbox, to imlib2Mikael Magnusson
2010-03-29add BSEARCH() macros in obt/bsearch.h that to a binary search on an array, ↵Dana Jansens
use it when searching for a group in obt_paths_try_exec()
2010-03-25Add 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-25install the obt/ddfile.h headerDana Jansens
2010-02-24libexecdir is provided by automake, and gnome-settings-daemon is not always ↵Dana Jansens
in /usr/libexecdir, use the dir from automake
2010-02-17revamp 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-16Add skeleton for start of dot-desktop-file parserDana Jansens
2010-02-09don't link libobt into libobrenderDana Jansens
it makes "warning relinking" weird things happen when doing make install. we already list it as dependency in the pkgconfig file anyway
2010-02-08Merge branch 'backport' into workDana Jansens
2010-02-08Add obxprop manpage to installDana Jansens
2010-01-08Rework 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-08Some style changes, less ifdefs.Mikael Magnusson
2010-01-08This patch implements support for icons in user-defined menus into OpenboxKadlcik 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 :).
2010-01-08Merge branch 'backport' into workDana Jansens
Conflicts: Makefile.am openbox/actions/focus.c openbox/config.c openbox/event.c openbox/menuframe.c
2010-01-06add a manpage for obxpropDana Jansens
2009-12-21rename the obt_parse library to obt_xml (since it is very xml specific)Dana Jansens
2009-12-21Set 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-21Merge branch 'backport' into workDana Jansens
2009-12-21Rename obprop to obxprop (Fixes bug #4419)Dana Jansens
Avoids collision with openbabel.
2009-12-14Merge branch 'backport' into workDana Jansens
2009-12-14Add an obprop tool which can print UTF-8 strings properly, for our users.Dana Jansens
2009-12-11Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h
2009-12-10Add an openbox.desktop file for the applications/ directoryDana Jansens
This is for gnome-session to start Openbox correctly as the window manager See the commit log for http://cvs.fedoraproject.org/viewvc/devel/openbox/openbox.desktop?revision=1.3&view=markup
2009-12-08Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/all.h openbox/actions/session.c openbox/client.c openbox/event.c openbox/grab.c
2009-11-24Combine the Exit and SessionLogout actionsDana Jansens
Just "do the right thing" based on if you are connected to a session manager or not.
2009-11-21Revert all commits for the Hooks feature to move it to a topic branch.Dana Jansens
This reverts commit fd2f617be7ff57fcb187daa737f66d243544c8cd. This reverts commit a47d0a53652a96ca1df96fc9268757df1431ae55. This reverts commit a1908e076736e1a618bd305c5963dbfecaa30497. This reverts commit dc2e6f6bf7143a56de360a393b33906735e63625. This reverts commit 985e7dadf9a3ebf4bd265d955c3198e96405e5d2. This reverts commit db781556d63d1a50bd1b1b4b6b5423ef703bf2c7. This reverts commit feec8f663f0a11546c2da87575fecc8a88d97ca1.
2009-09-19Add all the action names used in 3.4 so configs don't breakMikael Magnusson
2008-04-20Don't need to explicitly check for xft.Mikael Magnusson