summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
Commit message (Expand)AuthorAgeFilesLines
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-0/+37
* Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. RemoveAlexander Larsson2001-04-021-0/+9
* Add boxed type for GtkRequistion. Use it for ::size-request.Owen Taylor2001-04-021-0/+22
* raise window for non _NET window managers.Tim Janik2001-04-011-0/+7
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-0/+15
* for (i = 0; i < 100; i ++) g_print ("I will confirm it compile beforeJonathan Blandford2001-04-011-0/+6
* Initial work on implementing the GtkTreeSortable interface. Basicaly a bigJonathan Blandford2001-04-011-4/+9
* fixups.Tim Janik2001-04-011-0/+4
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-011-0/+20
* disable USE_MMX for msvc build cause the assembler doesn't fit and is outHans Breuer2001-03-311-0/+39
* fix use of magic constant "-1" in the aux info structure.James Henstridge2001-03-311-0/+5
* Remove leaks.Alexander Larsson2001-03-301-0/+21
* added value_changed signal which proxies for the adjustment. CleanedMike Kestner2001-03-301-0/+12
* Now we listen to the reorder signal.Jonathan Blandford2001-03-301-0/+5
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-0/+28
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-0/+12
* *** empty log message ***Owen Taylor2001-03-291-1/+27
* Don't return TRUE from the event handler, that blocks all event signals onAlexander Larsson2001-03-291-0/+7
* Add missing NULL on valist.Owen Taylor2001-03-291-0/+37
* new function to handle reordering of trees. Seems to mostly work w/ theJonathan Blandford2001-03-281-0/+9
* c++ fixes.Tim Janik2001-03-281-0/+4
* Fix use of uninitialized memory.Owen Taylor2001-03-281-0/+5
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-0/+21
* Fix arguments to reordered signal.Jonathan Blandford2001-03-281-0/+7
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-0/+5
* Don't reference the widgets in the resulting list. (#11821) This makesOwen Taylor2001-03-261-0/+9
* Add a virtual function to set whether the IM context should use theOwen Taylor2001-03-261-0/+6
* Remove stale FIXME comment.Owen Taylor2001-03-261-0/+4
* Fixed bug that returned NULL if a filename was selected.Alexander Larsson2001-03-261-0/+5
* improve error message to contain the word "theme"Havoc Pennington2001-03-241-0/+5
* make motion around the ring much slower but finer-grained (gtk_hsv_focus):Havoc Pennington2001-03-241-0/+9
* make this somewhat key-navigableHavoc Pennington2001-03-241-0/+79
* fix warningsHavoc Pennington2001-03-241-0/+24
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-231-0/+15
* fix up some docsHavoc Pennington2001-03-231-0/+5
* Forgot to namespace this.Jonathan Blandford2001-03-231-0/+11
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-0/+18
* Add ability to override the focus chain for a container explicitlyHavoc Pennington2001-03-221-0/+6
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-0/+17
* handle mnemonics in the stock item labelHavoc Pennington2001-03-221-1/+13
* Add support for stock and normal imagemenuitems.Alexander Larsson2001-03-211-0/+9
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-0/+52
* Add gtk_image_menu_item_new_from_stock()Alexander Larsson2001-03-211-0/+5
* Fix buglet in meeting.Jonathan Blandford2001-03-201-0/+5
* Make GtkIconSource an opaque datatype, and add a bunch of accessorHavoc Pennington2001-03-191-0/+13
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-0/+12
* gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output.Tor Lillqvist2001-03-191-0/+9
* New function. print_event_state, print_event): Use preprocessor macro toTor Lillqvist2001-03-181-0/+13
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-0/+37
* modified to use "row_activated" signal.Jonathan Blandford2001-03-161-0/+8