summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Apply patch from John Margaglione that converts from args to properties.Alexander Larsson2001-05-151-56/+130
* Apply patch from John Margaglione converting from args to properties.Owen Taylor2001-05-152-46/+58
* Block against redundant changes.Owen Taylor2001-05-143-51/+110
* Remove creative formatting.Owen Taylor2001-05-135-143/+218
* remember widget's double buffering state across expose event, so we stillTim Janik2001-05-121-6/+7
* Expose the ring in the triangle at the correct place when exposing just aAlexander Larsson2001-05-111-2/+2
* Return FALSE, or window focusing will not work.Alexander Larsson2001-05-111-1/+1
* docs, fixes bug #54144Havoc Pennington2001-05-113-4/+6
* don't propagate exposes to NULL child.Tim Janik2001-05-113-9/+16
* grum, gtk_type_class() is not GNUC_CONST it has the _important_ sideTim Janik2001-05-101-1/+1
* New function to let user control where columns are dragged.Jonathan Blandford2001-05-093-7/+79
* Added include of unistd.h so that gid_t is defined (on Solaris)Padraig O'Briain2001-05-091-0/+3
* New "columns_changed" signal.Jonathan Blandford2001-05-093-70/+274
* New function for getting toplevel window at position.Alexander Larsson2001-05-071-5/+5
* Test for bin->child being present before doing anything with it. PatchFederico Mena Quintero2001-05-071-1/+2
* fix some shell typosHavoc Pennington2001-05-0721-125/+592
* updated exportsHans Breuer2001-05-062-138/+19
* Fix typo in filename.Owen Taylor2001-05-051-1/+1
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-036-21/+268
* Fix return value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also, useOwen Taylor2001-05-031-2/+2
* Patch from Juan Pablo Mendoza Mendoza to fix things so clicking insideOwen Taylor2001-05-032-3/+11
* Reduce new_text_length appropriately when we run into the size limit forOwen Taylor2001-05-031-2/+3
* fix bug in dropping columns. Moving columns now basically works modulaJonathan Blandford2001-05-021-3/+8
* Add autoscroll support. It mostly works, but could use some fine tuning.Jonathan Blandford2001-05-011-95/+127
* New default theme! A slighly improved version of the 2.0 Raleigh theme,Owen Taylor2001-05-018-459/+651
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-3015-63/+142
* new function. (gtk_tree_view_move_column_after): Clean up interface.Jonathan Blandford2001-04-303-24/+22
* moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h.Tim Janik2001-04-295-38/+52
* fix bug in tooltipHavoc Pennington2001-04-291-1/+1
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-2823-638/+1201
* s/G_PARAM_WRITE/G_PARAM_WRITABLE/James Henstridge2001-04-281-1/+1
* Massive reorder/cleanup of a lot of the code. Some documentation added.Jonathan Blandford2001-04-282-2579/+2690
* fix warningHavoc Pennington2001-04-2812-299/+391
* clean up column dragging code. Revealed some (potential) GdkWindow bugs.Jonathan Blandford2001-04-262-203/+310
* remove some left-over filesOwen Taylor2001-04-263-218/+0
* Fix optimization that was correct for the use here, but completelyOwen Taylor2001-04-261-1/+1
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-265-15/+1
* set_decorations_hint and set_functions_hint were still in the headerHavoc Pennington2001-04-251-4/+0
* i2001-04-24 Alexander Larsson <alexl@redhat.com>Alexander Larsson2001-04-245-5/+28
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-247-103/+414
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-238-92/+322
* gtk/Makefile.am gtk/gtkplug.c on request of Owen, reverted my last changeSven Neumann2001-04-233-47/+11
* put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targetsSven Neumann2001-04-231-0/+6
* API Change. Take GdkColor arguments instead of gdouble *. Leave the oldAlexander Larsson2001-04-205-138/+363
* File containing #defines for XEMBED protocol.Owen Taylor2001-04-197-436/+939
* add signals and binding set, so keybindings are configurableHavoc Pennington2001-04-182-90/+155
* Close bug #50615:Havoc Pennington2001-04-184-25/+26
* allow shrinking the image window to test that we clip to allocation.Havoc Pennington2001-04-183-9/+10
* fix to properly queue resizes when the image is setHavoc Pennington2001-04-182-10/+24
* Return FALSE, not TRUE. (Fixes #52925)Owen Taylor2001-04-181-1/+1