log gui/wm/ws.c @ 33529:276eef06fb3d

age author description
Tue, 14 Jun 2011 18:55:04 +0000 ib Store icon data in a struct variable.
Tue, 14 Jun 2011 14:33:54 +0000 ib Remove unused key definitions.
Tue, 14 Jun 2011 14:21:49 +0000 ib Use correct type CARD32 for the KWM_WIN_ICON data.
Fri, 03 Jun 2011 14:35:44 +0000 ib Remove useless code.
Fri, 03 Jun 2011 14:31:13 +0000 ib Don't pointlessly cast Display pointer.
Sat, 07 May 2011 18:59:15 +0000 reimar Remove code with no purpose.
Tue, 03 May 2011 12:21:11 +0000 ib Replace all GUI exits by guiExit().
Mon, 04 Apr 2011 15:10:05 +0000 ib Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
Thu, 17 Feb 2011 11:09:44 +0000 diego Adjust #include paths after the merge of libavcore into libavutil in FFmpeg.
Sat, 29 Jan 2011 16:39:52 +0000 ib Cast properly (to avoid compiler warnings).
Thu, 09 Sep 2010 14:52:37 +0000 ramiro gui: remove direct usage of rgb2rgb interface, use swscale instead
Sun, 13 Jun 2010 18:25:26 +0000 reimar Move wsSearch function and make it static.
Sun, 13 Jun 2010 18:20:07 +0000 reimar Drop inline attribute, it does not really make sense and without
Sun, 13 Jun 2010 17:59:59 +0000 reimar Install error handler as early as possible to avoid crashing.
Sun, 13 Jun 2010 11:51:41 +0000 reimar Gui: Do not just exit on X error, just ignoring problems is already
Tue, 20 Apr 2010 08:55:04 +0000 diego Remove unused static function wsDummyEvents and related unused code, fixes:
Tue, 20 Apr 2010 08:49:17 +0000 diego Remove unused static function wsIOErrorHandler, fixes the warning:
Sun, 14 Feb 2010 14:02:09 +0000 diego GUI: Mark functions that are not used outside their files as static.
Sun, 10 Jan 2010 14:03:10 +0000 reimar Call XSync after XShmAttach to avoid a possible race-condition with shmctl.
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 04 Aug 2008 06:16:23 +0000 diego Change a bunch of X11-specific preprocessor directives.
Tue, 22 Apr 2008 09:33:39 +0000 diego Add standard GPL header to individual files.
Sat, 12 Apr 2008 16:03:07 +0000 diego Make include paths consistent; do not use ../ in them.
Wed, 18 Jul 2007 10:09:42 +0000 diego Fix a bunch of redundant redeclaration warnings.
Tue, 05 Jun 2007 11:37:16 +0000 reimar Make gmplayer show right colors if X server does not use native byteorder.
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui