summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Released 1.3.4GTK_1_3_4Owen Taylor2001-04-171-2/+2
* Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBSOwen Taylor2001-04-175-40/+52
* Remove explicit pointer grabs, since they are no longer necessary.Owen Taylor2001-04-163-41/+43
* added all exports required to link PyGtk 0.7.1Hans Breuer2001-04-162-24/+220
* updatedHans Breuer2001-04-131-22/+8
* get this to compile.Tim Janik2001-04-121-1/+1
* It's pixbuf_pos, not pixbufpos.Anders Carlsson2001-04-123-6/+6
* fix a fixme.Jonathan Blandford2001-04-1210-87/+319
* gtk_calendar_button_press: check for action_func != NULLDenis Oliver Kropp2001-04-041-1/+1
* Released Gtk+-1.3.3.GTK_1_3_3Tim Janik2001-04-041-19/+18
* removed set_sort_column, as it was moved to the GtkTreeSortable interface.Jonathan Blandford2001-04-032-4/+7
* Updated.Owen Taylor2001-04-0319-16740/+1
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-0310-406/+146
* use more elaborate variable names.Tim Janik2001-04-032-6/+8
* Bug fix to make trees work again when not sorted.Jonathan Blandford2001-04-025-41/+101
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-0216-227/+225
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-027-250/+287
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-028-56/+78
* Avoid chaining up to parent impl, since we have a INPUT_ONLY window.Owen Taylor2001-04-023-11/+61