summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Reorder code so that we don't get a g_warning message every time weDarin Adler2001-07-181-1/+1
* Add a function gdk_window_get_internal_paint_info(), so that using XOwen Taylor2001-07-184-0/+94
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-185-19/+5
* Properly clean up when handling events for move-resize emulation. (ProblemOwen Taylor2001-07-121-3/+7
* Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-07-061-1/+15
* Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by anOwen Taylor2001-07-056-19/+92
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-052-40/+71
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-033-15/+3
* fix to use constants not atoms.Havoc Pennington2001-07-031-6/+4
* s/signal_newc/signal_new/Tim Janik2001-07-021-8/+8
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-1/+3
* Convert GdkDevice to a GObject.Alex Larsson2001-06-305-28/+110
* Convert GdkVisual to a GObject.Alex Larsson2001-06-3012-154/+210
* Fix args to g_type_init().Owen Taylor2001-06-291-1/+1
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-2911-214/+601
* !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing.Tim Janik2001-06-282-1/+125
* The following changes correspond to bug #56812James Henstridge2001-06-284-0/+57
* new function for mapping a window without fooling with stacking order, butHavoc Pennington2001-06-288-87/+221
* Added --enable-fbmanager. This is some experimental code that lets severalAlexander Larsson2001-06-259-39/+775
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-2/+1
* Fix tests for XShm.h.Owen Taylor2001-06-231-64/+67
* disabled g_free (image) calls, as GdkImage is an object. these should beTim Janik2001-06-231-11/+12
* updated externalsHans Breuer2001-06-224-23/+116
* Handle the case without XKB properly.Owen Taylor2001-06-211-6/+12
* Update to new PangoLanguage changes.Alexander Larsson2001-06-151-3/+6
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-2/+0
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-142-1/+3
* Add some example config files that can be used with the URW fonts.Alexander Larsson2001-06-141-4/+30
* Unify shaped window code and make it repaint the area that used to be partAlexander Larsson2001-06-131-27/+61
* Don't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so doAlexander Larsson2001-06-131-1/+4
* Deep copy dash_list too. (_gdk_fb_gc_new): Set default cap_style beforeAlexander Larsson2001-06-131-14/+27
* New functions.Alexander Larsson2001-06-121-0/+17
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-086-50/+148
* Fix up error messages.Alex Larsson2001-06-061-3/+4
* Include gtkwidget.h (#55798, Karl Nelson)Owen Taylor2001-06-061-3/+3
* s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)Owen Taylor2001-06-051-1/+1
* Ignore releases for buttons 6, 7Havoc Pennington2001-06-051-1/+2
* support button 6 and 7 for scroll left/right, from Thomas BroyerHavoc Pennington2001-06-041-7/+20
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-0/+3
* Add GDK_TYPE_RECTANGLE.Owen Taylor2001-06-012-0/+26
* Validate value from GDK settings against parameter spec.Owen Taylor2001-05-301-4/+19
* Use $PKG_CONFIG, not pkg-config. (#51032)Owen Taylor2001-05-291-1/+1
* made fil mode GDK_STIPPLED actually work -> check boxes and radio buttonsHans Breuer2001-05-253-10/+47
* Improve error messages for X errors and losing connection to the X server.Havoc Pennington2001-05-201-16/+30
* Start checks for X from pangox/pangoxft CFLAGS to avoid duplicateOwen Taylor2001-05-201-1/+0
* Require libtool-1.4, automake-1.4p1.Owen Taylor2001-05-161-0/+1
* Remove creative formatting.Owen Taylor2001-05-131-20/+19
* Peek strike-through setting (gdk_draw_layout_line_with_colors): RenderERDI Gergo2001-05-111-2/+24
* Make sure you can compile out the implementation/wrapper assert macros.Alexander Larsson2001-05-105-24/+80
* New function for getting toplevel window at position.Alexander Larsson2001-05-073-7/+57