gri3-wm/src
Michael Stapelberg aace42cd7a Bugfix: Don’t crash anymore when moving focus to another screen (Thanks, Mirko!)
This fixes ticket #24. The crash appeared only under special conditions:
- The screen on which you switch to must be empty or at least not as
  full as the screen on which you were before.
- You switch focus using your mouse.
- You previously selected a column/row which is not availably on the
  destination screen (for example (1,1) and switching to an empty
  screen).
2009-04-10 21:29:25 +02:00
..
commands.c Bugfix: Correctly set focus when switching between screens 2009-04-08 13:48:37 +02:00
config.c Implement slog() and the LOG() macro, convert printf() to LOG() 2009-03-06 06:46:43 +01:00
debug.c Update TODO and header-comments 2009-02-15 03:07:29 +01:00
handlers.c Bugfix: Don’t crash anymore when moving focus to another screen (Thanks, Mirko!) 2009-04-10 21:29:25 +02:00
layout.c Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
mainx.c Bugfix: Correctly filter out the numlock state bit (doesn’t get cleared for some reason) 2009-03-27 15:24:52 +01:00
table.c Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
util.c Bugfix: Don’t set focus if it is not necessary. 2009-04-01 12:50:42 +02:00
xcb.c Bugfix: Correctly filter out the numlock state bit (doesn’t get cleared for some reason) 2009-03-27 15:24:52 +01:00
xinerama.c Bugfix: Apply workspaces to screens when Xinerama is turned off (Thanks Igor, Urs) 2009-03-31 19:17:31 +02:00