]> icculus.org git repositories - dana/openbox.git/log
dana/openbox.git
20 years agoextra menu tag
Dana Jansens [Fri, 11 Jul 2003 02:59:59 +0000 (02:59 +0000)]
extra menu tag

20 years agoadd --g-fatal-warnings
Dana Jansens [Fri, 11 Jul 2003 02:51:59 +0000 (02:51 +0000)]
add --g-fatal-warnings

20 years agofix a seggie i introduced, going too far in the dockapps list
Dana Jansens [Fri, 11 Jul 2003 02:51:03 +0000 (02:51 +0000)]
fix a seggie i introduced, going too far in the dockapps list

20 years agoattempt #2
Dana Jansens [Fri, 11 Jul 2003 02:21:46 +0000 (02:21 +0000)]
attempt #2

20 years agooops extra menu_layout
Dana Jansens [Fri, 11 Jul 2003 01:33:50 +0000 (01:33 +0000)]
oops extra menu_layout

20 years agoa full style defn..
Dana Jansens [Fri, 11 Jul 2003 01:25:21 +0000 (01:25 +0000)]
a full style defn..

20 years agomove to the desktop of the activated window
Dana Jansens [Fri, 11 Jul 2003 00:08:43 +0000 (00:08 +0000)]
move to the desktop of the activated window

20 years agoadd disabled buttons, instead of now showing buttons at all when they wont do anythin...
Dana Jansens [Thu, 10 Jul 2003 23:27:02 +0000 (23:27 +0000)]
add disabled buttons, instead of now showing buttons at all when they wont do anything, now show a disabled button instead. this severely breaks compatibility with blackbox themes since there is no good way to automiatically create a disabled button that i can think of, so if they dont exist in the theme you get black and white for the button.

when a window cant be resized, its handle is not removed but its grips are.

change allowing the user to disable individual decorations as that is overkill,
instead allow a toggle through the client.decorate boolean.

20 years agoreadd the Makefile
Dana Jansens [Thu, 10 Jul 2003 23:17:53 +0000 (23:17 +0000)]
readd the Makefile

20 years agoreadd the Makefile
Dana Jansens [Thu, 10 Jul 2003 23:17:00 +0000 (23:17 +0000)]
readd the Makefile

20 years agosimply startup/shutdown
Dana Jansens [Thu, 10 Jul 2003 21:13:35 +0000 (21:13 +0000)]
simply startup/shutdown

20 years agoadd some more contributors
Dana Jansens [Thu, 10 Jul 2003 20:57:48 +0000 (20:57 +0000)]
add some more contributors

20 years agosync is in unistd.h
Dana Jansens [Thu, 10 Jul 2003 19:40:22 +0000 (19:40 +0000)]
sync is in unistd.h

20 years agoprefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType
Dana Jansens [Thu, 10 Jul 2003 19:27:12 +0000 (19:27 +0000)]
prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType
make the ObMenuEntryRenderType a standard enum instead bitflags

20 years agomove ob_pointer_pos to screen_pointer_pos
Dana Jansens [Thu, 10 Jul 2003 19:07:58 +0000 (19:07 +0000)]
move ob_pointer_pos to screen_pointer_pos

20 years agomake ob_state a function so it cant be changed outside of openbox.c
Dana Jansens [Thu, 10 Jul 2003 19:06:00 +0000 (19:06 +0000)]
make ob_state a function so it cant be changed outside of openbox.c

20 years agoremove the ob_root var, its redundant of what Xlib already provides
Dana Jansens [Thu, 10 Jul 2003 19:01:41 +0000 (19:01 +0000)]
remove the ob_root var, its redundant of what Xlib already provides

20 years agouse gint
Dana Jansens [Thu, 10 Jul 2003 18:54:54 +0000 (18:54 +0000)]
use gint

20 years agoob_remote has been killed, remove ob_sync from the public header, its only used inter...
Dana Jansens [Thu, 10 Jul 2003 18:53:39 +0000 (18:53 +0000)]
ob_remote has been killed, remove ob_sync from the public header, its only used internally

20 years agothe --rc arg and rc_path var wasnt even being used so just rm it
Dana Jansens [Thu, 10 Jul 2003 18:52:08 +0000 (18:52 +0000)]
the --rc arg and rc_path var wasnt even being used so just rm it

20 years agomake the ob_restart/shutdown stuff static vars and expose them only through functions...
Dana Jansens [Thu, 10 Jul 2003 18:50:47 +0000 (18:50 +0000)]
make the ob_restart/shutdown stuff static vars and expose them only through functions ob_restart_other(), ob_restart() and ob_exit()

20 years agoremove useless include
Dana Jansens [Thu, 10 Jul 2003 18:44:49 +0000 (18:44 +0000)]
remove useless include

20 years agoreplace the focus_backup with the screen_support_win, we dont need 2 offscreen windows.
Dana Jansens [Thu, 10 Jul 2003 18:44:27 +0000 (18:44 +0000)]
replace the focus_backup with the screen_support_win, we dont need 2 offscreen windows.

20 years agouse the xerror stuff to trap errors instead of dupliacted the effort here
Dana Jansens [Thu, 10 Jul 2003 17:11:07 +0000 (17:11 +0000)]
use the xerror stuff to trap errors instead of dupliacted the effort here

20 years agoprefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz
Dana Jansens [Thu, 10 Jul 2003 17:06:30 +0000 (17:06 +0000)]
prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz

20 years agoprefixing and capitalizing the StackLayer -> ObStackingLayer enum.
Dana Jansens [Thu, 10 Jul 2003 17:03:05 +0000 (17:03 +0000)]
prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
less includes in headers for less rebuilding on changes

20 years agoprefix and capitalize the ObFocusFallbackType enum
Dana Jansens [Thu, 10 Jul 2003 16:42:42 +0000 (16:42 +0000)]
prefix and capitalize the ObFocusFallbackType enum

20 years agouse the ObOrientation enum instead of a horz bool for configuring the dock's orientation
Dana Jansens [Thu, 10 Jul 2003 16:38:45 +0000 (16:38 +0000)]
use the ObOrientation enum instead of a horz bool for configuring the dock's orientation

20 years agoprefixing for the dock. use ObDirection instead of dupliacting it in another enum...
Dana Jansens [Thu, 10 Jul 2003 16:29:40 +0000 (16:29 +0000)]
prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement

20 years agoprefixing for the Popup->ObPopup struct
Dana Jansens [Thu, 10 Jul 2003 15:22:36 +0000 (15:22 +0000)]
prefixing for the Popup->ObPopup struct

20 years agodont need client.h in this header
Dana Jansens [Thu, 10 Jul 2003 07:17:05 +0000 (07:17 +0000)]
dont need client.h in this header

20 years agoprefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameCo...
Dana Jansens [Thu, 10 Jul 2003 07:16:19 +0000 (07:16 +0000)]
prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.

20 years agoprefix Group to ObGroup
Dana Jansens [Thu, 10 Jul 2003 07:03:40 +0000 (07:03 +0000)]
prefix Group to ObGroup

20 years agoprefix TRAN_GROUP to OB_TRAN_GROUP
Dana Jansens [Thu, 10 Jul 2003 07:01:13 +0000 (07:01 +0000)]
prefix TRAN_GROUP to OB_TRAN_GROUP

20 years agoprefix and capitalize some more constants/enums in client.h (Function -> ObFunctions...
Dana Jansens [Thu, 10 Jul 2003 06:59:39 +0000 (06:59 +0000)]
prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions and WindowType -> ObClientType)

20 years agokill warnings
Dana Jansens [Thu, 10 Jul 2003 06:58:58 +0000 (06:58 +0000)]
kill warnings

20 years agorename the Client struct to ObClient
Dana Jansens [Thu, 10 Jul 2003 06:38:42 +0000 (06:38 +0000)]
rename the Client struct to ObClient

20 years agoadd the new misc.h and mwm.h to the kernel sources
Dana Jansens [Thu, 10 Jul 2003 06:23:54 +0000 (06:23 +0000)]
add the new misc.h and mwm.h to the kernel sources

20 years agoadd a mwm.h for the mwm hint structure and flags.
Dana Jansens [Thu, 10 Jul 2003 06:23:38 +0000 (06:23 +0000)]
add a mwm.h for the mwm hint structure and flags.
use proper prefixing and capitalization for the new mwm stuff.

20 years agoadd misc.h with some standard enumerations with proper prefixing and capitalizations.
Dana Jansens [Thu, 10 Jul 2003 06:18:47 +0000 (06:18 +0000)]
add misc.h with some standard enumerations with proper prefixing and capitalizations.

use the new enums throughout.

provide keycodes and cursors through ob_cursor and ob_keycode functions, which use the new misc.h enums for picking the cursor and keycode.

20 years agorename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
Dana Jansens [Thu, 10 Jul 2003 05:44:23 +0000 (05:44 +0000)]
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.

20 years agospeed up pick_group_windows too
Dana Jansens [Thu, 10 Jul 2003 05:35:22 +0000 (05:35 +0000)]
speed up pick_group_windows too

20 years agomake pick_windows waaaay faster
Dana Jansens [Thu, 10 Jul 2003 05:33:51 +0000 (05:33 +0000)]
make pick_windows waaaay faster

20 years agoremove the use of the BINARY define. kill a compiler warning.
Dana Jansens [Thu, 10 Jul 2003 04:38:02 +0000 (04:38 +0000)]
remove the use of the BINARY define. kill a compiler warning.

20 years agoallow restacking of transients above one another
Dana Jansens [Thu, 10 Jul 2003 04:37:26 +0000 (04:37 +0000)]
allow restacking of transients above one another

20 years agoput the transient's title before the parent's in the focus popup
Dana Jansens [Thu, 10 Jul 2003 04:36:42 +0000 (04:36 +0000)]
put the transient's title before the parent's in the focus popup

20 years agoremove the xinerama active boolean, just count the extension as not present if it...
Dana Jansens [Thu, 10 Jul 2003 04:36:17 +0000 (04:36 +0000)]
remove the xinerama active boolean, just count the extension as not present if it is not active

20 years agoadd client_search_top_transient.
Dana Jansens [Thu, 10 Jul 2003 04:34:18 +0000 (04:34 +0000)]
add client_search_top_transient.
keep transients all on the same desktop together. use client_search_top_transient where possible in client.c

20 years agoadd ob_debug for printing stuff only when debug is enabled
Dana Jansens [Thu, 10 Jul 2003 04:32:33 +0000 (04:32 +0000)]
add ob_debug for printing stuff only when debug is enabled

20 years agothese havent been used for a long time.. ;) old parsing shit be gone
Dana Jansens [Thu, 10 Jul 2003 04:32:15 +0000 (04:32 +0000)]
these havent been used for a long time.. ;) old parsing shit be gone

20 years agoremove rependancy on geom.h from the kernel, provide what is used in its own geom.h
Dana Jansens [Thu, 10 Jul 2003 04:31:34 +0000 (04:31 +0000)]
remove rependancy on geom.h from the kernel, provide what is used in its own geom.h

20 years agoupdate the build system, using a single Makefile.am for a sexyass non-recursive make...
Dana Jansens [Thu, 10 Jul 2003 04:31:05 +0000 (04:31 +0000)]
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!

20 years agomove the gettext header out to the root source dir
Dana Jansens [Thu, 10 Jul 2003 04:30:15 +0000 (04:30 +0000)]
move the gettext header out to the root source dir

20 years agoinclude stdlib for exit()
Dana Jansens [Mon, 7 Jul 2003 20:26:32 +0000 (20:26 +0000)]
include stdlib for exit()

20 years agoadd ACLOCAL_FLAGS to the aclocal call.
Dana Jansens [Sun, 6 Jul 2003 19:19:57 +0000 (19:19 +0000)]
add ACLOCAL_FLAGS to the aclocal call.

20 years agouse --foo instead of -foo for cmd line arguments
Dana Jansens [Sat, 5 Jul 2003 17:22:42 +0000 (17:22 +0000)]
use --foo instead of -foo for cmd line arguments

20 years agotry some better default offsets for big endian machines.
Dana Jansens [Sat, 5 Jul 2003 17:01:30 +0000 (17:01 +0000)]
try some better default offsets for big endian machines.
print what the conversion is so i can see what it should be if im wrong though

20 years agoused RrColorShift when RrColorOffset was what we wanted
Dana Jansens [Sat, 5 Jul 2003 16:51:29 +0000 (16:51 +0000)]
used RrColorShift when RrColorOffset was what we wanted

20 years agocoment the USE_LIBSN defined variable
Dana Jansens [Sat, 5 Jul 2003 04:57:24 +0000 (04:57 +0000)]
coment the USE_LIBSN defined variable

20 years agorename the raise and lower functions. raise is claimed by signal.h already
Dana Jansens [Wed, 2 Jul 2003 16:11:04 +0000 (16:11 +0000)]
rename the raise and lower functions. raise is claimed by signal.h already

20 years agoset te strut smaller when autohide is on
Dana Jansens [Mon, 30 Jun 2003 23:11:58 +0000 (23:11 +0000)]
set te strut smaller when autohide is on

20 years agoMakes a simple click not so accidently annoying by making it not
Scott Moynes [Mon, 30 Jun 2003 23:06:50 +0000 (23:06 +0000)]
Makes a simple click not so accidently annoying by making it not
execute a menu action if nothing is highlighted.

20 years agomessed up the indexes while finding the combined size of all xineerama heads
Dana Jansens [Mon, 30 Jun 2003 05:19:42 +0000 (05:19 +0000)]
messed up the indexes while finding the combined size of all xineerama heads

20 years agooops, i want the max edges to find the full area
Dana Jansens [Mon, 30 Jun 2003 05:10:51 +0000 (05:10 +0000)]
oops, i want the max edges to find the full area

20 years agousing a changelog generated off of CVS
Dana Jansens [Mon, 30 Jun 2003 03:36:27 +0000 (03:36 +0000)]
using a changelog generated off of CVS

20 years agoRemove menu plugins because they are stupid and don't work.
Scott Moynes [Mon, 30 Jun 2003 00:22:52 +0000 (00:22 +0000)]
Remove menu plugins because they are stupid and don't work.

20 years agothe prop_get_strings_locale function looked for a utf8 typed property
Dana Jansens [Sun, 29 Jun 2003 18:37:51 +0000 (18:37 +0000)]
the prop_get_strings_locale function looked for a utf8 typed property

20 years agoadd some comments and asserts to make sure I don't ever add this bug again
Dana Jansens [Sun, 29 Jun 2003 17:29:10 +0000 (17:29 +0000)]
add some comments and asserts to make sure I don't ever add this bug again

20 years agocreate the popup's window before adding it to the stacking list, so that it is stacke...
Dana Jansens [Sun, 29 Jun 2003 17:18:19 +0000 (17:18 +0000)]
create the popup's window before adding it to the stacking list, so that it is stacked properly and doesnt wreck everything

20 years agoprepare for alpha1 release.
Dana Jansens [Sun, 29 Jun 2003 08:47:24 +0000 (08:47 +0000)]
prepare for alpha1 release.
make 'make dist' work.

20 years agoadd a makefile so i can put stuff into the make dist
Dana Jansens [Sun, 29 Jun 2003 08:47:04 +0000 (08:47 +0000)]
add a makefile so i can put stuff into the make dist

20 years agopython support is gone
Dana Jansens [Sun, 29 Jun 2003 08:46:44 +0000 (08:46 +0000)]
python support is gone

20 years agowe dont really have any translatable stuff yet but this was pointing at old cpp shit
Dana Jansens [Sun, 29 Jun 2003 08:46:27 +0000 (08:46 +0000)]
we dont really have any translatable stuff yet but this was pointing at old cpp shit

20 years agouse strcmp instead of collate, since collate is slower and we're only doing an =...
Dana Jansens [Sun, 29 Jun 2003 08:46:03 +0000 (08:46 +0000)]
use strcmp instead of collate, since collate is slower and we're only doing an == check

20 years agothese are old and not used anymore
Dana Jansens [Sun, 29 Jun 2003 08:45:35 +0000 (08:45 +0000)]
these are old and not used anymore

20 years agomissed setting 'current' at the end of the pyramid gradient
Dana Jansens [Sun, 29 Jun 2003 08:33:19 +0000 (08:33 +0000)]
missed setting 'current' at the end of the pyramid gradient

20 years agowaste of energy in stacking_add, and it even caused bugs. woops.
Dana Jansens [Sun, 29 Jun 2003 04:00:43 +0000 (04:00 +0000)]
waste of energy in stacking_add, and it even caused bugs. woops.

20 years agoUpdate the send-to window only if the workspaces have changed.
Scott Moynes [Sun, 29 Jun 2003 01:45:32 +0000 (01:45 +0000)]
Update the send-to window only if the workspaces have changed.

20 years agoHandle menu events a little better: don't bother updating a submenu on
Scott Moynes [Sun, 29 Jun 2003 01:44:31 +0000 (01:44 +0000)]
Handle menu events a little better: don't bother updating a submenu on
mouseover if it is already open, and call update on menus, even if
they aren't marked as invalid.

20 years agouse fprintf not g_message in the signal handler. no mallocing allowed.
Dana Jansens [Sat, 28 Jun 2003 19:28:46 +0000 (19:28 +0000)]
use fprintf not g_message in the signal handler. no mallocing allowed.

20 years agoremove debug print
Dana Jansens [Sat, 28 Jun 2003 19:06:03 +0000 (19:06 +0000)]
remove debug print

20 years agoset the values of the array at teh right indexes
Dana Jansens [Sat, 28 Jun 2003 18:30:11 +0000 (18:30 +0000)]
set the values of the array at teh right indexes

20 years agofix memory bugs
Dana Jansens [Sat, 28 Jun 2003 18:24:34 +0000 (18:24 +0000)]
fix memory bugs

20 years agoremove the switch to... menu
Dana Jansens [Sat, 28 Jun 2003 17:44:17 +0000 (17:44 +0000)]
remove the switch to... menu

20 years agodon't destroy font patterns, i think this is a double free
Dana Jansens [Sat, 28 Jun 2003 17:29:23 +0000 (17:29 +0000)]
don't destroy font patterns, i think this is a double free

20 years agoput group members above the window when lowering it
Dana Jansens [Sat, 28 Jun 2003 17:28:48 +0000 (17:28 +0000)]
put group members above the window when lowering it

20 years agoset the stacking list when stacking changes
Dana Jansens [Sat, 28 Jun 2003 17:21:42 +0000 (17:21 +0000)]
set the stacking list when stacking changes

20 years agoignore the generated makefiles
Dana Jansens [Sat, 28 Jun 2003 16:55:10 +0000 (16:55 +0000)]
ignore the generated makefiles

20 years agoadd the makefiles for the themes' data dirs
Dana Jansens [Sat, 28 Jun 2003 16:55:00 +0000 (16:55 +0000)]
add the makefiles for the themes' data dirs

20 years agoadd the themes path to the struct. make the name never include a path
Dana Jansens [Sat, 28 Jun 2003 16:52:17 +0000 (16:52 +0000)]
add the themes path to the struct. make the name never include a path

20 years agoadjust the themes with buttons to match how they are read now
Dana Jansens [Sat, 28 Jun 2003 16:51:53 +0000 (16:51 +0000)]
adjust the themes with buttons to match how they are read now

20 years agosimplify this shit
Dana Jansens [Sat, 28 Jun 2003 16:51:19 +0000 (16:51 +0000)]
simplify this shit

20 years agohardcode the button names for themes
Dana Jansens [Sat, 28 Jun 2003 16:48:25 +0000 (16:48 +0000)]
hardcode the button names for themes

20 years agodont need to raise after adding
Dana Jansens [Sat, 28 Jun 2003 16:16:45 +0000 (16:16 +0000)]
dont need to raise after adding

20 years agorename the button_dir var to data_dir.. pointless :>
Dana Jansens [Sat, 28 Jun 2003 15:53:37 +0000 (15:53 +0000)]
rename the button_dir var to data_dir.. pointless :>

20 years agosnap to all heads the window is present on
Dana Jansens [Sat, 28 Jun 2003 15:49:48 +0000 (15:49 +0000)]
snap to all heads the window is present on

20 years agobuild 'openbox' instead of 'openbox3'.
Dana Jansens [Fri, 27 Jun 2003 13:01:31 +0000 (13:01 +0000)]
build 'openbox' instead of 'openbox3'.
add the openbox.desktop file for gnome compat.

20 years agoset "Openbox" as the name no "Openbox3"
Dana Jansens [Fri, 27 Jun 2003 13:01:04 +0000 (13:01 +0000)]
set "Openbox" as the name no "Openbox3"

20 years agoadd a .desktop file which gets installed for gnome
Dana Jansens [Fri, 27 Jun 2003 13:00:25 +0000 (13:00 +0000)]
add a .desktop file which gets installed for gnome

20 years agoadd the openbox binary
Dana Jansens [Fri, 27 Jun 2003 13:00:05 +0000 (13:00 +0000)]
add the openbox binary