]> icculus.org git repositories - mikachu/openbox.git/log
mikachu/openbox.git
21 years agoadd the keyboard plugin into the build systems
Dana Jansens [Fri, 4 Apr 2003 20:19:12 +0000 (20:19 +0000)]
add the keyboard plugin into the build systems
keyboard bindings are parsed from the rc file

21 years agoclean up output
Dana Jansens [Fri, 4 Apr 2003 19:21:25 +0000 (19:21 +0000)]
clean up output

21 years agoproperly
Dana Jansens [Fri, 4 Apr 2003 19:19:42 +0000 (19:19 +0000)]
properly

21 years agoadd -DENABLE_NLS
Dana Jansens [Fri, 4 Apr 2003 19:19:00 +0000 (19:19 +0000)]
add -DENABLE_NLS

21 years agomore using of new token struct
Dana Jansens [Fri, 4 Apr 2003 19:02:22 +0000 (19:02 +0000)]
more using of new token struct

21 years agouse new token structs. free token lists.
Dana Jansens [Fri, 4 Apr 2003 19:01:25 +0000 (19:01 +0000)]
use new token structs. free token lists.

21 years agoattempting to parse lists
Dana Jansens [Fri, 4 Apr 2003 18:59:25 +0000 (18:59 +0000)]
attempting to parse lists

21 years agoreflect the current requirements for building/using cvs
Dana Jansens [Fri, 4 Apr 2003 09:52:55 +0000 (09:52 +0000)]
reflect the current requirements for building/using cvs

21 years agoallow '-' in identifiers
Dana Jansens [Thu, 3 Apr 2003 22:16:49 +0000 (22:16 +0000)]
allow '-' in identifiers

21 years agoengine builds
Dana Jansens [Thu, 3 Apr 2003 22:12:15 +0000 (22:12 +0000)]
engine builds

21 years agobuild the resistance/placement plugins
Dana Jansens [Thu, 3 Apr 2003 22:02:18 +0000 (22:02 +0000)]
build the resistance/placement plugins

21 years agoremove some unneeded vars
Dana Jansens [Thu, 3 Apr 2003 21:18:07 +0000 (21:18 +0000)]
remove some unneeded vars

21 years agouse the values from the yacc parser
Dana Jansens [Thu, 3 Apr 2003 21:17:50 +0000 (21:17 +0000)]
use the values from the yacc parser

21 years agomore build fixes, calling the other makefiles instead of including them
Dana Jansens [Thu, 3 Apr 2003 21:02:13 +0000 (21:02 +0000)]
more build fixes, calling the other makefiles instead of including them

21 years agotry accomidate more versions of bison
Dana Jansens [Thu, 3 Apr 2003 15:36:43 +0000 (15:36 +0000)]
try accomidate more versions of bison

21 years agorm debug print
Dana Jansens [Thu, 3 Apr 2003 15:10:11 +0000 (15:10 +0000)]
rm debug print

21 years agomore build fixes
Dana Jansens [Thu, 3 Apr 2003 15:09:24 +0000 (15:09 +0000)]
more build fixes

21 years agomake the parent depdir
Dana Jansens [Thu, 3 Apr 2003 14:23:42 +0000 (14:23 +0000)]
make the parent depdir

21 years agouse PACKAGE_FOO vars
Dana Jansens [Thu, 3 Apr 2003 14:23:32 +0000 (14:23 +0000)]
use PACKAGE_FOO vars

21 years agodouble break statements :) oops
Dana Jansens [Thu, 3 Apr 2003 14:17:26 +0000 (14:17 +0000)]
double break statements :) oops

21 years agoadd stuff that should be ignored at the toplevel
Dana Jansens [Thu, 3 Apr 2003 06:03:23 +0000 (06:03 +0000)]
add stuff that should be ignored at the toplevel

21 years agosome build fixes
Dana Jansens [Thu, 3 Apr 2003 06:02:30 +0000 (06:02 +0000)]
some build fixes

21 years agonew build system without automake
Dana Jansens [Thu, 3 Apr 2003 05:59:03 +0000 (05:59 +0000)]
new build system without automake

21 years agocomment stuff correctly for xresources
Dana Jansens [Thu, 3 Apr 2003 05:03:33 +0000 (05:03 +0000)]
comment stuff correctly for xresources

21 years agorm the data dir
Dana Jansens [Thu, 3 Apr 2003 03:27:07 +0000 (03:27 +0000)]
rm the data dir

21 years agoBLEF HATE DIE
Dana Jansens [Wed, 2 Apr 2003 19:32:58 +0000 (19:32 +0000)]
BLEF HATE DIE

21 years agobison doesnt use y.tab.*
Dana Jansens [Wed, 2 Apr 2003 19:30:47 +0000 (19:30 +0000)]
bison doesnt use y.tab.*

21 years agouse bison not yacc
Dana Jansens [Wed, 2 Apr 2003 19:26:57 +0000 (19:26 +0000)]
use bison not yacc

21 years agorename the parse.yacc to parse.y
Dana Jansens [Wed, 2 Apr 2003 19:25:41 +0000 (19:25 +0000)]
rename the parse.yacc to parse.y

21 years agomake parse.h depend on y.tab.h
Dana Jansens [Wed, 2 Apr 2003 19:15:20 +0000 (19:15 +0000)]
make parse.h depend on y.tab.h

21 years agothis should seriously work
Dana Jansens [Wed, 2 Apr 2003 18:54:56 +0000 (18:54 +0000)]
this should seriously work

21 years agoundo that
Dana Jansens [Wed, 2 Apr 2003 18:37:28 +0000 (18:37 +0000)]
undo that

21 years agoignore new lex/yacc gen'd files
Dana Jansens [Wed, 2 Apr 2003 17:22:23 +0000 (17:22 +0000)]
ignore new lex/yacc gen'd files

21 years agodon't include the y.tab.h inside the yacc file
Dana Jansens [Wed, 2 Apr 2003 17:21:59 +0000 (17:21 +0000)]
don't include the y.tab.h inside the yacc file

21 years agoadd y.tab.h to the headers so the yacc shit runs
Dana Jansens [Wed, 2 Apr 2003 17:21:21 +0000 (17:21 +0000)]
add y.tab.h to the headers so the yacc shit runs

21 years agorm the generated files on clean
Dana Jansens [Wed, 2 Apr 2003 17:15:03 +0000 (17:15 +0000)]
rm the generated files on clean

21 years agowrong .h for the make rule
Dana Jansens [Wed, 2 Apr 2003 17:08:01 +0000 (17:08 +0000)]
wrong .h for the make rule

21 years agodeps the lex h on the c
Dana Jansens [Wed, 2 Apr 2003 17:03:39 +0000 (17:03 +0000)]
deps the lex h on the c

21 years agomake the drag threshold and double click time into rc options
Dana Jansens [Wed, 2 Apr 2003 08:02:10 +0000 (08:02 +0000)]
make the drag threshold and double click time into rc options

21 years agocreate a generic tokenizer/sectionizer for the config file. pass off the token to...
Dana Jansens [Wed, 2 Apr 2003 07:46:46 +0000 (07:46 +0000)]
create a generic tokenizer/sectionizer for the config file. pass off the token to functions registered for each section to parse them further. some fixes for the engine irt font shadows, and fixed a bug with rendering the iconify button when it was not in the layout

21 years agowhitespace
Dana Jansens [Wed, 2 Apr 2003 06:40:57 +0000 (06:40 +0000)]
whitespace

21 years agokill debug print
Dana Jansens [Wed, 2 Apr 2003 06:40:49 +0000 (06:40 +0000)]
kill debug print

21 years agouse the tint properly for the shadow
Dana Jansens [Wed, 2 Apr 2003 06:37:52 +0000 (06:37 +0000)]
use the tint properly for the shadow

21 years agorm debug print
Dana Jansens [Wed, 2 Apr 2003 06:31:04 +0000 (06:31 +0000)]
rm debug print

21 years agoob_ prefix
Dana Jansens [Wed, 2 Apr 2003 06:03:41 +0000 (06:03 +0000)]
ob_ prefix

21 years agobase the handle's layout on the grip's parentrelative state
Dana Jansens [Wed, 2 Apr 2003 06:03:09 +0000 (06:03 +0000)]
base the handle's layout on the grip's parentrelative state

21 years agowill seg again
Dana Jansens [Wed, 2 Apr 2003 05:56:00 +0000 (05:56 +0000)]
will seg again

21 years agostop copying. still segfault?
Dana Jansens [Wed, 2 Apr 2003 05:54:26 +0000 (05:54 +0000)]
stop copying. still segfault?

21 years agofind the right offset in the source data for parent relative
Dana Jansens [Wed, 2 Apr 2003 04:30:57 +0000 (04:30 +0000)]
find the right offset in the source data for parent relative

21 years agodefault focus text color for titlebars is black
Dana Jansens [Wed, 2 Apr 2003 04:17:36 +0000 (04:17 +0000)]
default focus text color for titlebars is black

21 years agolet there be parentrelative
Derek Foreman [Wed, 2 Apr 2003 00:17:35 +0000 (00:17 +0000)]
let there be parentrelative

21 years agocatch button presses on the frame so that clicks on the side borders dont go through...
Dana Jansens [Tue, 1 Apr 2003 21:17:09 +0000 (21:17 +0000)]
catch button presses on the frame so that clicks on the side borders dont go through to the root window

21 years agomore updates to current status
Dana Jansens [Tue, 1 Apr 2003 00:44:00 +0000 (00:44 +0000)]
more updates to current status

21 years agoadd the shade button to the default layout
Dana Jansens [Mon, 31 Mar 2003 23:04:32 +0000 (23:04 +0000)]
add the shade button to the default layout

21 years agoadd the Shade context to the comments
Dana Jansens [Mon, 31 Mar 2003 22:59:56 +0000 (22:59 +0000)]
add the Shade context to the comments

21 years agoadd a shaded button
Dana Jansens [Mon, 31 Mar 2003 22:58:54 +0000 (22:58 +0000)]
add a shaded button

21 years agoadd some current states
Dana Jansens [Mon, 31 Mar 2003 22:58:38 +0000 (22:58 +0000)]
add some current states

21 years agouse merry's 7x7 bitmaps
Dana Jansens [Mon, 31 Mar 2003 22:13:25 +0000 (22:13 +0000)]
use merry's 7x7 bitmaps

21 years agodont resist to windows which we're not touching
Dana Jansens [Mon, 31 Mar 2003 21:06:20 +0000 (21:06 +0000)]
dont resist to windows which we're not touching

21 years agoonly disallow shading when the function is not enabled, dont disallow unshading
Dana Jansens [Mon, 31 Mar 2003 20:24:56 +0000 (20:24 +0000)]
only disallow shading when the function is not enabled, dont disallow unshading

21 years agouse the client's size instead of the frames size so the real size is used, not the...
Dana Jansens [Mon, 31 Mar 2003 20:20:29 +0000 (20:20 +0000)]
use the client's size instead of the frames size so the real size is used, not the size of the frame (avoids shaded window problem)

21 years agodisallow resizing of windows which are shaded
Dana Jansens [Mon, 31 Mar 2003 20:19:59 +0000 (20:19 +0000)]
disallow resizing of windows which are shaded

21 years agounser drag_used when drag is unset too
Dana Jansens [Mon, 31 Mar 2003 20:10:56 +0000 (20:10 +0000)]
unser drag_used when drag is unset too

21 years ago80 col rule
Dana Jansens [Mon, 31 Mar 2003 19:59:31 +0000 (19:59 +0000)]
80 col rule

21 years agoadd a space where it belongs
Dana Jansens [Mon, 31 Mar 2003 19:55:21 +0000 (19:55 +0000)]
add a space where it belongs

21 years agomake realeases fire releases instead of presses. make drags prevent clicks only if...
Dana Jansens [Mon, 31 Mar 2003 19:46:54 +0000 (19:46 +0000)]
make realeases fire releases instead of presses. make drags prevent clicks only if there is something bound to the drag.

21 years agono drag events for keysrc..
Dana Jansens [Mon, 31 Mar 2003 19:40:26 +0000 (19:40 +0000)]
no drag events for keysrc..

21 years agouse 'toggled' in the new button masks' resource names instead of 'pressed' to be...
Dana Jansens [Mon, 31 Mar 2003 19:39:44 +0000 (19:39 +0000)]
use 'toggled' in the new button masks' resource names instead of 'pressed' to be more accurate to their use

21 years agochange buttons masks so that there are masks for max and desktop buttons when their...
Dana Jansens [Mon, 31 Mar 2003 19:38:24 +0000 (19:38 +0000)]
change buttons masks so that there are masks for max and desktop buttons when their state changes but not for all buttons just when they are pressed

21 years agouse the frame's position in the maximize function since they're converted to the...
Dana Jansens [Mon, 31 Mar 2003 07:51:04 +0000 (07:51 +0000)]
use the frame's position in the maximize function since they're converted to the client coords before getting to client_configure

21 years agowas not using the pointer properly. leaving the value untouched
Dana Jansens [Mon, 31 Mar 2003 07:49:40 +0000 (07:49 +0000)]
was not using the pointer properly. leaving the value untouched

21 years agoset fullscreen and max positions properly for all gravities
Dana Jansens [Mon, 31 Mar 2003 07:22:19 +0000 (07:22 +0000)]
set fullscreen and max positions properly for all gravities

21 years agorm a no-longer-valid comment
Dana Jansens [Mon, 31 Mar 2003 06:46:19 +0000 (06:46 +0000)]
rm a no-longer-valid comment

21 years agoyet more haxes to make focus events work the way i want. this is rough shit.
Dana Jansens [Mon, 31 Mar 2003 06:36:59 +0000 (06:36 +0000)]
yet more haxes to make focus events work the way i want. this is rough shit.

21 years agoextraneous ! causing resistance to be snapping in one case. rm a debug print
Dana Jansens [Mon, 31 Mar 2003 05:38:19 +0000 (05:38 +0000)]
extraneous ! causing resistance to be snapping in one case. rm a debug print

21 years agouse 'sans' as the fallback font instead of 'fixed'
Dana Jansens [Sun, 30 Mar 2003 23:34:00 +0000 (23:34 +0000)]
use 'sans' as the fallback font instead of 'fixed'

21 years agoyet more focus fixings. RevertToPointerRoot could mess things up focusing a client...
Dana Jansens [Sun, 30 Mar 2003 22:58:04 +0000 (22:58 +0000)]
yet more focus fixings. RevertToPointerRoot could mess things up focusing a client and us ignoring the FocusIn of Pointer type. this is all handled now.

21 years agoadd support for foo.pressed.mask to load a different mask for pressed buttons
Dana Jansens [Sat, 29 Mar 2003 21:24:37 +0000 (21:24 +0000)]
add support for foo.pressed.mask to load a different mask for pressed buttons

21 years agomake SendToDesktop action work right, give the option of following
Dana Jansens [Sat, 29 Mar 2003 21:18:20 +0000 (21:18 +0000)]
make SendToDesktop action work right, give the option of following

21 years agoadd pixmap_mask_copy, and add the data to the mask struct, since it is needed for...
Dana Jansens [Sat, 29 Mar 2003 21:12:47 +0000 (21:12 +0000)]
add pixmap_mask_copy, and add the data to the mask struct, since it is needed for allowing copies

21 years agobetter decribe bindings and list all the modifiers, was missing shift/control
Dana Jansens [Sat, 29 Mar 2003 21:03:37 +0000 (21:03 +0000)]
better decribe bindings and list all the modifiers, was missing shift/control

21 years agoadd SendToDesktop to the comments. fix the type calling the Desktop action Desktops
Dana Jansens [Sat, 29 Mar 2003 21:01:33 +0000 (21:01 +0000)]
add SendToDesktop to the comments. fix the type calling the Desktop action Desktops

21 years agouse the number for sendtodesktop
Dana Jansens [Sat, 29 Mar 2003 20:59:41 +0000 (20:59 +0000)]
use the number for sendtodesktop

21 years agorm a redundant actiondata struct
Dana Jansens [Sat, 29 Mar 2003 20:59:20 +0000 (20:59 +0000)]
rm a redundant actiondata struct

21 years agono //'s plz
Dana Jansens [Sat, 29 Mar 2003 20:57:18 +0000 (20:57 +0000)]
no //'s plz

21 years agotranslate sendtodesktop actions
Dana Jansens [Sat, 29 Mar 2003 20:57:03 +0000 (20:57 +0000)]
translate sendtodesktop actions

21 years agouse the top when snapping to the top
Dana Jansens [Sat, 29 Mar 2003 19:47:36 +0000 (19:47 +0000)]
use the top when snapping to the top

21 years agocreate the dirs for themes in ~/.openbox on startup
Dana Jansens [Sat, 29 Mar 2003 19:47:01 +0000 (19:47 +0000)]
create the dirs for themes in ~/.openbox on startup

21 years agoAdd include path
Scott Moynes [Sat, 29 Mar 2003 19:27:29 +0000 (19:27 +0000)]
Add include path

21 years agoadd focusing if clicked on the grips
Dana Jansens [Sat, 29 Mar 2003 18:27:48 +0000 (18:27 +0000)]
add focusing if clicked on the grips

21 years agouse the bottom of the screen for botom snapping! :)
Dana Jansens [Sat, 29 Mar 2003 09:56:12 +0000 (09:56 +0000)]
use the bottom of the screen for botom snapping! :)

21 years agoMenu data structures basically completed.
Scott Moynes [Sat, 29 Mar 2003 03:18:11 +0000 (03:18 +0000)]
Menu data structures basically completed.
Need the engine support still, parser, and controllers.

21 years agorm the extra ;
Dana Jansens [Sat, 29 Mar 2003 03:17:20 +0000 (03:17 +0000)]
rm the extra ;

21 years agoadd unshaderaise and shadelower actions from Mikachu
Dana Jansens [Sat, 29 Mar 2003 00:58:50 +0000 (00:58 +0000)]
add unshaderaise and shadelower actions from Mikachu

21 years agoadd a var to track errors
Dana Jansens [Sat, 29 Mar 2003 00:48:52 +0000 (00:48 +0000)]
add a var to track errors

21 years agodon't die when someone else has a key grabbed
Dana Jansens [Sat, 29 Mar 2003 00:48:32 +0000 (00:48 +0000)]
don't die when someone else has a key grabbed

21 years agoadd ToggleDecorations
Dana Jansens [Fri, 28 Mar 2003 23:04:44 +0000 (23:04 +0000)]
add ToggleDecorations

21 years agorm client_disable_decorations.. it already had an action.
Dana Jansens [Fri, 28 Mar 2003 23:02:57 +0000 (23:02 +0000)]
rm client_disable_decorations.. it already had an action.
add the action to the action_from_string func

21 years agoadd client_disable_decorations
Dana Jansens [Fri, 28 Mar 2003 22:59:26 +0000 (22:59 +0000)]
add client_disable_decorations

21 years agoonlt raise the window when sending to a desktop it wasnt already on
Dana Jansens [Fri, 28 Mar 2003 11:17:52 +0000 (11:17 +0000)]
onlt raise the window when sending to a desktop it wasnt already on