summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* 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
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-0/+1
* Add missing include, fix GdkWindowPrivate => GdkDrawablePrivate.Owen Taylor1999-11-085-4/+13
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-0826-2622/+1906
* (since noone objected on gtk-devel)ÉRDI Gergo1999-10-111-1/+1
* Added a .cvsignoreOwen Taylor1999-10-031-0/+7
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-0313-681/+468
* Include gdk/gdkdrawable.h with gdk/ prefix. (Pointed out byOwen Taylor1999-10-032-0/+37
* StartedOwen Taylor1999-10-0116-162/+209
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-2813-363/+495
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-1/+1
* gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors wasTor Lillqvist1999-09-131-1/+0
* correctly remove the default filter from the listGeorge Lebl1999-04-211-1/+1
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-172-3/+9
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-101-12/+22
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-2423-1/+175
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-231-14/+71
* Always set the max width or height to at least 1, since 0 triggers bugs inOwen Taylor1999-02-211-2/+2
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-212-10/+10
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-213-24/+42
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-212-12/+99
* Supplement the existing WMNormalHints, don't overwrite them.Owen Taylor1999-02-101-17/+26
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-102-715/+731
* If we can't find helvetica, fall back to "fixed". If we can't findOwen Taylor1999-02-102-7/+8
* Adjust saved positions of children when resizing a guffaw_gravity = TRUEOwen Taylor1999-02-051-0/+14
* s/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MISSING_OR_STRANGE/Sebastian Wilhelmi1999-01-281-4/+4
* Allow exposure compression across GravityNotify events to improve theOwen Taylor1999-01-281-2/+12
* [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]Owen Taylor1999-01-281-19/+44