mikachu/openbox.git
15 years agoMika says rearrange it!
Dave Foster [Sat, 23 Aug 2008 04:36:03 +0000 (00:36 -0400)]
Mika says rearrange it!

15 years agoMerge branch '3.4' into wip/mikabox
Mikael Magnusson [Sat, 23 Aug 2008 04:32:25 +0000 (06:32 +0200)]
Merge branch '3.4' into wip/mikabox

15 years agoNeedless externs.
Dave Foster [Sat, 23 Aug 2008 04:28:40 +0000 (00:28 -0400)]
Needless externs.

15 years agoAdded <windowMargin> config item and made the margin thing respect it!
Dave Foster [Sat, 23 Aug 2008 04:20:37 +0000 (00:20 -0400)]
Added <windowMargin> config item and made the margin thing respect it!

15 years agoSilly commentating.
Dave Foster [Sat, 23 Aug 2008 03:54:07 +0000 (23:54 -0400)]
Silly commentating.

15 years agoMove now has resistance.
Dave Foster [Sat, 23 Aug 2008 03:29:23 +0000 (23:29 -0400)]
Move now has resistance.

15 years agoResist edges working with margin.
Dave Foster [Sat, 23 Aug 2008 03:13:15 +0000 (23:13 -0400)]
Resist edges working with margin.

15 years agoGrowToEdge functions respect windows having a margin the same as the desktop margin.
Dave Foster [Sat, 23 Aug 2008 02:58:51 +0000 (22:58 -0400)]
GrowToEdge functions respect windows having a margin the same as the desktop margin.

15 years agoAdd danish translation.
Jesper Sander [Tue, 19 Aug 2008 15:46:45 +0000 (17:46 +0200)]
Add danish translation.

15 years agoMerge branch 'buttons' into wip/mikabox
Mikael Magnusson [Sun, 13 Jul 2008 16:10:52 +0000 (18:10 +0200)]
Merge branch 'buttons' into wip/mikabox

Conflicts:
openbox/client_menu.c
openbox/framerender.c
render/render.c
render/render.h
render/theme.c
render/theme.h

15 years agoProperly escape strings before writing XML.
Nico Golde [Sun, 13 Jul 2008 13:29:50 +0000 (15:29 +0200)]
Properly escape strings before writing XML.

15 years agoThis might be a little bit better.
Mikael Magnusson [Mon, 7 Jul 2008 20:34:55 +0000 (22:34 +0200)]
This might be a little bit better.

At least it consistently doesn't run the openbox action.

15 years ago"Fix" releasing the mouse button over a window.
Mikael Magnusson [Mon, 7 Jul 2008 19:20:34 +0000 (21:20 +0200)]
"Fix" releasing the mouse button over a window.

Previously if you click-drag-released the left button on the root window to a client window,
Openbox would ignore the release because we don't own the client window. Now check if we
are in a button press or not before ignoring it. The bug was we would initiate a move when
the cursor was moved over a titlebar even when the button was unpressed because the variable
didn't get cleared properly.

This fix is very ugly.

15 years agoNo \n on ob_debug in this branch.
Mikael Magnusson [Tue, 10 Jun 2008 15:52:04 +0000 (17:52 +0200)]
No \n on ob_debug in this branch.

15 years agoShow name/class when mapping in debug mode.
Mikael Magnusson [Tue, 10 Jun 2008 15:51:53 +0000 (17:51 +0200)]
Show name/class when mapping in debug mode.

15 years agoMerge branch 'work' into wip/mikabox
Mikael Magnusson [Sat, 7 Jun 2008 03:16:07 +0000 (05:16 +0200)]
Merge branch 'work' into wip/mikabox

15 years agoThe code to replace $wid/$pid died on $foo.
Mikael Magnusson [Sat, 7 Jun 2008 03:12:04 +0000 (05:12 +0200)]
The code to replace $wid/$pid died on $foo.

It failed to increment a variable after finding a $ but no pid or wid,
which led to a fun infinite loop. Also don't check if c[1] is w if we
already established it was p. The code should probably check the length
of the string instead of reading random memory, but how fun is that?

15 years agoOpenbox doesn't support _NET_WM_USER_TIME_WINDOW atm.
Mikael Magnusson [Thu, 29 May 2008 16:51:17 +0000 (18:51 +0200)]
Openbox doesn't support _NET_WM_USER_TIME_WINDOW atm.

15 years agoUpdate catalan translation.
David Majà Martínez [Sun, 25 May 2008 18:26:24 +0000 (20:26 +0200)]
Update catalan translation.

15 years agoAdd a translators note about not translating the word "SessionLogout" in an error...
Mikael Magnusson [Sat, 24 May 2008 14:36:22 +0000 (16:36 +0200)]
Add a translators note about not translating the word "SessionLogout" in an error message.

15 years agoAdd turkish translation.
Tutku Dalmaz [Sat, 24 May 2008 14:33:49 +0000 (16:33 +0200)]
Add turkish translation.

15 years agoDo focus menus with the mouse.
Mikael Magnusson [Tue, 20 May 2008 16:22:24 +0000 (18:22 +0200)]
Do focus menus with the mouse.

15 years agoUpdate italian translation.
Andrea Scarpino [Thu, 15 May 2008 11:12:22 +0000 (13:12 +0200)]
Update italian translation.

15 years agoUpdate spanish translation.
Nicolás de la Torre [Sun, 4 May 2008 20:04:38 +0000 (22:04 +0200)]
Update spanish translation.

15 years agoAdd Lithuanian translation.
Mikael Magnusson [Sun, 4 May 2008 19:17:53 +0000 (21:17 +0200)]
Add Lithuanian translation.

15 years agoMerge branch 'work' into wip/mikabox
Mikael Magnusson [Sun, 4 May 2008 10:06:25 +0000 (12:06 +0200)]
Merge branch 'work' into wip/mikabox

15 years agoRevert "make windows stay on screen when they are resized due to their normal hints...
Mikael Magnusson [Sun, 4 May 2008 09:56:57 +0000 (11:56 +0200)]
Revert "make windows stay on screen when they are resized due to their normal hints changing"

This reverts commit 73adc6480d59fc5dccf9fe19ed5234c9582b328c.

15 years agoDon't translate action names.
Mikael Magnusson [Sat, 3 May 2008 13:03:04 +0000 (15:03 +0200)]
Don't translate action names.

15 years agoMerge branch 'backport' into work
Dana Jansens [Fri, 2 May 2008 17:44:26 +0000 (13:44 -0400)]
Merge branch 'backport' into work

15 years agoa 64-bit fix
Dana Jansens [Fri, 2 May 2008 15:01:38 +0000 (11:01 -0400)]
a 64-bit fix

15 years agogive the compiler hints about what can be kept in registers so that it can optimize...
Dana Jansens [Sat, 29 Mar 2008 00:56:16 +0000 (20:56 -0400)]
give the compiler hints about what can be kept in registers so that it can optimize the gradient code better with all the pointers going on

15 years agoUpdate russian translation.
Moroz Sergey L [Fri, 2 May 2008 08:26:40 +0000 (10:26 +0200)]
Update russian translation.

15 years agoAllow to use a pango font description string.
Mikael Magnusson [Tue, 29 Apr 2008 14:56:31 +0000 (16:56 +0200)]
Allow to use a pango font description string.

15 years agoMerge branch 'wip/edges' into wip/mikabox
Mikael Magnusson [Mon, 28 Apr 2008 22:26:47 +0000 (00:26 +0200)]
Merge branch 'wip/edges' into wip/mikabox

15 years agoThis & shouldn't be here.
Mikael Magnusson [Mon, 28 Apr 2008 22:26:18 +0000 (00:26 +0200)]
This & shouldn't be here.

15 years agoMerge branch 'imlib2' into wip/mikabox
Mikael Magnusson [Mon, 28 Apr 2008 22:08:57 +0000 (00:08 +0200)]
Merge branch 'imlib2' into wip/mikabox

Conflicts:

Makefile.am
openbox/config.c
openbox/menu.c

15 years agoThis patch implements support for icons in user-defined menus into Openbox
Kadlcik Libor [Tue, 25 Mar 2008 20:58:12 +0000 (21:58 +0100)]
This patch implements support for icons in user-defined menus into Openbox

Image loading is done using the Imlib2 library.
I chose Imlib2 because it's pretty fast, it's easy to use, supports many file
formats (tested xpm, gif, jpeg, png) and doesn't introduce too much bloat (it
depends :)).

I ported the patch to 3.4.7-pre3 and added some enhancements. Caching is much
better now, and icons can be disabled at compile time using --disable-imlib2
option.

What's new?
Syntax of configuration files (namely rc.xml and menu.xml) has been changed
slightly to allow users to associate icons to menu entries. This is done by
specifying path to icon file in the new "icon" attribute in "<item>" element,
e.g:
<item label="Vim" icon="/usr/share/pixmaps/vim-32.xpm">
  <action name="Execute"><execute>x-terminal-emulator -T Vim -e
vim</execute></action>
</item>

If user doesn't want to display any icons in his user-defined menus, he/she can
disable icons in rc.xml, inside "<menu>" section:
<menu>
 ...
  <showIcons>no</showIcons>
 ...
</menu>
Default value is "yes".
(New boolean variable "config_menu_user_show_icons" has been added to source
code.)

An icon is loaded (using menu_item_attach_icon()) when a new entry of menu is
created. Fortunately, I haven't notice any performance problems because of this
:).

16 years agoBump. release-3.4.7.2
Mikael Magnusson [Wed, 23 Apr 2008 15:18:01 +0000 (17:18 +0200)]
Bump.

16 years agoMerge branch 'work' into wip/mikabox
Mikael Magnusson [Wed, 23 Apr 2008 15:07:42 +0000 (17:07 +0200)]
Merge branch 'work' into wip/mikabox

Conflicts:

openbox/moveresize.c

16 years agoMerge branch 'backport' into work
Mikael Magnusson [Wed, 23 Apr 2008 14:41:35 +0000 (16:41 +0200)]
Merge branch 'backport' into work

Conflicts:

openbox/config.c
openbox/keyboard.c
openbox/moveresize.c

16 years agoFix typo introduced a few commits ago that made resizing windows hard.
Mikael Magnusson [Wed, 23 Apr 2008 14:40:22 +0000 (16:40 +0200)]
Fix typo introduced a few commits ago that made resizing windows hard.

16 years agoCrazy focus model.
Mikael Magnusson [Wed, 23 Apr 2008 14:25:50 +0000 (16:25 +0200)]
Crazy focus model.

16 years agoDon't need to explicitly check for xft.
Mikael Magnusson [Sat, 19 Apr 2008 22:10:52 +0000 (00:10 +0200)]
Don't need to explicitly check for xft.

16 years agoBump and changelog. release-3.4.7.1
Mikael Magnusson [Wed, 16 Apr 2008 15:35:27 +0000 (17:35 +0200)]
Bump and changelog.

16 years agoMissed a pair of parentheses when I resolved a merge conflict. You can now resize...
Mikael Magnusson [Wed, 16 Apr 2008 15:31:09 +0000 (17:31 +0200)]
Missed a pair of parentheses when I resolved a merge conflict. You can now resize windows again.

16 years agoBump version to 3.4.7. release-3.4.7
Mikael Magnusson [Tue, 15 Apr 2008 16:25:42 +0000 (18:25 +0200)]
Bump version to 3.4.7.

Remove an item from CHANGELOG as I just reverted that commit.

16 years agoMerge branch 'backport' into 3.4
Mikael Magnusson [Tue, 15 Apr 2008 16:18:09 +0000 (18:18 +0200)]
Merge branch 'backport' into 3.4

16 years agoDon't use GrabModeSync, it hangs the xserver on chains sometimes.
Mikael Magnusson [Wed, 19 Mar 2008 11:49:50 +0000 (12:49 +0100)]
Don't use GrabModeSync, it hangs the xserver on chains sometimes.

More or less a revert of 5bfa48dcffec3b00d119d851cb2427a43f80aa7b
"Grab key bindings with GrabModeSync"
See also bug #3582.

16 years agoShow the resize popup right away.
Mikael Magnusson [Tue, 18 Mar 2008 20:51:34 +0000 (21:51 +0100)]
Show the resize popup right away.

Previously, it would wait for a resize step before showing it, when resizing
windows with resize increments that were bigger than the moveresize threshold.

16 years agoWhen icons had a very small aspect ratio, we crashed, don't.
Mikael Magnusson [Fri, 28 Mar 2008 20:01:46 +0000 (21:01 +0100)]
When icons had a very small aspect ratio, we crashed, don't.

16 years agoMove "if"s out of the loop and rewrite the loop to use parse_find_node() to search...
Kadlcik Libor [Wed, 2 Apr 2008 20:24:41 +0000 (22:24 +0200)]
Move "if"s out of the loop and rewrite the loop to use parse_find_node() to search for "file".

16 years agoCenter the moveresize popup even when shaded.
Mikael Magnusson [Mon, 31 Mar 2008 17:20:55 +0000 (19:20 +0200)]
Center the moveresize popup even when shaded.

16 years agoCenter the moveresize popup even when shaded.
Mikael Magnusson [Mon, 31 Mar 2008 17:20:55 +0000 (19:20 +0200)]
Center the moveresize popup even when shaded.

16 years agodana pls look at this. When icons had a very small aspect ratio, we crashed, don't.
Mikael Magnusson [Fri, 28 Mar 2008 20:01:46 +0000 (21:01 +0100)]
dana pls look at this. When icons had a very small aspect ratio, we crashed, don't.

If this is the right fix, either 1) tell me or 2) remove the XXX and change this message :).

16 years agoRemove autostart.sh when cleaning too. release-3.4.7-pre3
Mikael Magnusson [Thu, 27 Mar 2008 14:28:10 +0000 (15:28 +0100)]
Remove autostart.sh when cleaning too.

16 years agoUpdate changelog and bump version to pre3.
Mikael Magnusson [Thu, 27 Mar 2008 14:11:14 +0000 (15:11 +0100)]
Update changelog and bump version to pre3.

16 years agoMerge branch 'backport' into 3.4
Mikael Magnusson [Thu, 27 Mar 2008 13:56:33 +0000 (14:56 +0100)]
Merge branch 'backport' into 3.4

16 years agomake windows stay on screen when they are resized due to their normal hints changing
Dana Jansens [Thu, 27 Mar 2008 13:44:48 +0000 (09:44 -0400)]
make windows stay on screen when they are resized due to their normal hints changing

16 years agoremove some verbose debug prints
Dana Jansens [Thu, 27 Mar 2008 13:44:40 +0000 (09:44 -0400)]
remove some verbose debug prints

16 years agoUpdate dutch translation.
Benno Schulenberg [Mon, 24 Mar 2008 14:53:11 +0000 (15:53 +0100)]
Update dutch translation.

16 years agoDon't use GrabModeSync, it hangs the xserver on chains sometimes.
Mikael Magnusson [Wed, 19 Mar 2008 11:49:50 +0000 (12:49 +0100)]
Don't use GrabModeSync, it hangs the xserver on chains sometimes.

16 years agoShow popup even earlier.
Mikael Magnusson [Tue, 18 Mar 2008 20:55:20 +0000 (21:55 +0100)]
Show popup even earlier.

But ideally, the window should have moved/resized by now, it doesn't until the next pixel...

16 years agoShow popup even earlier.
Mikael Magnusson [Tue, 18 Mar 2008 20:55:20 +0000 (21:55 +0100)]
Show popup even earlier.

But ideally, the window should have moved/resized by now, it doesn't until the next pixel...

16 years agoShow the resize popup right away.
Mikael Magnusson [Tue, 18 Mar 2008 20:51:34 +0000 (21:51 +0100)]
Show the resize popup right away.

Previously, it would wait for a resize step before showing it, when resizing
windows with resize increments that were bigger than the moveresize threshold.

16 years agoShow the resize popup right away.
Mikael Magnusson [Tue, 18 Mar 2008 20:51:34 +0000 (21:51 +0100)]
Show the resize popup right away.

Previously, it would wait for a resize step before showing it, when resizing
windows with resize increments that were bigger than the moveresize threshold.

16 years agoUpdate finnish translation.
Lauri Hakko [Mon, 17 Mar 2008 20:26:52 +0000 (21:26 +0100)]
Update finnish translation.

16 years agoUpdate hungarian translation.
Robert Kuszinger [Mon, 17 Mar 2008 19:16:33 +0000 (20:16 +0100)]
Update hungarian translation.

16 years agoUpdate czech translation.
Mikael Magnusson [Mon, 17 Mar 2008 17:15:21 +0000 (18:15 +0100)]
Update czech translation.

16 years agoUpdate portuguese translation.
Mikael Magnusson [Sun, 16 Mar 2008 14:48:50 +0000 (15:48 +0100)]
Update portuguese translation.

16 years agoUpdate german translation.
Florian Walch [Thu, 13 Mar 2008 12:43:26 +0000 (13:43 +0100)]
Update german translation.

16 years agoUpdate weejun translation.
Michael Kjelbergvik Thung [Thu, 13 Mar 2008 12:37:40 +0000 (13:37 +0100)]
Update weejun translation.

16 years agoMake alt-tab icon size configurable.
Mikael Magnusson [Thu, 13 Mar 2008 01:28:27 +0000 (02:28 +0100)]
Make alt-tab icon size configurable.

16 years agoMake alt-tab icon size configurable.
Mikael Magnusson [Thu, 13 Mar 2008 01:28:27 +0000 (02:28 +0100)]
Make alt-tab icon size configurable.

16 years agoUpdate simplified chinese translation.
zhou sf [Tue, 11 Mar 2008 14:39:54 +0000 (15:39 +0100)]
Update simplified chinese translation.

16 years agoUpdate dutch translation.
Marvin Vek [Tue, 11 Mar 2008 14:01:47 +0000 (15:01 +0100)]
Update dutch translation.

16 years agoUpdate vietnamese translation.
Quan Tran [Tue, 11 Mar 2008 01:08:42 +0000 (02:08 +0100)]
Update vietnamese translation.

16 years agoMerge branch 'mikabox/actions' into wip/mikabox
Mikael Magnusson [Sun, 9 Mar 2008 19:39:32 +0000 (20:39 +0100)]
Merge branch 'mikabox/actions' into wip/mikabox

16 years agoAdd FocusFallback action.
Mikael Magnusson [Sun, 9 Mar 2008 19:38:43 +0000 (20:38 +0100)]
Add FocusFallback action.

16 years agofix a bug from when $window changed to $wid in the execute action
Dana Jansens [Sun, 9 Mar 2008 19:09:48 +0000 (15:09 -0400)]
fix a bug from when $window changed to $wid in the execute action

16 years ago<undecorated> for If.
Mikael Magnusson [Sun, 9 Mar 2008 17:52:41 +0000 (18:52 +0100)]
<undecorated> for If.

16 years agoMerge branch 'work' into wip/mikabox
Mikael Magnusson [Sun, 9 Mar 2008 17:53:11 +0000 (18:53 +0100)]
Merge branch 'work' into wip/mikabox

Conflicts:

openbox/client.c

16 years agoMerge branch 'mikabox/actions' into wip/mikabox
Mikael Magnusson [Sat, 8 Mar 2008 17:36:47 +0000 (18:36 +0100)]
Merge branch 'mikabox/actions' into wip/mikabox

Conflicts:

openbox/actions/all.c

16 years agoMake Unfocus do what the name says.
Mikael Magnusson [Thu, 28 Feb 2008 18:43:07 +0000 (19:43 +0100)]
Make Unfocus do what the name says.

16 years agoAllow sending windows on other desktops to the current desktop.
Mikael Magnusson [Thu, 6 Mar 2008 19:06:38 +0000 (20:06 +0100)]
Allow sending windows on other desktops to the current desktop.

16 years agoAdd Stop action.
Mikael Magnusson [Sun, 2 Mar 2008 01:02:57 +0000 (02:02 +0100)]
Add Stop action.

16 years agoLet If check for urgent/demands_attention.
Mikael Magnusson [Sun, 2 Mar 2008 17:59:43 +0000 (18:59 +0100)]
Let If check for urgent/demands_attention.

16 years agoAllow If action to match which desktop a window is on.
Mikael Magnusson [Sat, 1 Mar 2008 17:20:43 +0000 (18:20 +0100)]
Allow If action to match which desktop a window is on.

16 years agoLet the If action match window titles.
Mikael Magnusson [Sat, 1 Mar 2008 15:42:06 +0000 (16:42 +0100)]
Let the If action match window titles.

16 years agoAdd an action AllClients that runs actions on all windows.
Mikael Magnusson [Sat, 1 Mar 2008 17:23:52 +0000 (18:23 +0100)]
Add an action AllClients that runs actions on all windows.

Add <action> tags as children to it, obviously intended for use with
the If action.

16 years agoRevert "Make edges more likely to eventually do something useful."
Mikael Magnusson [Mon, 11 Feb 2008 17:30:36 +0000 (18:30 +0100)]
Revert "Make edges more likely to eventually do something useful."

This reverts commit 0c2b74a4b69e5e6ddc28b27a67d5e4c9f44156e5.

16 years agoMerge branch 'backport' into work
Mikael Magnusson [Sat, 8 Mar 2008 16:43:32 +0000 (17:43 +0100)]
Merge branch 'backport' into work

Conflicts:

obt/keyboard.c
openbox/actions/cyclewindows.c
openbox/actions/directionalwindows.c
openbox/frame.c
openbox/openbox.c

16 years agoFix a typo in --help output (master only).
Mikael Magnusson [Thu, 6 Mar 2008 18:46:24 +0000 (19:46 +0100)]
Fix a typo in --help output (master only).

16 years agoRemove double newlines.
Mikael Magnusson [Sat, 8 Mar 2008 15:42:43 +0000 (16:42 +0100)]
Remove double newlines.

16 years agoDon't run actions in focus cycling actions backwards either (as in 664b0b4e943ba4d410...
Mikael Magnusson [Thu, 6 Mar 2008 19:02:26 +0000 (20:02 +0100)]
Don't run actions in focus cycling actions backwards either (as in 664b0b4e943ba4d410168817dcff953804b44253).

16 years agoDon't draw titlebar buttons on top of eachother.
Mikael Magnusson [Thu, 6 Mar 2008 01:28:43 +0000 (02:28 +0100)]
Don't draw titlebar buttons on top of eachother.

16 years agoMerge branch 'mikabox/personal' into wip/mikabox
Mikael Magnusson [Sat, 8 Mar 2008 16:29:40 +0000 (17:29 +0100)]
Merge branch 'mikabox/personal' into wip/mikabox

Conflicts:

obt/prop.c

16 years agoMerge branch 'mikabox/maybe' into wip/mikabox
Mikael Magnusson [Sat, 8 Mar 2008 16:29:33 +0000 (17:29 +0100)]
Merge branch 'mikabox/maybe' into wip/mikabox

16 years agoMerge branch 'mikabox/actions' into wip/mikabox
Mikael Magnusson [Sat, 8 Mar 2008 16:29:13 +0000 (17:29 +0100)]
Merge branch 'mikabox/actions' into wip/mikabox

Conflicts:

Makefile.am
openbox/client.c
po/POTFILES.in

16 years agoMerge branch 'wip/nosafefocus' into wip/mikabox
Mikael Magnusson [Sat, 8 Mar 2008 16:29:06 +0000 (17:29 +0100)]
Merge branch 'wip/nosafefocus' into wip/mikabox

16 years agoMerge branch 'wip/edges' into wip/mikabox
Mikael Magnusson [Sat, 8 Mar 2008 16:29:04 +0000 (17:29 +0100)]
Merge branch 'wip/edges' into wip/mikabox