| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 2 | -20/+51 |
* | init refcount to 1 (gdk_cursor_new): init refcount to 1 | Havoc Pennington | 2000-02-13 | 1 | -2/+4 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -2/+12 |
* | gdk/win32/gdkproperty-win32.c The assertions for GDK_IS_WINDOW were | Tor Lillqvist | 2000-02-09 | 1 | -3/+3 |
* | use gdk_cursor_unref instead of destroy | Havoc Pennington | 2000-01-29 | 1 | -1/+1 |
* | configure.in gdk/Makefile.am gdk/x11/Makefile.am Small fixes, thanks to | Tor Lillqvist | 2000-01-15 | 1 | -0/+3 |
* | Change only_if_exists argument of gdk_atom_intern to bool. | Owen Taylor | 1999-12-03 | 1 | -1/+1 |
* | Call XFreeDeviceState() on results of XQueryDeviceState(). | Owen Taylor | 1999-11-10 | 2 | -0/+3 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -0/+1 |
* | Add missing include, fix GdkWindowPrivate => GdkDrawablePrivate. | Owen Taylor | 1999-11-08 | 5 | -4/+13 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 26 | -2622/+1906 |
* | (since noone objected on gtk-devel) | ÉRDI Gergo | 1999-10-11 | 1 | -1/+1 |
* | Added a .cvsignore | Owen Taylor | 1999-10-03 | 1 | -0/+7 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 13 | -681/+468 |
* | Include gdk/gdkdrawable.h with gdk/ prefix. (Pointed out by | Owen Taylor | 1999-10-03 | 2 | -0/+37 |
* | Started | Owen Taylor | 1999-10-01 | 16 | -162/+209 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 13 | -363/+495 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -1/+1 |
* | gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was | Tor Lillqvist | 1999-09-13 | 1 | -1/+0 |
* | correctly remove the default filter from the list | George Lebl | 1999-04-21 | 1 | -1/+1 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 2 | -3/+9 |
* | first lookup the xfont ID in our font hash table, if we have a | Tim Janik | 1999-03-10 | 1 | -12/+22 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 23 | -1/+175 |
* | When sending events to windows with a proxy, set the window field in the | Owen Taylor | 1999-02-23 | 1 | -14/+71 |
* | Always set the max width or height to at least 1, since 0 triggers bugs in | Owen Taylor | 1999-02-21 | 1 | -2/+2 |
* | Changed warnings from g_message() to g_warning(). | Owen Taylor | 1999-02-21 | 2 | -10/+10 |
* | Account for the fact that Xlib expects format == 32 to be a long, even on | Owen Taylor | 1999-02-21 | 3 | -24/+42 |
* | removed debugging statements about embedded XID's. They could have been | Owen Taylor | 1999-02-21 | 2 | -12/+99 |
* | Supplement the existing WMNormalHints, don't overwrite them. | Owen Taylor | 1999-02-10 | 1 | -17/+26 |
* | asure that ->value_buf always points to an allocated area. | Tim Janik | 1999-02-10 | 2 | -715/+731 |
* | If we can't find helvetica, fall back to "fixed". If we can't find | Owen Taylor | 1999-02-10 | 2 | -7/+8 |
* | Adjust saved positions of children when resizing a guffaw_gravity = TRUE | Owen Taylor | 1999-02-05 | 1 | -0/+14 |
* | s/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MISSING_OR_STRANGE/ | Sebastian Wilhelmi | 1999-01-28 | 1 | -4/+4 |
* | Allow exposure compression across GravityNotify events to improve the | Owen Taylor | 1999-01-28 | 1 | -2/+12 |
* | [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ] | Owen Taylor | 1999-01-28 | 1 | -19/+44 |
* | Change signatures for gdk_drag_begin() and gdk_drag_motion() so that the | Owen Taylor | 1999-01-28 | 1 | -57/+173 |
* | Remove TimJ's checks for already being mapped or hidden. See the ICCCM's | Owen Taylor | 1999-01-27 | 1 | -2/+2 |
* | Use floor() instead of truncating to integer values so we get translation | Owen Taylor | 1999-01-27 | 1 | -8/+160 |
* | assert ref_count>0. | Tim Janik | 1999-01-27 | 1 | -0/+3 |
* | Byteswap | Owen Taylor | 1999-01-24 | 1 | -5/+5 |
* | Fix reversed assertion. (Pointed out by Austin Donnelly | Owen Taylor | 1999-01-24 | 1 | -1/+1 |
* | X expects longs, not uint32 for XChangeProperty, when format == 32. | Owen Taylor | 1999-01-23 | 1 | -72/+92 |
* | Add flags field to GtkTargetEntry table. | Owen Taylor | 1999-01-23 | 1 | -1/+3 |
* | Set and read the XdndActionList property defined in the Xdnd spec. We do | Owen Taylor | 1999-01-21 | 1 | -11/+110 |
* | Move not-null assertion before pointer de-ref. | Jeff Garzik | 1999-01-21 | 2 | -3/+6 |
* | Patch from Felix Bellaby <felix@pooh.u-net.com> | Owen Taylor | 1999-01-17 | 2 | -2/+50 |
* | define GTK_DISABLE_COMPAT_H for compilation of gtk code. | Tim Janik | 1999-01-15 | 1 | -11/+11 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 2 | -4/+60 |
* | Do all event processing in dispatch() instead of prepare() and check(). | Owen Taylor | 1999-01-15 | 1 | -5/+5 |
* | Add a drag_data_received handler for the label. | Owen Taylor | 1999-01-12 | 1 | -55/+150 |