summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-2518-70/+225
* correctly remove the default filter from the listGeorge Lebl1999-04-212-2/+2
* Make sure `gdkconfig.h' exists after the rule is fired.Raja R Harinath1999-03-291-4/+10
* Rename from configincludedir so that glibconfig.h will be installed asRaja R Harinath1999-03-261-2/+2
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-177-17/+63
* Fixes to the win32 backend to actually be able to compile within aTor Lillqvist1999-03-1747-5727/+72
* Check for lstat.Tor Lillqvist1999-03-161-6/+6
* Forgot to document maketypes.awk change in ChangeLog. Added gdk.def file.Tor Lillqvist1999-03-152-0/+672
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-155-65/+122
* Move widechar tests from `glib' to here, since those were meant only forRaja R Harinath1999-03-141-3/+4
* Configure now generates a gdkconfig.h file, in similar way as GLib'sTor Lillqvist1999-03-133-0/+37
* Check for NULL parameter in gdk_font_load. Plug a memory leak in gdkim.c.Tor Lillqvist1999-03-124-2/+6
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-102-24/+44
* Some bug fixes and improvements to the Win32 GDK.Tor Lillqvist1999-03-0714-690/+686
* cur files are binary. Changed to -kb and committed the correct versions,Tor Lillqvist1999-03-062-0/+0
* cur files are binary. cvs admin -kb and recommit.Tor Lillqvist1999-03-061-0/+0
* Win32 version of GDK source files and resource files (cursors and icons).Tor Lillqvist1999-03-05127-0/+46985
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-2456-2/+427
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-232-28/+142
* Always set the max width or height to at least 1, since 0 triggers bugs inOwen Taylor1999-02-212-4/+4
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-214-20/+20
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-217-48/+86
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-215-24/+204
* Supplement the existing WMNormalHints, don't overwrite them.Owen Taylor1999-02-102-34/+52
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-105-1434/+1468
* If we can't find helvetica, fall back to "fixed". If we can't findOwen Taylor1999-02-104-14/+16
* Adjust saved positions of children when resizing a guffaw_gravity = TRUEOwen Taylor1999-02-052-0/+28
* s/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MISSING_OR_STRANGE/Sebastian Wilhelmi1999-01-282-8/+8
* Allow exposure compression across GravityNotify events to improve theOwen Taylor1999-01-282-4/+24
* [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]Owen Taylor1999-01-282-38/+88
* Change signatures for gdk_drag_begin() and gdk_drag_motion() so that theOwen Taylor1999-01-283-117/+349
* Remove TimJ's checks for already being mapped or hidden. See the ICCCM'sOwen Taylor1999-01-272-4/+4
* Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glibOwen Taylor1999-01-271-1/+1
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-274-16/+326
* assert ref_count>0.Tim Janik1999-01-272-0/+6
* ByteswapOwen Taylor1999-01-242-10/+10
* Fix reversed assertion. (Pointed out by Austin DonnellyOwen Taylor1999-01-242-2/+2
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-232-144/+184
* Add flags field to GtkTargetEntry table.Owen Taylor1999-01-232-2/+6
* Set and read the XdndActionList property defined in the Xdnd spec. We doOwen Taylor1999-01-212-22/+220
* Move not-null assertion before pointer de-ref.Jeff Garzik1999-01-214-6/+12
* Patch from Felix Bellaby <felix@pooh.u-net.com>Owen Taylor1999-01-174-4/+100
* define GTK_DISABLE_COMPAT_H for compilation of gtk code.Tim Janik1999-01-152-22/+22
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-157-9/+131
* Do all event processing in dispatch() instead of prepare() and check().Owen Taylor1999-01-152-10/+10
* Add a drag_data_received handler for the label.Owen Taylor1999-01-123-110/+302
* Fixed some list-manipulation breakage.Owen Taylor1999-01-092-2/+12
* Push GdkRGB's visual and colormap around the color selection dialog soOwen Taylor1999-01-061-1/+2
* Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that theOwen Taylor1999-01-052-4/+4
* make this G_PRIORITY_DEFAULT.Tim Janik1999-01-023-3/+3