summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of functions that should have been marked static.Owen Taylor2000-11-021-10/+10
* had a test backwardHavoc Pennington2000-11-021-0/+26
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-257-7/+7
* If window == NULL, assume the root window. (restoring the behaviour thatRobert Brady2000-10-251-6/+3
* Re-enable the "find" dialogHavoc Pennington2000-10-245-16/+60
* Move list pointer forwards before removing item from list. (Crash reported02000-10-041-1/+2
* Add gdk_window_iconify.Owen Taylor2000-10-044-37/+131
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-145-9/+461
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-072-3/+3
* Fix bug where moving a toplevel window immediately after sizing it wouldOwen Taylor2000-09-011-3/+14
* remove GDK_IMAGE_SHARED_PIXMAP from switch statements, since Tor removedOwen Taylor2000-08-311-4/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-2631-122/+122
* Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4Owen Taylor2000-07-141-2/+2
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-116-15/+21
* Add check for db2htmlOwen Taylor2000-07-061-0/+8
* Patch from George Liebl to add a GdkGrabStatus enumeration to use as aOwen Taylor2000-07-062-12/+36
* Patch from George Liebl to install all the headers in the right place.Owen Taylor2000-07-061-6/+6
* font charset is iso8859-1, not iso-8859-1.Owen Taylor2000-07-031-2/+3
* Use g_get_charset() instead of g_get_codeset().Owen Taylor2000-07-031-3/+4
* Ignore calls with <= width or height.Owen Taylor2000-07-038-790/+616
* Add a is_foreign flag to the structure. Do not call XFreePixmap on pixmapsOwen Taylor2000-07-022-2/+10
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-028-3471/+30
* When actually returning expose events, make sure to set the count fieldOwen Taylor2000-07-012-20/+8
* If possible, create only a single shm segment and use multiple parts of itOwen Taylor2000-06-261-24/+34
* use $(mkinstalldirs) not $(MKINSTALLDIRS)Christopher Blizzard2000-06-211-2/+2
* Remove use of libunicode in favor of new GLib functions.Owen Taylor2000-06-211-8/+8
* Fix conditionality to work the "right" way. Missed commits from previous.Elliot Lee2000-06-201-3/+0
* Make this compile without framebuffer enabledHavoc Pennington2000-06-2022-1271/+1925
* *** empty log message ***Elliot Lee2000-06-204-4/+14
* make it possible to configure gtk for different targets on the sameCEST 2000 Paolo Molaro2000-06-071-4/+3
* Add call to g_type_init() - we'll need this later, and this makes sureOwen Taylor2000-06-061-0/+2
* We need to treat initial creation different from setting with regards toOwen Taylor2000-06-051-8/+15
* Hack gdk_event_get_graphics_expose() to sort of work by adding an extraOwen Taylor2000-06-051-54/+36
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-025-62/+315
* If a region does not have any rectangles, or if the specified rectangle isElliot Lee2000-05-181-1/+1
* A bit of editing.Owen Taylor2000-05-153-139/+64
* Move gdk_window_clear() into common code, implement in terms ofOwen Taylor2000-05-051-13/+6
* Fix problem with installation directory for gdkx.hOwen Taylor2000-04-071-1/+3
* Fix screwy indentation.Owen Taylor2000-04-052-2/+3
* Merge no-flicker branch into HEADOwen Taylor2000-03-2825-560/+3943
* Merges from gtk-1-2Owen Taylor2000-03-1411-65/+80
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-291-1/+1
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-182-20/+51
* init refcount to 1 (gdk_cursor_new): init refcount to 1Havoc Pennington2000-02-131-2/+4
* s/refcount/ref_count/.Tim Janik2000-02-131-2/+12
* gdk/win32/gdkproperty-win32.c The assertions for GDK_IS_WINDOW wereTor Lillqvist2000-02-091-3/+3
* use gdk_cursor_unref instead of destroyHavoc Pennington2000-01-291-1/+1
* configure.in gdk/Makefile.am gdk/x11/Makefile.am Small fixes, thanks toTor Lillqvist2000-01-151-0/+3
* Change only_if_exists argument of gdk_atom_intern to bool.Owen Taylor1999-12-031-1/+1
* Call XFreeDeviceState() on results of XQueryDeviceState().Owen Taylor1999-11-102-0/+3