summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2008-04-20Don't need to explicitly check for xft.Mikael Magnusson
2008-03-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/actions/all.h openbox/event.c openbox/prompt.c
2008-03-02add a gdm-control tool that lets you..control..gdm..Dana Jansens
2008-03-02add a SessionLogout actionDana Jansens
2008-02-29Add a hook system. They hooks don't run yet but they parse from the config ↵Dana Jansens
file.
2008-02-28render depends on obt, so make/install it first (fixes making deb package ↵Dana Jansens
from it)
2008-02-28Merge branch 'backport' into workMikael Magnusson
Conflicts: Makefile.am
2008-02-27add the autostart.sh.in to the dist targz instead of the autostart.shDana Jansens
2008-02-27include the xdg-autostart script in the dist targzDana Jansens
2008-02-27Merge branch 'backport' into workDana Jansens
2008-02-27make the xdg-autostart script get installed to PREFIX/lib/openbox, and make ↵Dana Jansens
the autostart.sh script look for it there.
2008-02-14Introducing 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-14you can create dialog windows called "prompts" which have a message and some ↵Dana Jansens
buttons! they don't do anything interesting yet.
2008-02-14Introducing 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-09Merge branch 'backport'Dana Jansens
2008-02-09make an xdg-autostart script. it is very fancy.Dana Jansens
2008-02-07you can create dialog windows called "prompts" which have a message and some ↵Dana Jansens
buttons! they don't do anything interesting yet.
2008-02-02Remove the //.Mikael Magnusson
2008-02-02split the version.h into render/ and obt/ copies, with the appropriate ↵Dana Jansens
version info
2008-01-31install the right headers for obt/obrenderDana Jansens
2008-01-31Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c
2008-01-31its OBT_VERSION not OB_VERSION anymoreDana Jansens
2008-01-24add the new Clearlooks theme by mulberry, and rename the current one to ↵Dana Jansens
Clearlooks-3.4
2008-01-20add the xevent callback system to libobt in xevent.[ch]Dana Jansens
2008-01-20move the xdg path stuff into obt/paths.[ch], and make render and openbox use itDana Jansens
2008-01-20update openbox to use the current parser interface in libobtDana Jansens
there is also some random bug fixes for other libobt stuff in here.
2008-01-20add parsing to libobt with a new API! (it is not completely changed/fixedup yet)Dana Jansens
2008-01-20change openbox to use the libotk's keyboard.[ch] stuff instead of the old ↵Dana Jansens
modkeys.[ch] and some of translate.[ch]
2008-01-20add keyboard.[ch] to libobt. these are for tracking modifier keys, and ↵Dana Jansens
translating to/from keycodes/keysyms/modmasks (also include a new obt/internal.h for putting functions that are not public)
2008-01-20make openbox use the obt prop.c/h stuffDana Jansens
holy search and replace batman
2008-01-20add prop.[ch] to the libobt, but they are not used yet. add a global ↵Dana Jansens
obt_display which obt can use, and the application.
2008-01-20setup versioning for libotk that is separate from libobrender (and ↵Dana Jansens
libobparser for now), and bump library versions up to 4.0. also make the render versioning more explicit that it's for the render library not all of openbox
2008-01-20move the code for tracking what extensions are available on the display into ↵Dana Jansens
the libobt
2008-01-20move the xerror handling into the libobtDana Jansens
2008-01-20Move the main loop out into the libobtDana Jansens
2008-01-20split the header up for obtDana Jansens
2008-01-20look mom, I made an openbox toolkitDana Jansens
2008-01-15can tell when a window that was "closed" has stopped responding nowDana Jansens
2007-08-01remove focus-stealing-prevention stuff, don't use user_time crap at all. it ↵Dana Jansens
is broken in every application that has ever used it. ever. ever. \^_^/;;;
2007-07-20update for the new autopointDana Jansens
2007-07-14split the focustobottom action back out from unfocusDana Jansens
2007-07-13the menu.c was renamedDana Jansens
2007-07-13move directionalcycling actions into the same .c file. make interactive ↵Dana Jansens
actions all kill delayed mouse focus which would kill the action.
2007-07-13rename switchtodesktop to gotodesktop. make stuff compile as well.Dana Jansens
2007-07-13redo the maximize actions into maximize/unmaximize/togglemaximize with a ↵Dana Jansens
<direction> argument
2007-07-12adding trunkDana Jansens
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-11renaming movetofromedge->movetoedge and moveto->moveresizetoDana Jansens
2007-07-11don't include debian dir in releasesDana Jansens
2007-06-23add the "if" actionDana Jansens
2007-06-23add the growtoedge actionDana Jansens