summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fixed up some of the bigendian 32bpp modes.Raph Levien1998-09-031-1/+3
* plug another small GtkSIgnalQuery leak.Tim Janik1998-09-031-1/+3
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-0330-545/+745
* Replaced "foo == TRUE" and "foo == FALSE" constructs by more forgivingFederico Mena Quintero1998-09-021-10/+10
* Unref the adjustment.Owen Taylor1998-09-012-17/+71
* I should have added testrgb to the .cvsignore last time. Now I have.Raph Levien1998-09-011-0/+1
* Minor improvements to gdkrgb, added testrgb to the gtk directory.Raph Levien1998-09-011-0/+237
* quell some warnings with g_hash_table_newManish Singh1998-08-294-3/+12
* Make sure the mark we pass to line start is the beginning of a real line,Owen Taylor1998-08-251-8/+23
* Updated the stupid builtins file, again - FedericoArturo Espinosa1998-08-251-1/+1
* Reference count the fonts used in the text widget.Owen Taylor1998-08-2513-173/+503
* removed some unused variablesManish Singh1998-08-243-2/+8
* begin the parameter elipsis (...) after the first argument name. thisTim Janik1998-08-2411-176/+207
* added GTK_HAVE_FEATURES_1_1_2merge-to-themes-2-3Stuart Parmenter1998-08-211-1/+4
* added a function to perform a binary version check, returning a staticTim Janik1998-08-212-0/+25
* Check to see if we've computed our geometry yet, and if not, ignore theOwen Taylor1998-08-211-18/+16
* silly visual fixesManish Singh1998-08-201-0/+2
* Do not do anything if the event's window is not the bin window.Federico Mena Quintero1998-08-201-0/+6
* Change to testgtk to go along with GdkRgb integration into gtk_preview.Raph Levien1998-08-201-0/+4
* Minor fixes that were needed for the Gimp/GdkRgb integration.Raph Levien1998-08-202-1259/+113
* allow argument parsing in gtk without G_ENABLE_DEBUG being definedTim Janik1998-08-181-50/+51
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-189-120/+116
* fix for sigsegv in case of show_tabs == NULLLars Hamann1998-08-181-3/+4
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-1810-1529/+1485
* 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