summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released Gtk+-1.3.3.GTK_1_3_3Tim Janik2001-04-0466-6966/+49879
* stay in builddir and read/write files to/from source dir. (if we don'tTim Janik2001-04-0411-9/+105
* sorry, I only wanted to commit .cvsignoreSven Neumann2001-04-033-21/+3
* shut up CVSSven Neumann2001-04-034-3/+22
* removed set_sort_column, as it was moved to the GtkTreeSortable interface.Jonathan Blandford2001-04-039-4/+63
* Updated.Owen Taylor2001-04-0344-17208/+522
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-0321-468/+382
* Add empty gdk_setting_get().Alexander Larsson2001-04-038-0/+42
* use more elaborate variable names.Tim Janik2001-04-0318-128/+170
* Bug fix to make trees work again when not sorted.Jonathan Blandford2001-04-0213-42/+200
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-0242-249/+2004
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-0215-250/+449
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-0221-153/+282
* Add missing changelog entry.Owen Taylor2001-04-027-0/+63
* Avoid chaining up to parent impl, since we have a INPUT_ONLY window.Owen Taylor2001-04-023-11/+61
* Reference param spec when caching property values, since we unref it laterOwen Taylor2001-04-0211-10/+72
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-0229-354/+890
* Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. RemoveAlexander Larsson2001-04-029-3/+88
* Add boxed type for GtkRequistion. Use it for ::size-request.Owen Taylor2001-04-0216-34/+348
* raise window for non _NET window managers.Tim Janik2001-04-0110-644/+51
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-0126-114/+204
* for (i = 0; i < 100; i ++) g_print ("I will confirm it compile beforeJonathan Blandford2001-04-018-45/+84
* Initial work on implementing the GtkTreeSortable interface. Basicaly a bigJonathan Blandford2001-04-0112-57/+410
* fixups.Tim Janik2001-04-017-0/+28
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-0120-584/+544
* disable USE_MMX for msvc build cause the assembler doesn't fit and is outHans Breuer2001-03-3117-18/+476
* fix use of magic constant "-1" in the aux info structure.James Henstridge2001-03-318-2/+37
* Remove leaks.Alexander Larsson2001-03-3022-639/+1436
* added value_changed signal which proxies for the adjustment. CleanedMike Kestner2001-03-3013-152/+367
* Now we listen to the reorder signal.Jonathan Blandford2001-03-3012-7/+125
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-2918-118/+1510
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-2915-102/+341
* *** empty log message ***Owen Taylor2001-03-2928-227/+1521
* Added Thai UTF-8 text which also has the wrong written syntax.Chookij Vanatham2001-03-292-2/+2
* Don't return TRUE from the event handler, that blocks all event signals onAlexander Larsson2001-03-298-1/+50
* Add missing NULL on valist.Owen Taylor2001-03-2921-75/+565
* new function to handle reordering of trees. Seems to mostly work w/ theJonathan Blandford2001-03-2811-8/+187
* c++ fixes.Tim Janik2001-03-2810-99/+118
* Fix use of uninitialized memory.Owen Taylor2001-03-288-3/+36
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-2822-254/+404
* Fix arguments to reordered signal.Jonathan Blandford2001-03-2812-18/+77
* More work on implementing sortable interface.Jonathan Blandford2001-03-2821-91/+658
* Don't reference the widgets in the resulting list. (#11821) This makesOwen Taylor2001-03-269-6/+74
* Add a virtual function to set whether the IM context should use theOwen Taylor2001-03-269-13/+81
* Remove stale FIXME comment.Owen Taylor2001-03-267-0/+28
* Fixed bug that returned NULL if a filename was selected.Alexander Larsson2001-03-268-1/+36
* improve error message to contain the word "theme"Havoc Pennington2001-03-248-1/+36
* make motion around the ring much slower but finer-grained (gtk_hsv_focus):Havoc Pennington2001-03-2410-5/+80
* make this somewhat key-navigableHavoc Pennington2001-03-2434-116/+945
* fix warningsHavoc Pennington2001-03-2421-150/+322