summaryrefslogtreecommitdiff
path: root/src/errors.c
Commit message (Collapse)AuthorAgeFilesLines
* switch on the op passed in, not the active op. Gives us the right cursorHavoc Pennington2002-02-241-12/+75
| | | | | | | | | | | | | | | | | | | | | 2002-02-24 Havoc Pennington <hp@pobox.com> * src/display.c (xcursor_for_op): switch on the op passed in, not the active op. Gives us the right cursor during resizing, etc. * src/errors.c: rearrange all the error stuff to adapt to the GDK change a while back, so now we print our X errors again * src/display.c (meta_display_begin_grab_op): remove KeyPressMask and KeyReleaseMask from the XGrabPointer(), this caused BadValue and kept the grab from ever succeeding. Fixes the problem with the GTK resize grip - this is why you shouldn't break your X error spew. ;-) * src/display.c: debug spew tweaks * src/window.c (meta_window_client_message): do some s/verbose/topic/ stuff
* update number of workspaces hintHavoc Pennington2001-12-101-1/+1
| | | | | | | | | | | | | | | | | | | 2001-12-09 Havoc Pennington <hp@pobox.com> * src/workspace.c (meta_workspace_free): update number of workspaces hint * src/screen.c (update_num_workspaces): implement number of workspaces setting * src/window.c (meta_window_configure_request): honor configure requests on windows of type NORMAL, but still be mean to those of type DIALOG * src/main.c (main): add more log domains to those we set a log handler for, and only set warnings fatal in debug mode * src/metacity.schemas: add number of workspaces setting
* move SM init a bit later in the process, and init prefsHavoc Pennington2001-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | 2001-12-09 Havoc Pennington <hp@pobox.com> * src/main.c (main): move SM init a bit later in the process, and init prefs * src/session.c: fix no SM case (though I hardly know why I'm bothering) * src/main.c (main): call bindtextdomain * src/util.h (_): actually call gettext * configure.in: put in AM_GLIB_GNU_GETTEXT and gconf stuff * src/prefs.c: Preferences - this marks the beginning of our doom. None of them are actually implemented yet, but we monitor some stuff from gconf.
* clean up the code, and replace GDK X error handler with one that chains upHavoc Pennington2001-09-011-88/+24
| | | | | | | 2001-09-01 Havoc Pennington <hp@pobox.com> * src/errors.c: clean up the code, and replace GDK X error handler with one that chains up to GDK but first logs the error to logfile.
* ...rhp2001-06-211-0/+1
|
* ...rhp2001-06-211-0/+8
|
* ...rhp2001-06-131-8/+8
|
* ...rhp2001-06-021-1/+1
|
* ...rhp2001-05-311-1/+11
|
* ...rhp2001-05-311-0/+153