------------------------------------------------------------------------ r165 | david | 2006-09-07 18:28:40 +0200 (Thu, 07 Sep 2006) | 2 lines Changed paths: M /0.conf * pawm-2.2.9 ------------------------------------------------------------------------ r164 | david | 2006-09-07 16:15:36 +0200 (Thu, 07 Sep 2006) | 5 lines Changed paths: M /TODO M /conf/pawm.conf M /src/pabar.c M /src/pawindow.c * src/pawindow.c, conf/pawm.conf: - Added support for solid windows. It's activated by default * TODO: - Update ------------------------------------------------------------------------ r163 | david | 2006-08-12 03:59:13 +0200 (Sat, 12 Aug 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed crash with argb windows ------------------------------------------------------------------------ r162 | david | 2006-08-11 01:14:31 +0200 (Fri, 11 Aug 2006) | 2 lines Changed paths: M /0.conf * pawm-2.2.8 ------------------------------------------------------------------------ r161 | david | 2006-08-11 01:13:54 +0200 (Fri, 11 Aug 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed bug in centering transient windows ------------------------------------------------------------------------ r160 | david | 2006-08-02 14:27:45 +0200 (Wed, 02 Aug 2006) | 3 lines Changed paths: M /src/wm.c * src/wm.c: - Indenting ------------------------------------------------------------------------ r159 | david | 2006-08-01 22:51:45 +0200 (Tue, 01 Aug 2006) | 4 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Check for NULL values in pawindow_get_type and in several other calls to x_get_property ------------------------------------------------------------------------ r158 | david | 2006-07-31 17:16:16 +0200 (Mon, 31 Jul 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Map windows at ConfigureRequest in some corner cases ------------------------------------------------------------------------ r157 | david | 2006-07-31 13:14:54 +0200 (Mon, 31 Jul 2006) | 5 lines Changed paths: M /src/pashut.c M /src/wm.c * src/pashut.c: - Remove unneeded XGrabServer * src/wm.c: - Redraw ROOT background at Expose events ------------------------------------------------------------------------ r156 | david | 2006-07-31 12:31:01 +0200 (Mon, 31 Jul 2006) | 6 lines Changed paths: M /src/pafont.c M /src/pafont.h M /src/paicon.c M /src/palabel.c M /src/pashut.c M /src/pawindow.c M /src/pawindow.h M /src/wm.c M /src/x.c * *.c, *.h: - Make pawm more robust to XLib errors. Don't assume that the client window always exists because it can be destroyed in the middle of a running pawm function. - Indirectly, fix crashes with quodlibet ------------------------------------------------------------------------ r155 | david | 2006-07-27 20:07:04 +0200 (Thu, 27 Jul 2006) | 2 lines Changed paths: M /0.conf * pawm-2.2.7 ------------------------------------------------------------------------ r154 | david | 2006-07-27 02:19:13 +0200 (Thu, 27 Jul 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Indenting ------------------------------------------------------------------------ r153 | david | 2006-07-24 23:28:58 +0200 (Mon, 24 Jul 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - _Really_ fix it, 2nd try (amarok problem) ------------------------------------------------------------------------ r152 | david | 2006-07-24 23:08:19 +0200 (Mon, 24 Jul 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed some withdrawn windows problems (amarok was affected by this) ------------------------------------------------------------------------ r151 | david | 2006-07-24 22:49:39 +0200 (Mon, 24 Jul 2006) | 7 lines Changed paths: M /src/pafont.c M /src/pawindow.c M /src/wm.c M /src/x.h * src/pawindow.c: - Move out of pawindow_unmap unrelated code - Removed several BadWindow errors when already destroyed pawindows were being referenced in unmap/destroy funcions. * src/pafont.c: - Use ARGB colomaps if needed ------------------------------------------------------------------------ r150 | david | 2006-07-20 16:21:04 +0200 (Thu, 20 Jul 2006) | 5 lines Changed paths: M /INSTALL M /conf/pawm.conf M /src/pawindow.c M /src/wm.c * src/wm.c: - Indenting * src/pawindow.c, conf/pawm.conf, INSTALL: - Removed broken shadow window code ------------------------------------------------------------------------ r149 | david | 2006-07-19 20:15:09 +0200 (Wed, 19 Jul 2006) | 4 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed bug in ConfigureRequest that caused non-decorated transient windows to not move (this affected xmms and xine) ------------------------------------------------------------------------ r148 | david | 2006-07-19 03:05:27 +0200 (Wed, 19 Jul 2006) | 4 lines Changed paths: M /src/pafont.c M /src/pawindow.c * src/pawindow.c: - Fixed bug in calls to x_get_property for motif_hints that caused window request for non-decoration to be ignored ------------------------------------------------------------------------ r147 | DervishD | 2006-07-18 16:20:43 +0200 (Tue, 18 Jul 2006) | 2 lines Changed paths: M /src/pawindow.c Fixed a stupid and harmless warning from GCC 4.x ------------------------------------------------------------------------ r146 | david | 2006-07-11 16:52:32 +0200 (Tue, 11 Jul 2006) | 2 lines Changed paths: M /src/pashut.c M /src/pawindow.c M /src/x.h * pawm-2.2.6 ------------------------------------------------------------------------ r145 | david | 2006-07-11 14:12:31 +0200 (Tue, 11 Jul 2006) | 2 lines Changed paths: M /0.conf * pawm-2.2.6 (fake, has a motif decoration bug) ------------------------------------------------------------------------ r144 | david | 2006-07-11 13:25:27 +0200 (Tue, 11 Jul 2006) | 3 lines Changed paths: M /src/pawindow.c M /src/x.c M /src/x.h * src/x.c, src/x.h, src/pawindow.c: - Fixed bug in motif hints handling ------------------------------------------------------------------------ r143 | david | 2006-07-11 01:43:48 +0200 (Tue, 11 Jul 2006) | 4 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed some bug in tab-window box drawing - Use ICONW macro all over the place ------------------------------------------------------------------------ r142 | david | 2006-07-04 12:17:42 +0200 (Tue, 04 Jul 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed bug in last motif hints changes. ------------------------------------------------------------------------ r141 | david | 2006-07-04 12:10:42 +0200 (Tue, 04 Jul 2006) | 5 lines Changed paths: D /src/hints.c D /src/hints.h M /src/pawindow.c M /src/wm.c M /src/x.c M /src/x.h * src/pawindow.c, src/wm.c: - Removed references to hints.c * src/hints.c, src/hint.h: - Files removed. Use the generic x_get_property ------------------------------------------------------------------------ r140 | david | 2006-07-03 20:19:55 +0200 (Mon, 03 Jul 2006) | 7 lines Changed paths: M /src/button.c M /src/pabar.c M /src/pafont.c M /src/paicon.c M /src/palabel.c M /src/pawindow.c M /src/wm.c M /src/x.c M /src/x.h * src/pawindow.c, src/x.c, src/x.h: - Improve ARGB window handling * src/palabel.c, src/paicon.c, src/pawindow.c, src/wm.c, src/pafont.c, src/x.c: - Bit of abstraction, move GC creation and handling to x.c ------------------------------------------------------------------------ r139 | david | 2006-06-30 12:27:02 +0200 (Fri, 30 Jun 2006) | 2 lines Changed paths: M /0.conf pawm-2.2.5 ------------------------------------------------------------------------ r138 | david | 2006-06-29 13:30:15 +0200 (Thu, 29 Jun 2006) | 4 lines Changed paths: M /src/pabar.c M /src/pafont.c M /src/pafont.h M /src/paicon.c M /src/palabel.c M /src/pashut.c M /src/pawindow.c M /src/x.c M /src/x.h * src/palabel.c, src/x.c, src/paicon.c, src/x.h, src/pabar.c, src/pafont.c, src/pafont.h, src/pashut.c, src/pawindow.c: - Fixed ARGB visuals problems ------------------------------------------------------------------------ r137 | david | 2006-06-29 00:58:28 +0200 (Thu, 29 Jun 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed openoffice "no frame" bug ------------------------------------------------------------------------ r136 | david | 2006-06-21 20:46:25 +0200 (Wed, 21 Jun 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Removed impossible condition in maximize_client ------------------------------------------------------------------------ r135 | david | 2006-06-16 09:39:40 +0200 (Fri, 16 Jun 2006) | 3 lines Changed paths: M /0.hook * 0.hook: - Simplify and print version numbers ------------------------------------------------------------------------ r134 | david | 2006-06-13 20:42:21 +0200 (Tue, 13 Jun 2006) | 2 lines Changed paths: M /0.conf * pawm-2.2.4 ------------------------------------------------------------------------ r133 | david | 2006-06-13 20:40:45 +0200 (Tue, 13 Jun 2006) | 3 lines Changed paths: M /src/keyboard.c * src/keyboard.c: - Ignore CapsLock modifier in Alt+Tab keybinding ------------------------------------------------------------------------ r132 | david | 2006-06-08 00:00:33 +0200 (Thu, 08 Jun 2006) | 8 lines Changed paths: M /src/pawindow.c M /src/wm.c M /src/x.c * src/pawindow.c: - Support _NET_WM_SKIP_TASKBAR dinamically and not only at creation time - Use attribs.visual in window creation * src/wm.c, src/x.c: - Remove XSync calls and use XSynchronize if debug is enabled ------------------------------------------------------------------------ r131 | david | 2006-06-04 16:56:35 +0200 (Sun, 04 Jun 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed bug with Alt+Shift+Tab window ordering ------------------------------------------------------------------------ r130 | david | 2006-05-31 13:51:09 +0200 (Wed, 31 May 2006) | 7 lines Changed paths: M /src/pawindow.c M /src/pawm.c M /src/pimp.c M /src/wm.c * src/pimp.c: - Indenting * src/pawindow.c: - Reset strut values when the pawindow is destroyed * src/wm.c: - Added new atoms values to _NET_WM_SUPPORTED ------------------------------------------------------------------------ r129 | david | 2006-05-29 21:27:16 +0200 (Mon, 29 May 2006) | 4 lines Changed paths: M /src/pawindow.c M /src/pawindow.h M /src/wm.c * src/wm.c, src/pawindow.c, src/pawindow.h: - Added support for _NET_WM_STRUT_PARTIAL in the window manager itself. ------------------------------------------------------------------------ r128 | david | 2006-05-29 18:32:20 +0200 (Mon, 29 May 2006) | 5 lines Changed paths: M /INSTALL M /src/pabar.c M /src/pabar.h M /src/paicon.c M /src/pawindow.c M /src/x.c M /src/x.h * src/pabar.c, src/pabar.h: - Set _NET_WM_STRUT_PARTIAL property * src/x.c, src/paicon.c, src/x.h, src/pawindow.c: - Simplify supported protocols code ------------------------------------------------------------------------ r127 | david | 2006-05-18 16:13:03 +0200 (Thu, 18 May 2006) | 3 lines Changed paths: M /AUTHORS M /GPL * Update GPL (proper indent) and convert AUTHORS to utf-8 encoding ------------------------------------------------------------------------ r126 | david | 2006-05-16 16:26:46 +0200 (Tue, 16 May 2006) | 2 lines Changed paths: M /0.conf * pawm 2.2.3 ------------------------------------------------------------------------ r125 | david | 2006-05-16 15:39:55 +0200 (Tue, 16 May 2006) | 2 lines Changed paths: D /misc/pawm.ebuild D /misc/pawm.spec A /scripts A /scripts/pawm.ebuild (from /misc/pawm.ebuild:122) A /scripts/pawm.spec (from /misc/pawm.spec:122) * Move packages files out of the misc directory ------------------------------------------------------------------------ r124 | david | 2006-05-12 14:30:52 +0200 (Fri, 12 May 2006) | 5 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed problem in Alt+Shift+Tab behaviour, now the rigth window is selected ------------------------------------------------------------------------ r123 | david | 2006-05-08 17:56:35 +0200 (Mon, 08 May 2006) | 3 lines Changed paths: M /src/pawindow.c M /src/x.c * src/pawindow.c, src/x.c: - Initial support for ARGB visuals ------------------------------------------------------------------------ r122 | david | 2006-03-29 16:05:19 +0200 (Wed, 29 Mar 2006) | 4 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Ignore maximize/minimize buttons if the window ask for the _NET_WM_SKIP_TASKBAR atom ------------------------------------------------------------------------ r121 | david | 2006-03-29 15:41:22 +0200 (Wed, 29 Mar 2006) | 2 lines Changed paths: M /0.conf * pawm 2.2.2 ------------------------------------------------------------------------ r120 | david | 2006-03-29 15:37:41 +0200 (Wed, 29 Mar 2006) | 4 lines Changed paths: M /0.hook M /src/pawindow.c M /src/x.c M /src/x.h * src/x.c: - x_build_pixmap_from_argb: Choose the best sized icon instead of the first one in the atom ------------------------------------------------------------------------ r119 | david | 2006-03-25 23:30:59 +0100 (Sat, 25 Mar 2006) | 3 lines Changed paths: M /src/x.c * src/x.c: - Fixed compilation problem ------------------------------------------------------------------------ r118 | david | 2006-03-23 17:51:27 +0100 (Thu, 23 Mar 2006) | 4 lines Changed paths: M / M /src/paicon.c M /src/pawm.c M /src/x.c M /src/x.h * src/x.c, src/x.h, src/pawm.c, src/paicon.c: - Added timeout to startup-notifications events to prevent "loading" cursors show forever in case of applications crashes ------------------------------------------------------------------------ r117 | david | 2006-03-21 16:19:19 +0100 (Tue, 21 Mar 2006) | 6 lines Changed paths: M /0 M /0.hook M /Makefile.in M /mobs.mk * 0, mobs.mk, Makefile.in: - Update mobs * 0.hook: - Update hook messages ------------------------------------------------------------------------ r116 | david | 2006-03-20 23:25:58 +0100 (Mon, 20 Mar 2006) | 4 lines Changed paths: M /src/pawm.c M /src/x.c M /src/x.h * src/x.c, src/x.h, src/pawm.c: - Rewrite the main loop. Don't block in XNextEvent, but use instead a select to block in the X display ------------------------------------------------------------------------ r115 | david | 2006-03-20 19:54:38 +0100 (Mon, 20 Mar 2006) | 2 lines Changed paths: M /0.conf * pawm 2.2.1 ------------------------------------------------------------------------ r114 | david | 2006-03-20 19:54:04 +0100 (Mon, 20 Mar 2006) | 3 lines Changed paths: M /0.conf * 0.conf: - Detail defaults in --help ------------------------------------------------------------------------ r113 | david | 2006-03-20 19:50:06 +0100 (Mon, 20 Mar 2006) | 4 lines Changed paths: M /src/button.c M /src/pabar.c M /src/paicon.c M /src/palabel.c M /src/pawindow.c * src/pawindow.c: - Added support for _NET_WM_WINDOW_TYPE_UTILITY - Fixed some long-standing bugs with gucharmap utility windows ------------------------------------------------------------------------ r112 | david | 2006-03-07 12:55:04 +0100 (Tue, 07 Mar 2006) | 2 lines Changed paths: M /0.conf * pawm 2.2.0 ------------------------------------------------------------------------ r111 | david | 2006-03-06 17:25:09 +0100 (Mon, 06 Mar 2006) | 2 lines Changed paths: M /INSTALL * Update INSTALL instructions ------------------------------------------------------------------------ r110 | david | 2006-03-06 17:19:35 +0100 (Mon, 06 Mar 2006) | 3 lines Changed paths: M /src/pimp.c * src/pimp.c - Added #ifdef to disable_startup call ------------------------------------------------------------------------ r109 | david | 2006-03-06 17:12:07 +0100 (Mon, 06 Mar 2006) | 3 lines Changed paths: M /src/paicon.c * src/paicon.c: - Add #ifdef at disable_startup function ------------------------------------------------------------------------ r108 | david | 2006-03-06 16:50:09 +0100 (Mon, 06 Mar 2006) | 2 lines Changed paths: M /TODO Update TODO ------------------------------------------------------------------------ r107 | david | 2006-03-06 16:43:36 +0100 (Mon, 06 Mar 2006) | 6 lines Changed paths: M /src/paicon.c M /src/paicon.h M /src/pimp.c * src/paicon.c, src/paicon.h: - Added support to disable startup behaviour * src/pimp.c: - Ugly hack for startup, till pimp gets rewrited to use the new cfgpool. ------------------------------------------------------------------------ r106 | david | 2006-03-06 00:32:08 +0100 (Mon, 06 Mar 2006) | 3 lines Changed paths: M /Makefile.in * Makefile.in: - Add -DSN_API_NOT_YET_FROZEN to default LDFLAGS ------------------------------------------------------------------------ r105 | david | 2006-03-05 23:21:32 +0100 (Sun, 05 Mar 2006) | 5 lines Changed paths: M /src/paicon.c M /src/x.c M /src/x.h * src/paicon.c: - Remove warning * src/x.c: - Remove unused function x_trimtext, it was moved to pafont long time ago... ------------------------------------------------------------------------ r104 | david | 2006-03-05 23:19:02 +0100 (Sun, 05 Mar 2006) | 5 lines Changed paths: M /src/pafont.c M /src/paicon.c M /src/x.c * src/x.c, src/paicon.c: - Add refcounting for startup sequences * src/pafont.c: - Indenting ------------------------------------------------------------------------ r103 | david | 2006-03-05 02:14:06 +0100 (Sun, 05 Mar 2006) | 5 lines Changed paths: M /src/pawindow.c M /src/x.c * src/x.c: - Use XC_left_ptr instead of XC_arrow * src/pawindow.c: - Removed references to the move cursor ------------------------------------------------------------------------ r102 | david | 2006-03-04 00:49:08 +0100 (Sat, 04 Mar 2006) | 6 lines Changed paths: M /src/button.c M /src/x.c * src/x.c: - Remove the hand-made root cursor, use XC_arrow as default * src/button.c: - Remove the hand-made button cursor - Indenting ------------------------------------------------------------------------ r101 | david | 2006-03-03 23:37:28 +0100 (Fri, 03 Mar 2006) | 3 lines Changed paths: M /Makefile.in * Makefile.in: - Fixed bug in CFLAGS ------------------------------------------------------------------------ r100 | david | 2006-03-03 13:37:54 +0100 (Fri, 03 Mar 2006) | 4 lines Changed paths: M /src/paicon.c M /src/pimp.c M /src/x.c M /src/x.h * src/x.c, src/x.h, src/paicon.c, src/pimp.c: - Second round: added libstartup-notify launcher support. Display an ugly static icon when an application is loading. ------------------------------------------------------------------------ r99 | david | 2006-03-02 20:49:41 +0100 (Thu, 02 Mar 2006) | 3 lines Changed paths: M /0.hook * 0.hook: - Changed displayed string ------------------------------------------------------------------------ r98 | david | 2006-03-02 20:47:16 +0100 (Thu, 02 Mar 2006) | 8 lines Changed paths: M /0.conf M /0.hook M /Makefile.in M /src/paicon.c M /src/wm.c M /src/x.c M /src/x.h * Makefile.in, 0.conf, 0.hook: - libstartup-notify support: added detection. * src/x.c, src/x.h, src/wm.c: - First round of startup-notify support: Added monitor support to catch startup events * src/paicon.c: - Fixed indenting ------------------------------------------------------------------------ r97 | david | 2006-03-01 21:37:49 +0100 (Wed, 01 Mar 2006) | 4 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - More cleanup - Added support for for _NET_WM_STATE_MODAL ------------------------------------------------------------------------ r96 | david | 2006-03-01 19:57:20 +0100 (Wed, 01 Mar 2006) | 3 lines Changed paths: M /src/pawindow.c M /src/pawindow.h * src/pawindow.c, src/pawindow.c: - More cleanup, added support for _NET_WM_WINDOW_TYPE_SPLASH ------------------------------------------------------------------------ r95 | david | 2006-03-01 19:44:56 +0100 (Wed, 01 Mar 2006) | 3 lines Changed paths: M /src/pawindow.c M /src/pawindow.h * src/pawindow.c, src/pawindow.h: - Bit of cleanup in property handling ------------------------------------------------------------------------ r94 | david | 2006-02-25 17:35:05 +0100 (Sat, 25 Feb 2006) | 6 lines Changed paths: M /src/keyboard.c M /src/pashut.c M /src/pawindow.c * src/keyboard.c, src/pawindow.c: - Added support for Alt+Shift+Tab - Changed border color in tab window * src/pashut.c: - Changed border color ------------------------------------------------------------------------ r93 | david | 2006-02-24 16:55:09 +0100 (Fri, 24 Feb 2006) | 5 lines Changed paths: M /src/pashut.c * pawm 2.1.0 * src/pashut.c: - Fixed compiled error ------------------------------------------------------------------------ r92 | david | 2006-02-24 16:48:48 +0100 (Fri, 24 Feb 2006) | 3 lines Changed paths: M /0.conf * 0.conf: - Update ------------------------------------------------------------------------ r91 | david | 2006-02-24 00:20:21 +0100 (Fri, 24 Feb 2006) | 3 lines Changed paths: M /conf/pawm.conf * conf/pawm.conf - Bit of indenting ------------------------------------------------------------------------ r90 | DervishD | 2006-02-23 22:01:56 +0100 (Thu, 23 Feb 2006) | 3 lines Changed paths: M /Makefile.in M /mobs.h M /src/x.c * MOBS updated * First steps in adding the new error handling system * Minor cosmethic changes ------------------------------------------------------------------------ r89 | david | 2006-02-23 21:16:41 +0100 (Thu, 23 Feb 2006) | 2 lines Changed paths: M /TODO Update TODO ------------------------------------------------------------------------ r88 | david | 2006-02-23 21:12:18 +0100 (Thu, 23 Feb 2006) | 5 lines Changed paths: D /Changelog A /Changelog.old (from /Changelog:87) M /src/pashut.c M /src/wm.c * src/wm.c, src/pashut.c: - Remove a couple of warnings * Changelog: - Rename outdated Changelog ------------------------------------------------------------------------ r87 | david | 2006-02-23 20:54:53 +0100 (Thu, 23 Feb 2006) | 5 lines Changed paths: M /src/keyboard.c M /src/keyboard.h M /src/pashut.c M /src/pawindow.c * src/keyboard.c, src/keyboard.h, src/pawindow.c: - Only replay keyboard events for pawm bindings (this fixes a bug with non-wanted characters in you terminal emulator) - Ignore the NumLock modifier in keybindings ------------------------------------------------------------------------ r86 | david | 2006-02-12 02:13:48 +0100 (Sun, 12 Feb 2006) | 4 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fixed corner case: don't map the current focus window in the tab window. - Fixed problem drawing icons in tab window: Set back the GXcopy operation ------------------------------------------------------------------------ r85 | david | 2006-02-12 01:06:54 +0100 (Sun, 12 Feb 2006) | 3 lines Changed paths: M / D /THANKS M /misc A /misc/THANKS (from /THANKS:83) M /src/pawindow.c * src/pawindow.c: - Fixed a problem with non-squared icons in the tab window ------------------------------------------------------------------------ r84 | david | 2006-02-07 00:38:06 +0100 (Tue, 07 Feb 2006) | 3 lines Changed paths: M /src/pawindow.c M /src/wm.c * src/wm.c, src/pawindow.c: - Fixed problem centering transient pawindows ------------------------------------------------------------------------ r83 | david | 2006-02-02 22:30:27 +0100 (Thu, 02 Feb 2006) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c - Add matrixes to scale up/down icons (scale up doesn't work yet) ------------------------------------------------------------------------ r82 | huma | 2006-02-02 10:47:19 +0100 (Thu, 02 Feb 2006) | 3 lines Changed paths: M /0.hook * 0.hook: - Break if one of the pkg-config files is not found ------------------------------------------------------------------------ r81 | david | 2006-02-01 23:56:14 +0100 (Wed, 01 Feb 2006) | 2 lines Changed paths: M /src/pawindow.c M /src/x.c M /src/x.h * src/x.c, src.x.h, src/pawindow.c: Added icon scaling support using XRender ------------------------------------------------------------------------ r80 | david | 2006-02-01 21:29:53 +0100 (Wed, 01 Feb 2006) | 3 lines Changed paths: M /Makefile.in * Makefile.in: - xrender ------------------------------------------------------------------------ r79 | david | 2006-02-01 21:16:54 +0100 (Wed, 01 Feb 2006) | 2 lines Changed paths: M /0.hook M /misc/xtest.c * 0.hook: Add check for xrender version and xrender itself ------------------------------------------------------------------------ r78 | DervishD | 2006-01-31 12:46:22 +0100 (Tue, 31 Jan 2006) | 3 lines Changed paths: M /Makefile.in M /mobs.h M /mobs.mk * 0 script updated to latest release * 'mobs.h' and 'mobs.mk' updated to latest release * Fixed 'Makefile.in' to make it work with latest MOBS ------------------------------------------------------------------------ r77 | david | 2006-01-29 21:59:46 +0100 (Sun, 29 Jan 2006) | 5 lines Changed paths: M /src/pawindow.c M /src/x.c src/x.c, src/pawindow.c: - Fixed bug in the tab window that avoided the first mapped window icon to be drawn ------------------------------------------------------------------------ r76 | david | 2006-01-28 22:10:50 +0100 (Sat, 28 Jan 2006) | 2 lines Changed paths: M /TODO update TODO ------------------------------------------------------------------------ r75 | david | 2006-01-28 22:10:27 +0100 (Sat, 28 Jan 2006) | 2 lines Changed paths: M /0.conf Reconvert to utf-8 ------------------------------------------------------------------------ r74 | david | 2006-01-28 22:07:16 +0100 (Sat, 28 Jan 2006) | 3 lines Changed paths: M /src/button.c M /src/pabar.c M /src/palabel.c M /src/pawindow.c M /src/pawm.c M /src/pimp.c M /src/signals.c M /src/wm.c M /src/x.c M /src/x.h * src/x.c, src/pawindow.c: - Improved icon drawing in tab window ------------------------------------------------------------------------ r73 | DervishD | 2006-01-26 15:05:17 +0100 (Thu, 26 Jan 2006) | 1 line Changed paths: M /0 * 0 script updated to latest release ------------------------------------------------------------------------ r72 | DervishD | 2006-01-23 20:55:00 +0100 (Mon, 23 Jan 2006) | 2 lines Changed paths: M /INSTALL * First try at fixing the INSTALL instructions now that I no longer provide a '0.readme' file with MOBS... ------------------------------------------------------------------------ r71 | DervishD | 2006-01-23 20:49:25 +0100 (Mon, 23 Jan 2006) | 1 line Changed paths: M / * Updated svn:ignore property to not include "hook.mk" ------------------------------------------------------------------------ r70 | DervishD | 2006-01-23 20:44:30 +0100 (Mon, 23 Jan 2006) | 2 lines Changed paths: M /0 M /0.conf M /0.hook M /Makefile.in M /mobs.h M /mobs.mk * Updated MOBS to latest revision * Fixed hook to adapt to new MOBS ------------------------------------------------------------------------ r69 | david | 2006-01-17 20:47:50 +0100 (Tue, 17 Jan 2006) | 6 lines Changed paths: M /conf/pawm.conf M /src/wm.c M /src/x.c M /src/x.h * src/x.c, src/x.h, src/wm.c: - Added support for the _XROOTPMAP_ID atom, which makes obsolete the solid_background config option. Removed paclock references. * conf/pawm.con: - Updated accordingly ------------------------------------------------------------------------ r68 | david | 2006-01-16 17:40:48 +0100 (Mon, 16 Jan 2006) | 3 lines Changed paths: M /0.hook * 0.hook: - Improve readability ------------------------------------------------------------------------ r67 | david | 2006-01-13 22:57:09 +0100 (Fri, 13 Jan 2006) | 5 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Fix ordering in the tab window, using the fpawindows chain to get the previous window mapped. Make fpawindows to keep also references to unmapped pawindows. ------------------------------------------------------------------------ r66 | david | 2006-01-11 23:04:37 +0100 (Wed, 11 Jan 2006) | 4 lines Changed paths: M /src/pawindow.c M /src/pimp.c M /src/x.c M /src/x.h * src/x.c, src/x.h, src/pawindow.c: - Tab window, version 2. Add support for the _NET_WM_ICON property and redesign the tab window accordingly. ------------------------------------------------------------------------ r65 | david | 2005-12-31 11:58:35 +0100 (Sat, 31 Dec 2005) | 5 lines Changed paths: M /src/keyboard.c M /src/keyboard.h M /src/pawindow.c * src/keyboard.c, src/keyboard.h, src/pawindow.c: - Final touches to keyboard support ;): Remove global superflous variable, and add and ungrabbing function to grab/ungrab keys for the root window ------------------------------------------------------------------------ r64 | david | 2005-12-31 02:38:02 +0100 (Sat, 31 Dec 2005) | 3 lines Changed paths: M /src/keyboard.c M /src/keyboard.h M /src/pawindow.c M /src/wm.c * src/keyboard.c, src/keyboard.h, src/wm.c, src/pawindow.c: - Clean keyboard code. Fixed problem with "replaying" keyboard events ------------------------------------------------------------------------ r63 | david | 2005-12-30 21:45:47 +0100 (Fri, 30 Dec 2005) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Some cleaning in the tab-window code ------------------------------------------------------------------------ r62 | DervishD | 2005-12-17 18:30:14 +0100 (Sat, 17 Dec 2005) | 4 lines Changed paths: M /0.hook * 0.hook: - Put USE_PKG_CONFIG with no value when no pkg-config files are detected. - Change exit to return to avoid 0 die miserably. ------------------------------------------------------------------------ r61 | david | 2005-12-15 21:31:39 +0100 (Thu, 15 Dec 2005) | 5 lines Changed paths: M / M /0 A /0.hook M /Makefile.in M /src/keyboard.c M /src/pawindow.c M /src/wm.c * 0, 0.hook, Makefile.in: - New mobs release. Added a mobs hook to use pkg-config if available. * src/keyboard.c, src/wm.c, src/pawindow.c: - Fix broken keyboard support. No more hangs :) ------------------------------------------------------------------------ r60 | david | 2005-11-18 20:14:54 +0100 (Fri, 18 Nov 2005) | 4 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - More indenting... - Check _NET_WM_SKIP_TASKBAR at pawindow creation time ------------------------------------------------------------------------ r59 | huma | 2005-11-18 15:08:24 +0100 (Fri, 18 Nov 2005) | 3 lines Changed paths: M /src/pawindow.c * src/pawindow.c: - Indenting... ------------------------------------------------------------------------ r58 | david | 2005-11-15 01:24:16 +0100 (Tue, 15 Nov 2005) | 3 lines Changed paths: M /src/pawindow.c M /src/wm.c M /src/x.c * src/x.c, src/wm.c, src/pawindow.c: - Remove gcc-4.0 warnings for "signedness" ------------------------------------------------------------------------ r57 | huma | 2005-08-29 12:14:25 +0200 (Mon, 29 Aug 2005) | 2 lines Changed paths: M /src/pawindow.c * pawindow.c: Final fixes to transient windows support ------------------------------------------------------------------------ r56 | huma | 2005-08-26 11:23:38 +0200 (Fri, 26 Aug 2005) | 3 lines Changed paths: M /src/pawindow.c * pawindow.c: Center correctly transient pawindows if they're bigger than the parent window. ------------------------------------------------------------------------ r55 | huma | 2005-08-23 14:30:09 +0200 (Tue, 23 Aug 2005) | 3 lines Changed paths: M /src/pawindow.c * pawindow.c: Fixed small bug in unmapped fullscreen pawindows that caused the pabar to be left unraised. ------------------------------------------------------------------------ r54 | david | 2005-08-17 15:07:26 +0200 (Wed, 17 Aug 2005) | 2 lines Changed paths: A /misc/xtest.c Añadir xtest ------------------------------------------------------------------------ r53 | huma | 2005-08-17 11:23:46 +0200 (Wed, 17 Aug 2005) | 3 lines Changed paths: M /src/pawindow.c * pawindow.c: Fix behaviour for dialog windows, it must be different from transient ones, so we introduce a new flag to the pawindow. ------------------------------------------------------------------------ r52 | david | 2005-08-15 22:11:41 +0200 (Mon, 15 Aug 2005) | 2 lines Changed paths: M /src/pawindow.c * pawindow.c: Fix transient windows behaviour ------------------------------------------------------------------------ r51 | david | 2005-08-15 21:31:28 +0200 (Mon, 15 Aug 2005) | 3 lines Changed paths: M /conf/pawm.conf M /src/pawindow.c * pawm.conf: Change default font * pawindow.c: Minor change in parameter ------------------------------------------------------------------------ r50 | david | 2005-07-20 19:34:04 +0200 (Wed, 20 Jul 2005) | 2 lines Changed paths: M /src/pawindow.c Fixed bug that made dialog/transient window to not center properly ------------------------------------------------------------------------ r49 | david | 2005-07-20 19:00:18 +0200 (Wed, 20 Jul 2005) | 3 lines Changed paths: M /src/pawindow.c M /src/wm.c M /src/x.c M /src/x.h * Fix bug in pawindow_created when a atom list was retrieved for _NET_WM_STATE * Add support for _NET_WM_WINDOW_TYPE ------------------------------------------------------------------------ r48 | david | 2005-07-20 17:01:12 +0200 (Wed, 20 Jul 2005) | 2 lines Changed paths: M /src/keyboard.c M /src/pawindow.c M /src/wm.c More changes for Alt-Tab support ------------------------------------------------------------------------ r47 | david | 2005-07-18 23:15:07 +0200 (Mon, 18 Jul 2005) | 2 lines Changed paths: M /src/keyboard.c M /src/pawindow.c M /src/wm.c More work for Alt-Tab like support... ------------------------------------------------------------------------ r46 | david | 2005-07-14 20:04:11 +0200 (Thu, 14 Jul 2005) | 2 lines Changed paths: M /AUTHORS Update AUTHORS ------------------------------------------------------------------------ r45 | david | 2005-07-14 20:02:12 +0200 (Thu, 14 Jul 2005) | 6 lines Changed paths: M /src/keyboard.c M /src/pawindow.c * Add some code for future Alt-Tab window * Fix bug (gucharmap) in ConfigureRequest events. Cleanup ConfigureRequest handler * Fix bug introduced in 2.0.3 that caused some transients windows to display in the wrong coordinates (xitk windows) ------------------------------------------------------------------------ r44 | david | 2005-07-02 17:39:17 +0200 (Sat, 02 Jul 2005) | 2 lines Changed paths: M /src/pawm.c Add patch for local configuration from David Jensen ------------------------------------------------------------------------ r43 | david | 2005-07-02 17:18:52 +0200 (Sat, 02 Jul 2005) | 2 lines Changed paths: M /src/keyboard.c M /src/pawindow.c M /src/pawindow.h Basic alt-tab support ------------------------------------------------------------------------ r42 | david | 2005-07-01 20:35:21 +0200 (Fri, 01 Jul 2005) | 2 lines Changed paths: A /src/keyboard.c A /src/keyboard.h M /src/pawindow.c M /src/pawindow.h M /src/wm.c Preliminar keyboard support ------------------------------------------------------------------------ r41 | david | 2005-07-01 20:25:22 +0200 (Fri, 01 Jul 2005) | 2 lines Changed paths: M /0.conf M /Changelog M /Makefile.in M /misc/pawm.spec Pawm-2.0.3 ------------------------------------------------------------------------ r40 | david | 2005-06-26 17:43:41 +0200 (Sun, 26 Jun 2005) | 4 lines Changed paths: M /src/pawindow.c M /src/x.h * Center transient windows at creation time * Remove old variable in x.h ------------------------------------------------------------------------ r39 | david | 2005-06-25 11:53:32 +0200 (Sat, 25 Jun 2005) | 2 lines Changed paths: M /0.conf M /src/pabar.c M /src/pabar.h M /src/pafont.c M /src/palabel.c M /src/wm.c Xrandr support ------------------------------------------------------------------------ r38 | david | 2005-06-25 11:26:49 +0200 (Sat, 25 Jun 2005) | 2 lines Changed paths: M /Makefile.in Fix for the install target ------------------------------------------------------------------------ r37 | david | 2005-06-23 21:54:26 +0200 (Thu, 23 Jun 2005) | 2 lines Changed paths: M /misc/pawm.spec Update version ------------------------------------------------------------------------ r36 | david | 2005-06-23 21:43:17 +0200 (Thu, 23 Jun 2005) | 2 lines Changed paths: M /0.conf M /Changelog Pawm-2.0.2 ------------------------------------------------------------------------ r35 | david | 2005-06-23 20:50:31 +0200 (Thu, 23 Jun 2005) | 4 lines Changed paths: M /src/pawindow.c * Fixed a couple of minor bugs with fullscreen support * Honor size increments when a window is resized ------------------------------------------------------------------------ r34 | david | 2005-06-16 23:32:25 +0200 (Thu, 16 Jun 2005) | 3 lines Changed paths: M /src/pawindow.c Fixed bug when a fullscreen window is destroyed and there aren't other windows mapped, that caused pabar to remain unmapped ------------------------------------------------------------------------ r33 | david | 2005-06-15 21:01:23 +0200 (Wed, 15 Jun 2005) | 2 lines Changed paths: M /src/pawindow.c Move some common code to the notify_client function ------------------------------------------------------------------------ r32 | david | 2005-06-15 20:44:14 +0200 (Wed, 15 Jun 2005) | 2 lines Changed paths: M /src/pawindow.c Fixed ugly bug when a maximized window was iconified and restored ------------------------------------------------------------------------ r31 | david | 2005-06-05 22:21:59 +0200 (Sun, 05 Jun 2005) | 3 lines Changed paths: M /src/pawindow.c Fixed ugly error introduced in the last properties changes in pawindow_move, so geometry is properly updated. ------------------------------------------------------------------------ r30 | DervishD | 2005-06-05 15:55:52 +0200 (Sun, 05 Jun 2005) | 3 lines Changed paths: M / M /0 D /Makefile A /Makefile.in (from /Makefile:29) M /mobs.h M /mobs.mk * Updated to revision 38 of mobs * Renamed 'Makefile' to 'Makefile.in' due to new mobs * Changed 'Makefile.in' contents to fit new mobs ------------------------------------------------------------------------ r29 | david | 2005-06-05 01:09:49 +0200 (Sun, 05 Jun 2005) | 2 lines Changed paths: M / A /Makefile Update svn:ignore and add Makefile ------------------------------------------------------------------------ r28 | david | 2005-06-04 01:31:14 +0200 (Sat, 04 Jun 2005) | 3 lines Changed paths: M /src/pawindow.c More _NET_WM_STATE_FULLSCREEN corrections. Remove unused code in pawindow_move that causes problems interacting with the new fullscreen support. ------------------------------------------------------------------------ r27 | david | 2005-06-03 21:46:04 +0200 (Fri, 03 Jun 2005) | 2 lines Changed paths: M /src/pawindow.c Last touches to _NET_WM_STATE_FULLSCREEN support :) ------------------------------------------------------------------------ r26 | david | 2005-06-02 23:03:34 +0200 (Thu, 02 Jun 2005) | 2 lines Changed paths: M /src/pawindow.c Add _NET_WM_NAME_SKIP_TASKBAR preliminar support ------------------------------------------------------------------------ r25 | david | 2005-06-02 22:08:13 +0200 (Thu, 02 Jun 2005) | 2 lines Changed paths: M /src/pawindow.c M /src/wm.c M /src/x.c M /src/x.h Add the full list of _NET_WM_STATE atoms. Fix WM_CHANGE_STATE support. ------------------------------------------------------------------------ r24 | david | 2005-05-26 23:13:33 +0200 (Thu, 26 May 2005) | 2 lines Changed paths: M /src/pawindow.c More _NET_WM_STATE... ------------------------------------------------------------------------ r23 | david | 2005-05-26 21:15:55 +0200 (Thu, 26 May 2005) | 2 lines Changed paths: D /misc/pawm-2.0.1.ebuild A /misc/pawm.ebuild (from /misc/pawm-2.0.1.ebuild:22) M /src/pawindow.c More changes for _NET_WM_STATE. Change name of the ebuild file ------------------------------------------------------------------------ r22 | DervishD | 2005-05-24 12:55:08 +0200 (Tue, 24 May 2005) | 4 lines Changed paths: M /0 D /Makefile.in A /mobs.mk Update to revision 36 of 0 Added mobs.mk Changed Makefile.in to Makefile. Blame it on mobs ;) ------------------------------------------------------------------------ r21 | david | 2005-05-22 00:51:15 +0200 (Sun, 22 May 2005) | 2 lines Changed paths: M /src/pabar.c M /src/pabar.h M /src/pawindow.c Add _NET_WM_STATE_FULLSCREEN support ------------------------------------------------------------------------ r20 | david | 2005-05-21 17:24:56 +0200 (Sat, 21 May 2005) | 2 lines Changed paths: M /TODO M /src/pawindow.c M /src/wm.c M /src/x.c M /src/x.h Add _NET_CLIENT_LIST support. Fix bug with focus when xine was closed ------------------------------------------------------------------------ r19 | david | 2005-05-21 12:46:25 +0200 (Sat, 21 May 2005) | 3 lines Changed paths: M /src/wm.c M /src/x.c M /src/x.h Make _NET_SUPPORTED work, two small errors prevented it to show the full list of atoms ------------------------------------------------------------------------ r18 | david | 2005-05-21 12:17:54 +0200 (Sat, 21 May 2005) | 2 lines Changed paths: M /src/wm.c M /src/x.c M /src/x.h More changes for EWMH ------------------------------------------------------------------------ r17 | david | 2005-05-21 11:50:28 +0200 (Sat, 21 May 2005) | 2 lines Changed paths: A /misc/pawm-2.0.1.ebuild Ebuild file for Gentoo ------------------------------------------------------------------------ r16 | david | 2005-05-19 22:59:12 +0200 (Thu, 19 May 2005) | 3 lines Changed paths: M /0.conf M /src/hints.h M /src/pawindow.c M /src/pawindow.h M /src/wm.c M /src/x.c M /src/x.h Improve atom/properties functions, and add support for EWMH checks and atoms. Add basic EWMH atoms. ------------------------------------------------------------------------ r15 | david | 2005-05-17 23:32:00 +0200 (Tue, 17 May 2005) | 2 lines Changed paths: M /0.conf M /Changelog Pawm-2.0.1 ------------------------------------------------------------------------ r14 | david | 2005-05-16 12:53:48 +0200 (Mon, 16 May 2005) | 3 lines Changed paths: M /Changelog M /INSTALL M /src/pawindow.c Fix bug with ConfigureNotify in shaded windows. Update INSTALL with rpm building instructions. ------------------------------------------------------------------------ r13 | david | 2005-05-13 19:01:53 +0200 (Fri, 13 May 2005) | 2 lines Changed paths: M /misc/pawm.spec Small change, use .gz instead of .bz2 ------------------------------------------------------------------------ r12 | david | 2005-05-13 18:53:10 +0200 (Fri, 13 May 2005) | 2 lines Changed paths: R /misc/pawm.spec Add new pawm.spec file for building RPM's ------------------------------------------------------------------------ r11 | david | 2005-05-11 20:09:07 +0200 (Wed, 11 May 2005) | 2 lines Changed paths: M /0 Update to revision 27 of 0 ------------------------------------------------------------------------ r10 | david | 2005-05-11 20:06:39 +0200 (Wed, 11 May 2005) | 2 lines Changed paths: M /Changelog M /src/pawindow.c Fix bug when a pawindow is maximized,moved and re-maximized ------------------------------------------------------------------------ r9 | david | 2005-05-06 21:02:28 +0200 (Fri, 06 May 2005) | 2 lines Changed paths: M / D /0.README M /Changelog M /Makefile.in Fix blankline in Makefile.in, remove 0.README, update Changelog ------------------------------------------------------------------------ r8 | david | 2005-05-04 00:14:03 +0200 (Wed, 04 May 2005) | 2 lines Changed paths: M /Changelog Put changelog in utf-8 ------------------------------------------------------------------------ r7 | david | 2005-05-03 23:54:29 +0200 (Tue, 03 May 2005) | 2 lines Changed paths: M /Changelog Pawm-2.0.0 ------------------------------------------------------------------------ r6 | DervishD | 2005-05-02 11:18:38 +0200 (Mon, 02 May 2005) | 1 line Changed paths: M /Makefile.in Added 'override' keyword to some variables in Makefile.in ------------------------------------------------------------------------ r5 | david | 2005-04-29 23:50:04 +0200 (Fri, 29 Apr 2005) | 2 lines Changed paths: M /Makefile.in M /src/pawindow.h M /src/wm.c Add -Wall to Makefile.in and fix a warning ------------------------------------------------------------------------ r4 | david | 2005-04-29 23:16:08 +0200 (Fri, 29 Apr 2005) | 2 lines Changed paths: M /TODO Update TODO ------------------------------------------------------------------------ r3 | david | 2005-04-29 23:06:51 +0200 (Fri, 29 Apr 2005) | 2 lines Changed paths: M /src More svn:ignore'd files ------------------------------------------------------------------------ r2 | david | 2005-04-29 22:59:21 +0200 (Fri, 29 Apr 2005) | 2 lines Changed paths: M / M /src Add svn:ignore property for 0 generated and *.d files ------------------------------------------------------------------------ r1 | david | 2005-04-29 21:24:17 +0200 (Fri, 29 Apr 2005) | 2 lines Changed paths: A /0 A /0.README A /0.conf A /AUTHORS A /Changelog A /GPL A /INSTALL A /Makefile.in A /README A /THANKS A /TODO A /conf A /conf/pawm.conf A /data A /data/icons A /data/icons/close_d.xpm A /data/icons/close_d_256.xpm A /data/icons/close_h.xpm A /data/icons/close_h_256.xpm A /data/icons/close_o.xpm A /data/icons/close_o_256.xpm A /data/icons/max_d.xpm A /data/icons/max_d_256.xpm A /data/icons/max_h.xpm A /data/icons/max_h_256.xpm A /data/icons/max_o.xpm A /data/icons/max_o_256.xpm A /data/icons/min_d.xpm A /data/icons/min_d_256.xpm A /data/icons/min_h.xpm A /data/icons/min_h_256.xpm A /data/icons/min_o.xpm A /data/icons/min_o_256.xpm A /data/icons/penguin-gentoo.xpm A /data/icons/penguin-gentoo_256.xpm A /data/icons/penguin.xpm A /data/icons/penguin_256.xpm A /data/icons/powerbutton_active.xpm A /data/icons/powerbutton_active_256.xpm A /data/icons/powerbutton_normal.xpm A /data/icons/powerbutton_normal_256.xpm A /data/icons/powerbutton_pressed.xpm A /data/icons/powerbutton_pressed_256.xpm A /misc A /misc/buttons A /misc/buttons/-down.jpg A /misc/buttons/-over.jpg A /misc/buttons/-xoff.jpg A /misc/buttons/DEMO.tga A /misc/buttons/odown.jpg A /misc/buttons/oover.jpg A /misc/buttons/oxoff.jpg A /misc/buttons/xdown.jpg A /misc/buttons/xoff.jpg A /misc/buttons/xover.jpg A /misc/oldbuttons A /misc/oldbuttons/close_d.xpm A /misc/oldbuttons/close_h.xpm A /misc/oldbuttons/close_o.xpm A /misc/oldbuttons/max_d.xpm A /misc/oldbuttons/max_h.xpm A /misc/oldbuttons/max_o.xpm A /misc/oldbuttons/min_d.xpm A /misc/oldbuttons/min_h.xpm A /misc/oldbuttons/min_o.xpm A /misc/oldbuttons/penguin.xpm A /misc/oldbuttons/power_button.png A /misc/oldbuttons/powerbutton_active.xpm A /misc/oldbuttons/powerbutton_normal.xpm A /misc/oldbuttons/powerbutton_pressed.xpm A /misc/oldstuff A /misc/oldstuff/Makefile A /misc/oldstuff/botonespabar.h A /misc/oldstuff/clientapi.c A /misc/oldstuff/clientapi.h A /misc/oldstuff/cursor.bdf A /misc/oldstuff/fake.c A /misc/oldstuff/hermes.c A /misc/oldstuff/hermes.h A /misc/oldstuff/lee.c A /misc/oldstuff/olist.c A /misc/oldstuff/olist.h A /misc/oldstuff/paclock.c A /misc/oldstuff/paclock.h A /misc/oldstuff/paclockold.c A /misc/oldstuff/painfo.c A /misc/oldstuff/painfo.h A /misc/oldstuff/pawm-0.5.1.patch A /misc/oldstuff/putoamorawtoinc.awk A /misc/oldstuff/timer.c A /misc/oldstuff/xtest.c A /misc/oldstuff/xtest2.c A /misc/oldstuff/xtest3.c A /misc/osx.patch A /misc/pawm.spec A /mobs.h A /src A /src/button.c A /src/button.h A /src/cfgpool.c A /src/cfgpool.h A /src/chain.c A /src/chain.h A /src/hints.c A /src/hints.h A /src/pabar.c A /src/pabar.h A /src/pafont.c A /src/pafont.h A /src/paicon.c A /src/paicon.h A /src/palabel.c A /src/palabel.h A /src/pashut.c A /src/pashut.h A /src/pawindow.c A /src/pawindow.h A /src/pawm.c A /src/pimp.c A /src/pimp.h A /src/signals.c A /src/signals.h A /src/wm.c A /src/wm.h A /src/x.c A /src/x.h First commit ;)) ------------------------------------------------------------------------