Commit Graph

4172 Commits

Author SHA1 Message Date
Kim Woelders 9ab249c326 Update po.
SVN revision: 50661
2010-07-29 20:39:36 +00:00
Kim Woelders 3881d715f8 Enable showing outline for window selected in focuslist.
SVN revision: 50660
2010-07-29 20:39:34 +00:00
Kim Woelders 0da5d0c918 Move "shape window" code to separate file.
SVN revision: 50659
2010-07-29 20:39:30 +00:00
Kim Woelders 9e291e0b5c Cosmetics.
SVN revision: 50658
2010-07-29 20:39:25 +00:00
Kim Woelders ddcf624f64 Remove obsolete code.
SVN revision: 50657
2010-07-29 20:39:23 +00:00
Kim Woelders 0c59984a65 Silence clang.
SVN revision: 50656
2010-07-29 20:39:21 +00:00
Kim Woelders d485d0caaf 1.0.3.000.
SVN revision: 50655
2010-07-29 20:39:19 +00:00
Kim Woelders 9034d06287 Spec file cleanups.
SVN revision: 50519
2010-07-26 20:21:58 +00:00
Kim Woelders a7c5b07f61 1.0.3.
SVN revision: 50419
2010-07-21 21:20:49 +00:00
Kim Woelders 866f15f9d5 Update po.
SVN revision: 50418
2010-07-21 21:20:46 +00:00
Kim Woelders 8bf20489f5 Adjust extension array size.
SVN revision: 50358
2010-07-18 20:19:01 +00:00
Kim Woelders 0142a74dc7 Collect xinerama stuff.
SVN revision: 50354
2010-07-18 18:53:00 +00:00
Kim Woelders 2661970b98 Do xinerama extension test just like other extension tests.
SVN revision: 50353
2010-07-18 18:52:58 +00:00
Kim Woelders d99aa08fe0 Change functions to macros (when compiling without zoom).
SVN revision: 50352
2010-07-18 18:52:56 +00:00
Kim Woelders c24755d012 Use "filler" border in stead of zoom masks when zooming.
SVN revision: 50351
2010-07-18 18:52:54 +00:00
Kim Woelders c76a25ec82 Eliminate GetZoomEWin() and InZoom().
SVN revision: 50350
2010-07-18 18:52:52 +00:00
Kim Woelders 5bdd90c22e Simplify ZoomInit(), make static.
SVN revision: 50349
2010-07-18 18:52:50 +00:00
Kim Woelders a32381ce55 Fix trouble with move/resize operations started by _NET_WM_MOVERESIZE.
SVN revision: 50348
2010-07-18 18:52:48 +00:00
Kim Woelders 8438984e49 Fix potential memory leak when window leaves fullscreen mode.
SVN revision: 50347
2010-07-18 18:52:45 +00:00
Kim Woelders 14f85519fa Fix warnings when using gcc 4.5.
SVN revision: 50251
2010-07-14 18:25:15 +00:00
Lucas De Marchi 118b441611 Remove unneeded code with notnull.cocci script
The notnull.cocci script from Coccinelle finds places where you check if a
variable is NULL, but it's known not to be NULL. The check can be safely
removed. For example, this code would be caught by notnull:

if (!var) return;
if (var && var->fld) { ... }

It's needless to check again if var is not NULL because if it's in fact NULL,
it would have returned on the previous "if". This commit removes all the
trivial places where this pattern happens. Another patch will be generated for
the more complex cases.


SVN revision: 50241
2010-07-14 02:05:47 +00:00
Kim Woelders baa8f7abf9 1.0.2.002.
SVN revision: 49732
2010-06-17 16:17:11 +00:00
Kim Woelders 06d71b926f Update po.
SVN revision: 49731
2010-06-17 16:17:08 +00:00
Kim Woelders 9bfd97b97d Fix zooming when screen is rotated using randr.
Based on patch by Daniel Manjarres.

SVN revision: 49489
2010-06-06 10:08:19 +00:00
Kim Woelders 6f9ab28110 Add force parameter to EwinWarpTo().
SVN revision: 49488
2010-06-06 10:08:17 +00:00
Kim Woelders 2eb17183a6 Fix logic in ReZoom().
SVN revision: 49487
2010-06-06 10:08:14 +00:00
Kim Woelders 48f6bbe94c Trivial cleanups.
SVN revision: 49486
2010-06-06 10:05:53 +00:00
Kim Woelders 708e19593e Fix some poytential segvs. Minor cleanups.
SVN revision: 49485
2010-06-06 10:05:50 +00:00
Kim Woelders edc371b8af Fix some potential segvs.
SVN revision: 49484
2010-06-06 10:05:48 +00:00
Kim Woelders 19c3af1c46 Remove unused radio button event function.
SVN revision: 49483
2010-06-06 10:05:46 +00:00
Kim Woelders 80d616be73 Make ConfigFileFind static.
SVN revision: 49482
2010-06-06 10:05:44 +00:00
Kim Woelders 5b94096067 Remove some unused BUTTON_... and KEY_... defines.
SVN revision: 49481
2010-06-06 10:05:42 +00:00
Kim Woelders 1567896698 Remove remnants of unimplemented textclass mode attribute.
SVN revision: 49480
2010-06-06 10:05:40 +00:00
Kim Woelders 8e9f98ea29 Simplify list stuff.
SVN revision: 49479
2010-06-06 10:05:38 +00:00
Kim Woelders 3c2793b29f Add missing break.
SVN revision: 49478
2010-06-06 10:05:35 +00:00
Kim Woelders 8786acc788 1.0.2.001.
SVN revision: 48890
2010-05-15 13:19:51 +00:00
Kim Woelders e7c8e92456 Fix up po files after whitespace removal.
SVN revision: 48724
2010-05-09 19:03:23 +00:00
Kim Woelders 0466673fbf Trim whitespace from translatable strings.
SVN revision: 48723
2010-05-09 19:03:19 +00:00
Kim Woelders 490dff5974 Remove some trailing spaces from bg show command output.
SVN revision: 48722
2010-05-09 19:03:16 +00:00
Kim Woelders 662de4afd3 Fix typo in configure help for --enable-xrender option (ticket 544).
SVN revision: 48711
2010-05-09 09:51:25 +00:00
Kim Woelders 25cf893fa9 Update po.
SVN revision: 48710
2010-05-09 09:03:03 +00:00
Kim Woelders 47b756bece po cleanups
- Restore original fr.po and ja.po (translator emails were changed to Unknown)
- Remove bogus en_GB.po
- Remove new fi.po and lt.po which have no translations.

SVN revision: 48709
2010-05-09 09:02:59 +00:00
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