summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add a configuration option --with-native-locale, that greatly speeds upOwen Taylor2001-02-272-15/+82
* Update to describe submitting patches and bug reports toOwen Taylor2001-02-274-111/+166
* Remove duplicate fwd decl for gtk_default_draw_shadow.Jody Goldberg2001-02-222-14/+91
* Fix incorrect mask. (#51039, fix from Martin Maierhofer)Owen Taylor2001-02-191-1/+1
* Call gdk_colormap_sync() - fixes #50678.Owen Taylor2001-02-132-0/+4
* Surround additional regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)Owen Taylor2001-02-031-0/+4
* Remove definition of _XOPEN_SOURCE, since it breaks things on BSD. If youOwen Taylor2001-02-022-19/+20
* Improve warnings a bit in a fashion similar to the part ofOwen Taylor2001-02-021-1/+6
* Fix a problem where the focus widget sometimes wasn't drawn with theOwen Taylor2001-01-301-8/+8
* Handle --display= forms of options taking arguments. Fix some memory leaksOwen Taylor2001-01-291-83/+107
* Set the colormap of input only windows to the system colormap. TheAlexander Larsson2001-01-031-1/+1
* Deal with the possibility that XGetImage() might return NULL. Allocate theRamiro Estrugo2000-12-201-5/+10
* Strip GDK_RELEASE_MASK out of the state we get from X as a temporary hackOwen Taylor2000-12-031-7/+17
* [ backport from 1.3.x ]Owen Taylor2000-11-182-40/+111
* Move header files to /usr/include/gtk-1.2 to allow safe parallelOwen Taylor2000-09-091-1/+1
* Include gdk/gdkrgb.h and gtk/gtktypebuiltins.h resp. outside of the externSebastian Wilhelmi2000-07-191-2/+1
* handle "(nil)" foundries, patch from Grigorios Magklis.Tim Janik2000-05-191-0/+10
* Fixed segfault when gdk_rgb_min_colors exceeds maximum cube size.Raph Levien2000-05-171-1/+1
* Fix a bunch of cases where XGetWindowProperty() is called without trappinggtk-1-2-merge-to-head-2Owen Taylor2000-03-131-20/+30
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-291-1/+1
* remove extraneous prototypes, patch from Sam O'ConnorTim Janik2000-02-171-9/+0
* Removed duplicate prototypes for gdk_drag_get_selection() andOwen Taylor2000-01-291-2/+0
* parent_relative arg is booleanHavoc Pennington2000-01-2712-107/+104
* Fix return values on mouse events. (Bug #2686, Sky <seb_sky@yahoo.com>)Owen Taylor2000-01-252-2/+2
* Remove useless #include of <X11/Xmu/WinUtil.h>, which was causing problemsOwen Taylor2000-01-251-1/+0
* Include <ctype.h> when defining gdk_isw* in terms of is* as a fallback.Owen Taylor2000-01-241-0/+1
* Rewrite to account for the fact that feof() does _not_ return TRUE onOwen Taylor2000-01-221-9/+11
* Change from gdk_gc_set_dashes to take gint8 instead of gchar to make itOwen Taylor2000-01-215-13/+13
* Allow version >= 3, not just version == 3. We implement all 3 + most of 4Owen Taylor1999-12-021-1/+1
* gdk/gdkinputcommon.h Call XFreeDeviceState() on results ofSven Neumann1999-11-122-0/+4
* Remove files that leaked in from head branch due to CVS magicOwen Taylor1999-11-0829-21646/+1
* Make naming of gtkrc files consistent, put each style that a gtkrc.* fileOwen Taylor1999-10-062-0/+6
* grr, even if Gdk doesn't handle CreateNotify itself, still put out aTim Janik1999-09-232-32/+72
* Stop leaking the color_hash all over the place. Simplify and improve theOwen Taylor1999-09-192-68/+32
* make gboolean args in prototypes and implementations consistent (TomasTim Janik1999-09-173-64/+63
* slight version increment to 1.2.5-pre2.Tim Janik1999-09-142-10/+18
* When we receive an unexpected destroy notify on one of our windows, don'tOwen Taylor1999-09-032-6/+6
* Add name => font and name => fontset hashes. The name => fontset hash is aOwen Taylor1999-09-033-8/+166
* Remove useless and slightly confusing test. [ XInternAtom (,,TRUE) willOwen Taylor1999-09-024-4/+4
* Don't omit setting the properties if flags == 0 - there may be an existingOwen Taylor1999-09-024-12/+20
* Use gdk_error_trap_push() to avoid stomping over gdk_error_warnings.Owen Taylor1999-09-012-8/+4
* Compute the hints after we request the new size.Owen Taylor1999-09-012-32/+2
* invoke indent on gtkmarshal.*. rewrote source generation rules, useTim Janik1999-08-231-42/+66
* rambopoo commitManish Singh1999-08-231-0/+504
* we use window->need_resize from configure_event now, to indicate that theTim Janik1999-08-202-4/+14
* Added missing sanity checks. (gtk_target_list_unref): Likewise.Federico Mena Quintero1999-08-189-6/+13
* Honor tree->view_lines. (gtk-guy-990611-3.patch: Guy HarrisOwen Taylor1999-08-083-8/+8
* Don't core dump at all on X IO errors, only core dump if --enable-debugOwen Taylor1999-06-302-4/+68
* removed old ""Got event for unknown window:" message. disabledTim Janik1999-06-2512-108/+136
* Removed stray GtkPlugButton declaration.Owen Taylor1999-05-062-2/+2