Commit Graph

4838 Commits

Author SHA1 Message Date
Kim Woelders 9fd422c459 1.0.13.004. 2014-02-15 14:43:51 +01:00
Kim Woelders 524a86e701 Update po. 2014-02-15 14:43:50 +01:00
maxerba 72aa0ce15c Updating serbian translation 2014-01-03 18:41:46 +01:00
Kim Woelders 872e4f57c5 Simplify/fix dialog layout code.
The widget and table coordinates were not properly aligned, potentially
causing some widgets (last in a table) to not be rendered properly in
certain themes.
2013-12-31 09:34:00 +01:00
Kim Woelders ce34edc4a3 Reduce nesting in DialogRealizeItem().
Also tweak some (disabled) debug messages.
2013-12-31 09:34:00 +01:00
Kim Woelders f16055966a Update po. 2013-12-29 09:53:21 +01:00
Kim Woelders b5fbc942ac Fix memory leak when changing area. 2013-12-29 08:59:39 +01:00
Kim Woelders a14e2978d8 Wrap some calls to XFillRectangle. 2013-12-29 08:59:39 +01:00
Kim Woelders 9cc77c09c3 Tweak error handler API. 2013-12-29 08:59:39 +01:00
Kim Woelders 248ec63e1e Wrap remaining XCopyArea calls. 2013-12-29 08:59:39 +01:00
Kim Woelders 6a61584f37 Use XCopyArea wrapper function. 2013-12-29 08:59:39 +01:00
Kim Woelders e1f062fff5 Use NoXID in stead of None. 2013-12-29 08:59:38 +01:00
Kim Woelders b7f11e473d Wrap the last XClearArea call. 2013-12-29 08:59:38 +01:00
Kim Woelders 94b5626c9a Trivial type fixes. 2013-12-29 08:59:38 +01:00
Kim Woelders 9fc7dc7f5e Header file tweaks and cosmetics.
Primarily, don't include Xlib.h from other headers than xtypes.h.
2013-12-29 08:59:38 +01:00
Kim Woelders 8afc7eca2e Remove some use of X11 Bool type/values. 2013-12-29 08:59:28 +01:00
Kim Woelders 8612edf52c Update po. 2013-12-28 00:32:22 +01:00
Kim Woelders 3e78ef48f8 Use our own window property functions in stead of various Xlib ones. 2013-12-28 00:26:00 +01:00
Kim Woelders 497b7b8c14 Use our own window property functions in stead of various Xlib ones. 2013-12-28 00:10:58 +01:00
Kim Woelders 4677c08545 Use our own window property functions in stead of various Xlib ones.
- XGet/SetWMProtocols().
- XGetTransientForHint().

Should be slightly faster.
2013-12-28 00:10:58 +01:00
Kim Woelders 7b34f58f22 Add EXWindowOk(). 2013-12-28 00:10:57 +01:00
Kim Woelders 265815a282 Rename EDrawableCheck to EXDrawableOk and remove unused parameter. 2013-12-28 00:10:57 +01:00
Kim Woelders b3af089d06 Add missing const + some formatting cosmetics. 2013-12-28 00:10:57 +01:00
Kim Woelders 6c83d91344 Debug message tweaks, cosmetics. 2013-12-28 00:10:57 +01:00
Kim Woelders 541a838396 Forgot some more 2013. 2013-12-22 16:54:39 +01:00
Kim Woelders 1029581f54 Fix OR window registration some more.
Ignore our own windows (with root parent).
2013-12-22 11:37:50 +01:00
maxerba fd25668c98 updating esperanto translation 2013-12-19 21:03:33 +01:00
Kim Woelders 1d95e0ec74 Don't play sound in ShowAlert().
If forked (or in signal handler?) it may cause lockup.
2013-12-11 22:13:12 +01:00
Kim Woelders 21e8e2045a Fix OR window registration.
... when already registered and mapped.

Introduced in 4a0bcfccf5.
2013-12-11 20:38:14 +01:00
Kim Woelders dcd1d429b8 Add server grab around initial window pickup loop.
Not really necessary but avoids server grabs in each AddToFamily().
2013-11-24 16:37:18 +01:00
Kim Woelders addfbbc75b Only manage InputOutput windows. 2013-11-24 16:37:17 +01:00
Kim Woelders 1294510ef2 Avoid redundant calls of XGetWindowAttributes (eobjs). 2013-11-24 16:37:17 +01:00
Kim Woelders 1452bdec56 Avoid redundant calls of XGetWindowAttributes (ewins). 2013-11-24 16:37:17 +01:00
Kim Woelders 4a0bcfccf5 Simplify registration of override-redirect windows. 2013-11-24 16:37:17 +01:00
Kim Woelders 3d86eb55fa Wrap XGetWindowAttributes(). 2013-11-24 16:37:17 +01:00
Kim Woelders 6435db730a Debug printout tweaks. 2013-11-24 16:37:17 +01:00
Kim Woelders 49669bafa2 Forgot some 2013. 2013-11-24 16:37:17 +01:00
Kim Woelders 5dddfd2d54 Fix potential warnings. 2013-11-20 20:26:22 +01:00
Kim Woelders 0016bee021 1.0.13.003. 2013-10-13 09:28:03 +02:00
Kim Woelders d39918d449 Update gettext version to 0.17. 2013-10-13 09:26:54 +02:00
Kim Woelders f6ff19cef1 Obsolete event handling tweak.
Avoid trouble around obsolete events and click grabs.
2013-10-06 21:38:06 +02:00
Kim Woelders 3f51b8c871 Obsolete event handling tweak.
Reduce probability of trouble that may occur if event serial number
difference since last wraps.
2013-10-06 21:23:45 +02:00
Kim Woelders 34565d50c8 Remove useless Name[] entries from .desktop files. 2013-10-05 11:27:46 +02:00
Kim Woelders 1922725db4 Fix menu generation some more.
Stop .desktop file processing when seeing a section other than [Desktop Entry].
The previous fix in this area didn't do it properly.

Noted by Len E.
2013-10-05 11:16:31 +02:00
Kim Woelders 6703ab1c59 1.0.13.002. 2013-09-22 12:29:22 +02:00
Kim Woelders b42aa48304 Autofoo macro cleanups.
- Eliminate use of obsolete AC_TRY_COMPILE.
- Changes names AC_/ac_ to EC_/ec_ to stay out of autoconf namespace.
2013-09-22 12:26:05 +02:00
Kim Woelders a6c5d24810 Fixup after list changes. 2013-09-08 22:16:22 +02:00
Kim Woelders 434c042c03 1.0.13.001. 2013-08-14 21:55:42 +02:00
Kim Woelders 9cb8ae47bf Update po. 2013-08-09 11:46:54 +02:00
Kim Woelders e287b37e78 Switch to new list implementation.
Faster, less code, less memory usage.
Not that it matters much - mostly for fun.
2013-08-09 11:43:48 +02:00