Dana Jansens
ea435b99a8
Introducing the icon cache.
...
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 11:44:28 +01:00
Dana Jansens
3167fc223e
Merge branch 'backport'
2008-02-09 19:07:55 -05:00
Dana Jansens
11408575b3
make an xdg-autostart script. it is very fancy.
2008-02-09 19:02:03 -05:00
Dana Jansens
a01ece1353
you can create dialog windows called "prompts" which have a message and some buttons! they don't do anything interesting yet.
2008-02-07 02:14:43 -05:00
Mikael Magnusson
4435c3a438
Remove the //.
2008-02-02 22:13:31 +01:00
Dana Jansens
de0873824e
split the version.h into render/ and obt/ copies, with the appropriate version info
2008-02-02 15:59:44 -05:00
Dana Jansens
f34add5440
install the right headers for obt/obrender
2008-01-31 18:22:58 -05:00
Dana Jansens
20b8fcfa33
Merge branch 'backport' into work
...
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-31 12:51:38 -05:00
Dana Jansens
ac1b79834c
its OBT_VERSION not OB_VERSION anymore
2008-01-31 12:25:30 -05:00
Dana Jansens
be8fee4050
add the new Clearlooks theme by mulberry, and rename the current one to Clearlooks-3.4
2008-01-24 23:05:58 -05:00
Dana Jansens
9f5296fb14
add the xevent callback system to libobt in xevent.[ch]
2008-01-20 01:36:56 -05:00
Dana Jansens
07d5674d39
move the xdg path stuff into obt/paths.[ch], and make render and openbox use it
2008-01-20 01:36:55 -05:00
Dana Jansens
fdabb69f4f
update openbox to use the current parser interface in libobt
...
there is also some random bug fixes for other libobt stuff in here.
2008-01-20 01:36:55 -05:00
Dana Jansens
0667bbc3e2
add parsing to libobt with a new API! (it is not completely changed/fixedup yet)
2008-01-20 01:36:55 -05:00
Dana Jansens
759e9f58a8
change openbox to use the libotk's keyboard.[ch] stuff instead of the old modkeys.[ch] and some of translate.[ch]
2008-01-20 01:36:55 -05:00
Dana Jansens
1aac72bc4c
add keyboard.[ch] to libobt. these are for tracking modifier keys, and translating to/from keycodes/keysyms/modmasks (also include a new obt/internal.h for putting functions that are not public)
2008-01-20 01:36:55 -05:00
Dana Jansens
0fcf5ead0f
make openbox use the obt prop.c/h stuff
...
holy search and replace batman
2008-01-20 01:36:54 -05:00
Dana Jansens
6c8acc079a
add prop.[ch] to the libobt, but they are not used yet. add a global obt_display which obt can use, and the application.
2008-01-20 01:36:54 -05:00
Dana Jansens
5960d27b1c
setup versioning for libotk that is separate from libobrender (and 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-20 01:36:54 -05:00
Dana Jansens
32a92abf75
move the code for tracking what extensions are available on the display into the libobt
2008-01-20 01:36:54 -05:00
Dana Jansens
a2f5a826a1
move the xerror handling into the libobt
2008-01-20 01:36:54 -05:00
Dana Jansens
452627a51c
Move the main loop out into the libobt
2008-01-20 01:36:54 -05:00
Dana Jansens
b3f0cbf766
split the header up for obt
2008-01-20 01:36:54 -05:00
Dana Jansens
ebce321a72
look mom, I made an openbox toolkit
2008-01-20 01:36:53 -05:00
Dana Jansens
fb7a71da20
can tell when a window that was "closed" has stopped responding now
2008-01-15 21:43:23 -05:00
Dana Jansens
dacc9dac7a
remove focus-stealing-prevention stuff, don't use user_time crap at all. it is broken in every application that has ever used it. ever. ever. \^_^/;;;
2007-08-01 23:35:31 -04:00
Dana Jansens
f8eae5e26c
update for the new autopoint
2007-07-20 21:58:06 -04:00
Dana Jansens
27a0f0f4c9
split the focustobottom action back out from unfocus
2007-07-14 09:17:39 -04:00
Dana Jansens
f5b6ee7453
the menu.c was renamed
2007-07-13 17:16:49 -04:00
Dana Jansens
c6f2875d61
move directionalcycling actions into the same .c file. make interactive actions all kill delayed mouse focus which would kill the action.
2007-07-13 17:12:40 -04:00
Dana Jansens
2464e59330
rename switchtodesktop to gotodesktop. make stuff compile as well.
2007-07-13 16:39:27 -04:00
Dana Jansens
3e94f9e642
redo the maximize actions into maximize/unmaximize/togglemaximize with a <direction> argument
2007-07-13 12:03:40 -04:00
Dana Jansens
4b73574406
adding trunk
...
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12 02:57:08 -04:00
Dana Jansens
2a4cd4f6bd
renaming movetofromedge->movetoedge and moveto->moveresizeto
2007-07-11 20:01:47 +00:00
Dana Jansens
e4c0504058
don't include debian dir in releases
2007-07-11 13:36:33 +00:00
Dana Jansens
cf640af0ea
add the "if" action
2007-06-23 15:43:35 +00:00
Dana Jansens
055cef6c5d
add the growtoedge action
2007-06-23 15:11:56 +00:00
Dana Jansens
c15da849dd
add moveto/fromedge actions
2007-06-23 15:08:08 +00:00
Dana Jansens
7f50e04925
add the layer action
2007-06-23 14:56:22 +00:00
Dana Jansens
ca28e08c2f
add dockautohide action
2007-06-23 14:44:58 +00:00
Dana Jansens
b963ed3a92
add the adddesktop and removedesktop actions
2007-06-23 14:42:06 +00:00
Dana Jansens
8ab1e9537e
add resizerelative action
2007-06-22 19:24:45 +00:00
Dana Jansens
6973d5b8a5
add directionaldesktop action
2007-06-22 19:10:00 +00:00
Dana Jansens
16f2b255cb
add the desktop action
2007-06-22 19:00:09 +00:00
Dana Jansens
d846979db9
add the decorations action
2007-06-22 18:51:28 +00:00
Dana Jansens
976add5938
add the resize action
2007-06-22 18:47:30 +00:00
Dana Jansens
7e6f7fb454
add the directionaltargetwindow action
2007-06-22 18:38:51 +00:00
Dana Jansens
97bb443edb
add the directionalcyclewindows action
2007-06-22 18:34:36 +00:00
Dana Jansens
48facba205
add omnipresent action
2007-06-22 15:59:07 +00:00
Dana Jansens
f227bd994d
add the kill/close/cyclewindows actions
2007-06-22 15:51:10 +00:00