Commit Graph

4130 Commits

Author SHA1 Message Date
Aron Xu bf9901df39 Sync translations of e16 from Launchpad.
SVN revision: 48698
2010-05-09 01:45:49 +00:00
Kim Woelders b6b8764b76 French translation update (Tristan D.).
SVN revision: 48684
2010-05-08 16:43:10 +00:00
Kim Woelders f2831f0742 Another focus fix after recent changes.
SVN revision: 48679
2010-05-08 13:04:35 +00:00
Kim Woelders 9aa0d56160 Fix moving window to previous desk when current is 0 (noted by BitJam).
SVN revision: 48650
2010-05-06 18:42:27 +00:00
Kim Woelders 33b7b5a9f3 Japanese translation update (Yasufumi Haga).
SVN revision: 48623
2010-05-05 15:55:50 +00:00
Kim Woelders d321b0adc4 French translation update (Tristan D.).
SVN revision: 48582
2010-05-03 16:50:02 +00:00
Kim Woelders 6204996c9f Update po.
SVN revision: 48563
2010-05-02 20:26:57 +00:00
Kim Woelders e33f6edfbd Add option to focus window if window group is focused.
SVN revision: 48562
2010-05-02 20:26:54 +00:00
Kim Woelders 1c06362630 Better check for focusing transients when group is focused.
SVN revision: 48561
2010-05-02 20:26:51 +00:00
Kim Woelders f947a2b0f5 Simplify.
SVN revision: 48560
2010-05-02 20:26:49 +00:00
Kim Woelders 203247f8a2 Silence clang.
SVN revision: 48559
2010-05-02 20:26:47 +00:00
Kim Woelders 88fc01d84a Minor simplification (use GetTime in stead of gettimeofday).
SVN revision: 48558
2010-05-02 20:26:43 +00:00
Kim Woelders e1d5c8b5bd Forgot comma.
SVN revision: 48050
2010-04-16 11:07:54 +00:00
Kim Woelders 6e5879ba87 Forgot some 2010 updates.
SVN revision: 48049
2010-04-16 11:07:51 +00:00
Kim Woelders 61ee0559df Update po.
SVN revision: 47924
2010-04-11 12:02:00 +00:00
Kim Woelders 4fbabcefd0 In reparent event handler, use parent indicated by event.
This avoids multiple roundtrips during window creation/destruction.

I wonder why it was necessary to look up the parent with XQueryTree.
IIRC there where some misbehaving clients, maybe related to switching
in/out of fullscreen mode.

SVN revision: 47922
2010-04-11 11:43:02 +00:00
Kim Woelders 8551c41582 CM: Skip windows with empty shape.
Windows with empty shape seem to cause rendering artifacts, e.g.
in pager hiwin when the small pager tooltip images have empty shape.

AFAICT windows with empty shape should be handled properly by the
CM... server bug? Anyway, might as well skip them entirely.

SVN revision: 47921
2010-04-11 11:43:00 +00:00
Kim Woelders 0cc43fd186 Look up/show name of request causing error.
SVN revision: 47920
2010-04-11 11:42:57 +00:00
Kim Woelders 17588aa5e0 Fix incorrect initial coords placement in certain situations.
SVN revision: 47919
2010-04-11 11:42:55 +00:00
Kim Woelders e5739b7835 Definitions of extention names are unreliable - use actual ones.
SVN revision: 47918
2010-04-11 11:42:52 +00:00
Kim Woelders 842ad5a7d6 Fix build with XI2.
SVN revision: 47917
2010-04-11 11:42:50 +00:00
Aron Xu 7812648141 Update Simplified Chinese translation.
SVN revision: 47830
2010-04-08 13:01:11 +00:00
Kim Woelders c72a729778 Use XQueryExtension to query extensions.
SVN revision: 47820
2010-04-07 19:32:26 +00:00
Kim Woelders fb30b7f301 Fix error when compiling as C++.
SVN revision: 47819
2010-04-07 19:32:24 +00:00
Kim Woelders cabb2a2011 Fix _XROOT property updates when using set_xroot_info_on_root_window.
The update when entering desk 0 would sometimes get lost.

SVN revision: 47786
2010-04-06 16:39:44 +00:00
Massimo Maiurana aa2c8ae22f updating italian translation
SVN revision: 47781
2010-04-05 20:43:34 +00:00
Kim Woelders 25ea64b7b0 Fix pointer warp between screens.
In certain situations (pointer entering root on new screen)
the focus would not be properly set on the new screen.

SVN revision: 47768
2010-04-05 17:48:37 +00:00
Kim Woelders 7afd6cbe38 More focus work...
SVN revision: 47767
2010-04-05 17:48:35 +00:00
Kim Woelders 31c97439d1 Fix potential segvs.
Could be triggered by early move/resizes, e.g. due to initially
shaded state.

SVN revision: 47727
2010-04-03 18:28:49 +00:00
Kim Woelders 64ff924ff5 e_gen_menu: Drop mozilla, xchat2, add audacious.
SVN revision: 47706
2010-04-02 15:28:24 +00:00
Kim Woelders e2c3228dad Avoid QueryPointer in PagerHandleMotion.
SVN revision: 47705
2010-04-02 15:28:22 +00:00
Kim Woelders e6beff1eaf Use ConfigFileLoad some more.
SVN revision: 47704
2010-04-02 15:28:20 +00:00
Kim Woelders 155a5473f0 Move misc/e16.png to icons/.
SVN revision: 47703
2010-04-02 15:28:17 +00:00
Kim Woelders 581f6cfd60 Disable shaded, semi-solid, and translucent move/resize modes by default.
SVN revision: 47702
2010-04-02 15:28:15 +00:00
Kim Woelders afb380eed5 Use render for PixImg if available.
SVN revision: 47701
2010-04-02 15:28:13 +00:00
Kim Woelders 846ca17162 Refactor move/resize shape drawing code.
SVN revision: 47700
2010-04-02 15:28:10 +00:00
Kim Woelders b4d22677e3 Another focus handling tweak.
SVN revision: 47699
2010-04-02 15:28:08 +00:00
Kim Woelders ccd185a794 Fix various issues related to iconification of shaded windows.
- Trouble with initially iconified and shaded windows shading right or down.
- Snapshotting of shaded windows was broken (still a hack - disable?).

SVN revision: 47698
2010-04-02 15:28:06 +00:00
Kim Woelders 4560a1db7c If CM is active, change snap to live pager mode.
SVN revision: 47697
2010-04-02 15:28:04 +00:00
Kim Woelders eb73aaf90a Add preload library for roundtrip spotting.
SVN revision: 47696
2010-04-02 15:28:02 +00:00
Kim Woelders 29a5b4489d Centralise file loading, based on file type.
Change install paths:
- menus: <datadir>/config/menus -> <datadir>/menus
- icons: <datadir>/config/pix   -> <datadir>/icons
- pix:   <datadir>/config/pix   -> <datadir>/pix

SVN revision: 47695
2010-04-02 15:27:58 +00:00
Kim Woelders 60054a9bdc Validate focus list icon mode. Use defs for icon modes.
SVN revision: 47354
2010-03-20 10:41:12 +00:00
Kim Woelders 252616e1cb Move config/pix to pix (svn only for now).
SVN revision: 47353
2010-03-20 10:30:17 +00:00
Kim Woelders 33ad4ff9b3 Focus list issue - maybe better?.
SVN revision: 47326
2010-03-18 19:23:53 +00:00
Kim Woelders ae37c9bcc5 Update po.
SVN revision: 47262
2010-03-15 22:37:33 +00:00
Kim Woelders 9cea078c73 Attempt to fix incorrect focusing when using focus list.
In pointer focus modes, when the pointer is over the focus list,
the window below would always get focus.

SVN revision: 47261
2010-03-15 22:19:03 +00:00
Kim Woelders ae1e289a62 Cleanups around colormap installation during focus switch.
SVN revision: 47260
2010-03-15 22:19:00 +00:00
Kim Woelders 162f959afc Avoid QueryPointer during focus switch.
SVN revision: 47259
2010-03-15 22:18:56 +00:00
Kim Woelders 3cdedaec13 CM: Change some more debug message conditions.
SVN revision: 47172
2010-03-13 09:37:02 +00:00
Kim Woelders 950ac55be9 Revert "Avoid roundtrip in EWindowGetPixmap()."
This potentially caused many X errors in certain situations
(e.g. certain opera tooltips).

SVN revision: 47171
2010-03-13 09:36:59 +00:00