]>
Dogcows Code - chaz/openbox/log
Dana Jansens [Thu, 13 Feb 2003 04:50:57 +0000 (04:50 +0000)]
alloc colors only when needed, and free them properly on destruction
Dana Jansens [Thu, 13 Feb 2003 04:37:41 +0000 (04:37 +0000)]
clear the stringlist before populating it
Dana Jansens [Wed, 12 Feb 2003 06:49:06 +0000 (06:49 +0000)]
proper order for headers
Dana Jansens [Wed, 12 Feb 2003 06:20:48 +0000 (06:20 +0000)]
move comment
Dana Jansens [Wed, 12 Feb 2003 06:18:28 +0000 (06:18 +0000)]
only store what we need to in the class
Dana Jansens [Wed, 12 Feb 2003 06:14:25 +0000 (06:14 +0000)]
alloc colors.. i think!
Dana Jansens [Wed, 12 Feb 2003 01:22:51 +0000 (01:22 +0000)]
add mising ()s
Dana Jansens [Wed, 12 Feb 2003 01:22:31 +0000 (01:22 +0000)]
more efficient/nicer way to get the XColor values
Dana Jansens [Wed, 12 Feb 2003 01:14:02 +0000 (01:14 +0000)]
start of pseudo init
Dana Jansens [Wed, 12 Feb 2003 01:12:34 +0000 (01:12 +0000)]
start of pseudocolor init
Dana Jansens [Wed, 12 Feb 2003 00:42:19 +0000 (00:42 +0000)]
move printf..
Dana Jansens [Wed, 12 Feb 2003 00:40:25 +0000 (00:40 +0000)]
use the frame's area() properly
Dana Jansens [Wed, 12 Feb 2003 00:39:15 +0000 (00:39 +0000)]
use the frame's area not the client's
Dana Jansens [Wed, 12 Feb 2003 00:34:22 +0000 (00:34 +0000)]
kill all the old commented vars in rendercontrol.hh
add some preliminary vars in pseudorendercontrol.hh
Dana Jansens [Wed, 12 Feb 2003 00:27:32 +0000 (00:27 +0000)]
make all the rendering code in RenderControl. use true/pseudo RenderControl classes just for reducing the pixel32 data to the appropriate bitdepth.
Dana Jansens [Wed, 12 Feb 2003 00:10:45 +0000 (00:10 +0000)]
can draw icons in truecolor!
Dana Jansens [Wed, 12 Feb 2003 00:03:18 +0000 (00:03 +0000)]
increment x
Dana Jansens [Tue, 11 Feb 2003 23:58:33 +0000 (23:58 +0000)]
start on the rendering images code
Dana Jansens [Tue, 11 Feb 2003 22:38:29 +0000 (22:38 +0000)]
free the surfaces' pixeldata after rendering it
Dana Jansens [Tue, 11 Feb 2003 22:17:02 +0000 (22:17 +0000)]
add skeleton for RenderControl::drawImage
Dana Jansens [Tue, 11 Feb 2003 22:10:50 +0000 (22:10 +0000)]
add RenderControl::drawMask
Dana Jansens [Tue, 11 Feb 2003 21:50:06 +0000 (21:50 +0000)]
store the pixel32 data in the surface so it can be reused
Dana Jansens [Tue, 11 Feb 2003 21:05:50 +0000 (21:05 +0000)]
new key code with keyboard grabs and such, thanks to ManMower. Kills the "key leak" bug, and makes everything work better and faster! woot
Dana Jansens [Tue, 11 Feb 2003 20:22:47 +0000 (20:22 +0000)]
add ABOUT-NLS
Dana Jansens [Tue, 11 Feb 2003 20:21:38 +0000 (20:21 +0000)]
proper check for modifiers being released, not caring about added.
Dana Jansens [Tue, 11 Feb 2003 20:20:01 +0000 (20:20 +0000)]
add a comment regarding the client.area() being not-what-you-want
Dana Jansens [Tue, 11 Feb 2003 13:17:19 +0000 (13:17 +0000)]
add the icons app
Dana Jansens [Tue, 11 Feb 2003 13:17:07 +0000 (13:17 +0000)]
make the icons program a C app.
Dana Jansens [Tue, 11 Feb 2003 13:08:56 +0000 (13:08 +0000)]
add an app to display the icons for a window
Dana Jansens [Tue, 11 Feb 2003 09:52:24 +0000 (09:52 +0000)]
make stacked cycling work without a modifier-key binding, i think. cleaner checking for modifiers in motion and stackedcycle.
Dana Jansens [Tue, 11 Feb 2003 07:12:27 +0000 (07:12 +0000)]
better include_icons selection, add INCLUDE_ICONS_ALL_DESKTOPS
Dana Jansens [Mon, 10 Feb 2003 23:28:56 +0000 (23:28 +0000)]
provide access to the desktop names
Dana Jansens [Mon, 10 Feb 2003 23:28:30 +0000 (23:28 +0000)]
include the desktop name if cycling on all desktops is enabled
Dana Jansens [Mon, 10 Feb 2003 23:23:56 +0000 (23:23 +0000)]
change the exception message
Dana Jansens [Mon, 10 Feb 2003 23:04:26 +0000 (23:04 +0000)]
remove unused apply
Dana Jansens [Mon, 10 Feb 2003 23:03:39 +0000 (23:03 +0000)]
add W-d to toggle show-desktop-mode by default
Dana Jansens [Mon, 10 Feb 2003 23:03:02 +0000 (23:03 +0000)]
add callbacks to show/hide the desktop
Dana Jansens [Mon, 10 Feb 2003 22:49:46 +0000 (22:49 +0000)]
initialize the net_showing_desktop hint
Dana Jansens [Mon, 10 Feb 2003 22:45:23 +0000 (22:45 +0000)]
make some of otk::property work
Dana Jansens [Mon, 10 Feb 2003 22:17:40 +0000 (22:17 +0000)]
more user friendly net_showing_desktop support
Dana Jansens [Mon, 10 Feb 2003 17:01:32 +0000 (17:01 +0000)]
smarter focus restoring
Dana Jansens [Mon, 10 Feb 2003 17:00:34 +0000 (17:00 +0000)]
focus the desktop when entering show-desktop-mode, and refocus what was focused before when leaving
Dana Jansens [Mon, 10 Feb 2003 16:56:03 +0000 (16:56 +0000)]
show desktop mode works!
Dana Jansens [Mon, 10 Feb 2003 16:28:00 +0000 (16:28 +0000)]
rm some old commented code
Dana Jansens [Mon, 10 Feb 2003 16:12:33 +0000 (16:12 +0000)]
add support for desktop layouts specified by pagers
Dana Jansens [Mon, 10 Feb 2003 15:41:48 +0000 (15:41 +0000)]
rm a debug print
Dana Jansens [Mon, 10 Feb 2003 15:41:11 +0000 (15:41 +0000)]
kill a warning
Dana Jansens [Mon, 10 Feb 2003 15:13:24 +0000 (15:13 +0000)]
add _NET_DESKTOP_LAYOUT and _NET_SHOWING_DESKTOP
Dana Jansens [Mon, 10 Feb 2003 07:36:28 +0000 (07:36 +0000)]
remove debug print
Dana Jansens [Mon, 10 Feb 2003 07:35:51 +0000 (07:35 +0000)]
better skipping of focus events while stackedcycling, fixes bug where esc would still change the order.
Dana Jansens [Mon, 10 Feb 2003 07:16:56 +0000 (07:16 +0000)]
stop using a desktop number for iconic windows. woot!
Dana Jansens [Mon, 10 Feb 2003 06:50:19 +0000 (06:50 +0000)]
keep track of struts for each desktop
Dana Jansens [Mon, 10 Feb 2003 04:01:04 +0000 (04:01 +0000)]
add DONT_DUPLICATE option
Dana Jansens [Mon, 10 Feb 2003 03:50:47 +0000 (03:50 +0000)]
rm debug prints
Dana Jansens [Mon, 10 Feb 2003 03:47:54 +0000 (03:47 +0000)]
modal works like a charm now
Dana Jansens [Mon, 10 Feb 2003 02:30:52 +0000 (02:30 +0000)]
use a solid color for the default background
Dana Jansens [Mon, 10 Feb 2003 02:27:58 +0000 (02:27 +0000)]
layout fixes, give widgets a default texture, etc.
Dana Jansens [Mon, 10 Feb 2003 01:39:45 +0000 (01:39 +0000)]
set the _text
Dana Jansens [Mon, 10 Feb 2003 00:21:09 +0000 (00:21 +0000)]
keep things in min/max bounds properly
Dana Jansens [Sun, 9 Feb 2003 23:39:54 +0000 (23:39 +0000)]
use parentrelative when theres no texture set
Dana Jansens [Sun, 9 Feb 2003 23:11:07 +0000 (23:11 +0000)]
mention that 2.9x is not supported
Dana Jansens [Sun, 9 Feb 2003 23:07:54 +0000 (23:07 +0000)]
use the c++ std cheaders
Dana Jansens [Sun, 9 Feb 2003 22:40:47 +0000 (22:40 +0000)]
signed ints instead of unsigned ints again. less pain. pain bad.
Dana Jansens [Sat, 8 Feb 2003 10:48:19 +0000 (10:48 +0000)]
remove includes for widgetbase.hh. fix bug with circular modal pointer.
Dana Jansens [Sat, 8 Feb 2003 09:23:24 +0000 (09:23 +0000)]
this is no longer used
Dana Jansens [Sat, 8 Feb 2003 09:19:40 +0000 (09:19 +0000)]
split the move and resize on the client window
Dana Jansens [Sat, 8 Feb 2003 08:59:24 +0000 (08:59 +0000)]
mad optimizations
Dana Jansens [Sat, 8 Feb 2003 08:31:32 +0000 (08:31 +0000)]
highlight the popup
Dana Jansens [Sat, 8 Feb 2003 08:19:10 +0000 (08:19 +0000)]
grab early in the cycle so that we dont miss the modifier release
Dana Jansens [Sat, 8 Feb 2003 08:14:02 +0000 (08:14 +0000)]
udpate to new api
Dana Jansens [Sat, 8 Feb 2003 08:13:02 +0000 (08:13 +0000)]
stacked cycling menu works now. add a highlighted flag to otk widgets
Dana Jansens [Sat, 8 Feb 2003 07:59:52 +0000 (07:59 +0000)]
make stacked cycling work with new otk widgets.. not highlighting in the list yet though
Dana Jansens [Sat, 8 Feb 2003 07:43:25 +0000 (07:43 +0000)]
rm the headers that are no longer existing
Dana Jansens [Sat, 8 Feb 2003 07:42:31 +0000 (07:42 +0000)]
formatting
Dana Jansens [Sat, 8 Feb 2003 07:37:22 +0000 (07:37 +0000)]
No longer using otk widgets for the frame decorations.
The titlebar no long has any buttons, in preparation for a new button system.
Using otk::Size for sizes, and unsigned ints (*PAIN*) we'll see..
Dana Jansens [Sat, 8 Feb 2003 07:34:49 +0000 (07:34 +0000)]
some updatesto match changes to otk. Many more needed..
Dana Jansens [Sat, 8 Feb 2003 07:34:25 +0000 (07:34 +0000)]
updated wrappers around the new otk widget system and style system
Dana Jansens [Sat, 8 Feb 2003 07:34:06 +0000 (07:34 +0000)]
add the new size class' header
Dana Jansens [Sat, 8 Feb 2003 07:33:48 +0000 (07:33 +0000)]
Brand spankin new widgets for otk (Label and Button).
Add a new Size class.
Rect, Point, and Size are immutable classes.
Size uses *UNSIGNED* ints. This is causing me headaches * a bajillion right now, so we'll see about that.
Dana Jansens [Fri, 7 Feb 2003 09:39:04 +0000 (09:39 +0000)]
compress motion events better
Dana Jansens [Fri, 7 Feb 2003 09:37:20 +0000 (09:37 +0000)]
compress config req's
Dana Jansens [Thu, 6 Feb 2003 20:11:13 +0000 (20:11 +0000)]
move marius from active developers to contributors :\
Dana Jansens [Thu, 6 Feb 2003 15:17:50 +0000 (15:17 +0000)]
catch exception if the file doesnt exist
Dana Jansens [Thu, 6 Feb 2003 06:19:46 +0000 (06:19 +0000)]
make "make dist" work, compiler flags cleanups
Dana Jansens [Wed, 5 Feb 2003 16:44:12 +0000 (16:44 +0000)]
rm this thing
Dana Jansens [Wed, 5 Feb 2003 16:36:57 +0000 (16:36 +0000)]
include the .i's in the dist
Dana Jansens [Wed, 5 Feb 2003 16:25:38 +0000 (16:25 +0000)]
supply the same interface with optional arguments as before. increment callback functions when they are registered.
Dana Jansens [Wed, 5 Feb 2003 16:24:00 +0000 (16:24 +0000)]
use the new atoms global
Dana Jansens [Wed, 5 Feb 2003 15:53:22 +0000 (15:53 +0000)]
only show prints for debug builds
Dana Jansens [Wed, 5 Feb 2003 15:38:29 +0000 (15:38 +0000)]
new swig build system. much better. yay.
Dana Jansens [Wed, 5 Feb 2003 13:39:05 +0000 (13:39 +0000)]
you need swig at least 1.3.14
Dana Jansens [Wed, 5 Feb 2003 10:56:51 +0000 (10:56 +0000)]
install the scripts as python, so they get compiled
Dana Jansens [Wed, 5 Feb 2003 10:56:29 +0000 (10:56 +0000)]
missing a )
Dana Jansens [Wed, 5 Feb 2003 10:50:07 +0000 (10:50 +0000)]
require automake 1.7.1 for py-compile
Dana Jansens [Wed, 5 Feb 2003 10:48:37 +0000 (10:48 +0000)]
dont make wrap a subdir of otk
Dana Jansens [Wed, 5 Feb 2003 10:43:11 +0000 (10:43 +0000)]
give output when building a cvs release
Dana Jansens [Wed, 5 Feb 2003 10:40:43 +0000 (10:40 +0000)]
move the otk swig module into its own lib/directory
Dana Jansens [Wed, 5 Feb 2003 10:40:18 +0000 (10:40 +0000)]
add py-compile
Dana Jansens [Wed, 5 Feb 2003 10:39:14 +0000 (10:39 +0000)]
move the otk wrapper stuff into its own dir
Dana Jansens [Wed, 5 Feb 2003 09:40:08 +0000 (09:40 +0000)]
provide pkg-config info for libotk
This page took 0.059551 seconds and 4 git commands to generate.