Commit Graph

  • 82aa7363f9 still does not work. Havoc Pennington 2001-09-13 04:50:18 +0000
  • a4346200e8 does not work. Havoc Pennington 2001-09-12 06:06:08 +0000
  • 9f66f63bf5 fix up handling of text properties, so we get UTF8_STRING as that type and Havoc Pennington 2001-09-11 04:37:10 +0000
  • 3645fef5e0 icon for unmaximize Havoc Pennington 2001-09-11 03:54:54 +0000
  • f386494ba4 Don't separate user_has_moved/user_has_resized, fixes bug in east-resizing Havoc Pennington 2001-09-11 02:57:05 +0000
  • 936adc6ea5 don't use gdk_display_name Havoc Pennington 2001-09-09 03:44:42 +0000
  • bc787fc1f3 bump version 2.3.5, require newer GTK release METACITY_2_3_5 Havoc Pennington 2001-09-06 04:40:03 +0000
  • 1c6c7350e1 make test apps noinst Havoc Pennington 2001-09-05 03:57:45 +0000
  • 2a0a5dfdf8 clean up the code, and replace GDK X error handler with one that chains up Havoc Pennington 2001-09-01 05:53:07 +0000
  • 501dd26713 fix args to gtk_alignment_new() METACITY_2_3_3 Havoc Pennington 2001-08-31 06:13:07 +0000
  • 3e1c68b88a avoid focusing a window on tab popup popdown Havoc Pennington 2001-08-30 04:01:38 +0000
  • 6d31d4756e Switch back to outline. Havoc Pennington 2001-08-29 16:38:57 +0000
  • bea9d1f679 experiment with window-cover-with-icon instead of just the outline; can't Havoc Pennington 2001-08-29 05:07:39 +0000
  • 4abbd4b1e5 add crackrock window-outlining feature Havoc Pennington 2001-08-29 04:53:48 +0000
  • 27c81cad33 wrong atom name - _NET_SUPPORTED not _NET_WM_SUPPORTED Havoc Pennington 2001-08-29 04:16:30 +0000
  • db0a7e2978 Unbreak tab popup a bit. Havoc Pennington 2001-08-29 03:37:03 +0000
  • 4d2f018ddb force fullscreen windows to be at 0,0 Havoc Pennington 2001-08-26 02:09:53 +0000
  • 5eb43d34ff attempt to use the mask as well as the pixmap. Probably doesn't work so Havoc Pennington 2001-08-24 00:32:17 +0000
  • ddfffe270f make this look a little nicer Havoc Pennington 2001-08-23 03:24:51 +0000
  • cebbafdd22 put in a FIXME Havoc Pennington 2001-08-22 22:12:44 +0000
  • 46082f8c71 all the MWM flag tests were backward Havoc Pennington 2001-08-22 06:53:33 +0000
  • e51c12d1cd half-ass implementation of getting pixmap icons (WM_NORMAL_HINTS and Havoc Pennington 2001-08-22 06:01:01 +0000
  • f562e65d5f add a "fullscreen" semantic type; if a window requests the screen size Havoc Pennington 2001-08-20 03:17:40 +0000
  • 04e09d4c56 we support _NET_WM_ICON Havoc Pennington 2001-08-20 01:42:44 +0000
  • 78a68f3e10 note about bug in tab focusing Havoc Pennington 2001-08-19 18:26:15 +0000
  • b2444df787 remove XSync, error traps already do that Havoc Pennington 2001-08-19 18:09:10 +0000
  • f70993be97 add prototype thingy to display windows we're cycling through with tab. Havoc Pennington 2001-08-19 06:23:59 +0000
  • 92a965b979 Make a half-hearted not-very-tested attempt to handle window resizes Havoc Pennington 2001-08-19 02:45:55 +0000
  • 922749e5b3 hrm, I fixed this wrong the other day. Fixes static gravity when moving Havoc Pennington 2001-08-19 02:29:38 +0000
  • 9acaa50f59 oops, accidentally turned on opaque iconify Havoc Pennington 2001-08-19 02:00:26 +0000
  • 60f531af35 also set the current size. Lame hack of the day. Havoc Pennington 2001-08-19 01:58:00 +0000
  • 246ac5e578 use the delay exposes feature to avoid the scren dirt Havoc Pennington 2001-08-19 01:19:54 +0000
  • 505282697a fix for StaticGravity Havoc Pennington 2001-08-17 22:44:36 +0000
  • 6768aefb9d Honor USPosition even post-map. I know I'll regret this. Havoc Pennington 2001-08-10 03:32:45 +0000
  • fc8db63716 set _NET_WM_NAME hint as a UTF8_STRING not STRING. Patch from Anders. Havoc Pennington 2001-08-07 05:52:51 +0000
  • d6bf2f5e80 disable opaque animations by default, current implementation suXors. Havoc Pennington 2001-08-06 18:28:51 +0000
  • 8c7b04edb9 Get start time after we do the pixbuf from drawable, so we don't count Havoc Pennington 2001-08-06 08:03:48 +0000
  • 11b14d327f add opaque minimize/shade feature. The wireframe seemed kind of confusing Havoc Pennington 2001-08-06 07:58:49 +0000
  • d8561cb4c3 modify to be smoother (at least theoretically) by syncing to current time Havoc Pennington 2001-08-06 05:12:22 +0000
  • 47ce823aa5 draw animation for shading too Havoc Pennington 2001-08-06 04:43:31 +0000
  • 971419c880 Add _NET_WM_ICON_GEOMETRY atom. Anders Carlsson 2001-08-05 16:04:52 +0000
  • 0ee26a5168 Add Alt + left/right arrow to move between workspaces. METACITY_2_3_2 Havoc Pennington 2001-08-03 13:56:39 +0000
  • 204cf63805 push error trap around configure of withdrawn window, fixes a crash caused Havoc Pennington 2001-08-03 04:20:27 +0000
  • 1f1e706aae ... METACITY_2_3_1 rhp 2001-07-31 03:59:55 +0000
  • b1d438922a ... rhp 2001-07-28 06:35:19 +0000
  • 46d224f5ae ... rhp 2001-07-28 06:11:15 +0000
  • 857757b221 ... rhp 2001-07-28 05:37:57 +0000
  • b88cece213 ... rhp 2001-07-27 04:36:44 +0000
  • b6d07e70a4 ... rhp 2001-07-27 04:22:18 +0000
  • 5c2ac489f1 ... rhp 2001-07-26 05:10:01 +0000
  • c18a8137ce ... rhp 2001-07-26 03:58:24 +0000
  • b6e4c8bc41 ... rhp 2001-07-26 03:14:45 +0000
  • 46edcc4832 ... rhp 2001-07-26 02:55:35 +0000
  • 1d14da4890 ... rhp 2001-07-25 05:43:41 +0000
  • 93b7bd2c81 ... rhp 2001-07-12 05:53:56 +0000
  • 71d3333d4d ... rhp 2001-07-11 06:22:00 +0000
  • 8a2841a8ab ... rhp 2001-07-07 18:43:19 +0000
  • 944d730cd1 ... rhp 2001-07-07 18:36:50 +0000
  • 8ae357db8a ... rhp 2001-07-07 17:08:42 +0000
  • fad52ff90c ... rhp 2001-07-07 16:50:01 +0000
  • 482640b831 ... rhp 2001-07-05 05:22:00 +0000
  • 90829a15cc ... rhp 2001-07-05 05:10:00 +0000
  • 73b7323d84 ... rhp 2001-07-04 04:33:31 +0000
  • ec00c9852d ... rhp 2001-07-04 02:10:54 +0000
  • 3650c23055 ... rhp 2001-07-03 18:37:18 +0000
  • 7d79a37c9d ... rhp 2001-07-03 01:45:43 +0000
  • 43f807c5e1 ... rhp 2001-06-30 23:17:52 +0000
  • ed2af7d22f ... rhp 2001-06-29 15:33:21 +0000
  • 4b2fbbb2f6 ... rhp 2001-06-24 16:37:18 +0000
  • bca589280c ... rhp 2001-06-24 08:09:10 +0000
  • 8025ecea02 ... rhp 2001-06-24 06:47:54 +0000
  • 1b3a58c951 ... rhp 2001-06-24 03:41:44 +0000
  • beaac99991 ... rhp 2001-06-24 03:18:10 +0000
  • 41a817f11a ... rhp 2001-06-24 02:22:10 +0000
  • f3d61bf7b0 ... rhp 2001-06-23 18:30:27 +0000
  • f9c2652e0d ... rhp 2001-06-23 06:54:28 +0000
  • c1251f5d9c ... rhp 2001-06-23 06:50:37 +0000
  • bf64e719a1 ... rhp 2001-06-23 05:49:35 +0000
  • 7ecf21af70 ... rhp 2001-06-23 05:26:28 +0000
  • 043b048c55 ... rhp 2001-06-22 06:21:44 +0000
  • 67d9ca1d9f ... rhp 2001-06-22 03:20:21 +0000
  • 9e9ffdca42 ... rhp 2001-06-21 06:08:35 +0000
  • 5611d75a11 ... rhp 2001-06-21 05:23:24 +0000
  • f845819c1d ... rhp 2001-06-21 03:40:14 +0000
  • 12f01149dd ... rhp 2001-06-20 05:47:44 +0000
  • 5fee634121 ... rhp 2001-06-20 04:29:28 +0000
  • ca69bef032 ... rhp 2001-06-20 03:01:26 +0000
  • 5fd26a273d ... rhp 2001-06-18 06:11:53 +0000
  • d090d9f284 ... rhp 2001-06-18 03:24:25 +0000
  • 59513231a5 ... rhp 2001-06-17 19:53:45 +0000
  • e84267ed3c ... rhp 2001-06-15 04:33:21 +0000
  • ed4225fd52 ... rhp 2001-06-13 05:29:14 +0000
  • d5914732d2 ... rhp 2001-06-13 04:58:55 +0000
  • e188d3c4f6 ... rhp 2001-06-13 00:56:08 +0000
  • 29c0947f3c ... rhp 2001-06-12 04:38:24 +0000
  • 073a5d4ea9 ... rhp 2001-06-11 06:39:12 +0000
  • 99f53856f6 ... rhp 2001-06-11 05:47:51 +0000
  • d46d6830b5 ... rhp 2001-06-11 05:16:24 +0000
  • 9cb0dc3d65 ... rhp 2001-06-11 03:24:20 +0000
  • f14221e842 ... rhp 2001-06-10 19:23:28 +0000