summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* new class methods: (sort_list) (insert_row) (remove_row)Lars Hamann1998-08-176-643/+1029
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-1715-147/+107
* NULL terminate the arg list to g_strconcat() (thanx raph).Tim Janik1998-08-171-1/+1
* remove the ugly HAVE_LIBGLE test (last time i typed that word!).Tim Janik1998-08-171-8/+0
* don't call module initializers multiple times. changed --gtk-with-moduleTim Janik1998-08-171-4/+12
* feature a new commandline option --gtk-with-module=<module> that allowsTim Janik1998-08-172-0/+65
* version bump to 1.1.1, binary age 0, interface age 0. pass "gmodule" toTim Janik1998-08-171-0/+27
* fatal warning option is split up now, "--g-fatal-warnings" causes fatalTim Janik1998-08-163-29/+60
* New function to set a callback to test if a node in drag can be droppedJohn Ellis1998-08-152-17/+115
* Regenerated gtktypebuiltins.h by hand. The autostuff files really need to beArturo Espinosa1998-08-141-1/+1
* Changed GtkSignalFunc back to () from (void). (again!)Owen Taylor1998-08-131-1/+1
* Fixed the GtkSignalFunc typedef to read "(void)" instead of "()", whichNat Friedman1998-08-131-1/+1
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-1225-315/+1607
* relookup nodes after external functions have been called. also relookupTim Janik1998-08-113-6/+48
* Removed has_cursor, set the cursor beginning of Text when creating theOwen Taylor1998-08-119-62/+208
* Fix for resize bug. Call gtk_widget_size_allocate instead ofLars Hamann1998-08-101-15/+18
* fixed an #include statement (reported by Eric Kidd).Tim Janik1998-08-101-1/+1
* hm, someone changed an enum and didn't update auto-files...Tim Janik1998-08-075-1/+14
* Renamed my_merge and my_mergesort to gtk_clist_merge andStefan Jeske1998-08-061-19/+19
* Fixed some minor comment typos and added myself to AUTHORS in gtk+.Raph Levien1998-08-061-1/+1
* Renamed `merge' -> `my_merge' and `mergesort' -> `my_mergesort'.Martin Baulig1998-08-061-16/+16
* new enum GtkSortType.Stefan Jeske1998-08-056-195/+453
* changed to return a gboolean (gtk_ctree_insert_gnode): new function forLars Hamann1998-08-052-18/+135
* Added missing elsemerge-to-themes-2-1Owen Taylor1998-08-041-6/+7
* Undraw the cursor before (possibly) deleting the cursor's text property.Owen Taylor1998-08-041-12/+59
* Empty rows/columns of the table should not have been marked as being ableOwen Taylor1998-08-042-8/+36
* New public function to find a row by its data pointer using a customFederico Mena Quintero1998-08-032-0/+25
* don't you hate it when you apply the wrong patch and discover it onlyGeorge Lebl1998-08-031-1/+3
* draw the buttons during a "draw" as well, this fixes a bug when the wholeGeorge Lebl1998-08-031-0/+6
* reset drag_pos after abort removed a few unneeded lines fixed compilerLars Hamann1998-08-022-31/+9
* Few fixes for column resize. Store resize column in clist->drag_pos.Lars Hamann1998-07-319-777/+2533
* removed a few unneeded linesLars Hamann1998-07-301-19/+6
* column resize now works with horizontal autoscrolling, GtkCTree's 'reorderLars Hamann1998-07-291-113/+68
* small fix for border drawing bugLars Hamann1998-07-281-73/+126
* fixed EXTRA_DIST sectionsTim Janik1998-07-272-10/+4
* revamped the definitions for 1-1-0, so that all the new API stuff isTim Janik1998-07-271-9/+12
* fixup, so that enum values are looked up.Tim Janik1998-07-2712-21/+77
* little fix to avoid warningsLars Hamann1998-07-262-1/+2
* Began cleanup, e.g. use gtk_widget_show_all instead of manyStefan Jeske1998-07-261-639/+337
* Fixed wrong allocation for GTK_BUTTONBOX_END.Stefan Jeske1998-07-261-1/+1
* fix for pointer grabLars Hamann1998-07-262-20/+45
* Fixed 2 bugs in font selection - initialising array sizes and checking thatDamon Chaplin1998-07-251-2/+6
* test for node != NULL (gtk_ctree_is_visible) (gtk_ctree_realize)Lars Hamann1998-07-252-17/+38
* mini code cleanupLars Hamann1998-07-241-16/+10
* Fri, 24 Jul 1998 10:56:22 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-07-241-0/+2
* introduce testbindings on C-1 for buttons, to check out bindingTim Janik1998-07-2212-147/+610
* few fixes for gtk_signal_emitsLars Hamann1998-07-221-15/+13
* make auto-files updateTim Janik1998-07-225-1/+33
* We free things from the text property MemChunk, so it needs to beOwen Taylor1998-07-211-7/+48
* genmarshal.pl: Handle complex types, and functions with a return value butElliot Lee1998-07-216-66/+100