summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Marshallers for C_CALLBACK parameters now pass "func, func_data," insteadElliot Lee1998-07-213-82/+139
* missed thisElliot Lee1998-07-211-5/+1
* Fixed wrong size of activity indicator. It is settable now as a fractionStefan Jeske1998-07-213-17/+62
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-2133-948/+804
* new functions, recursive process tree to specified depthLars Hamann1998-07-202-26/+199
* fix for vertical scrolling in case of GTK_CLIST_ADD_MOD changed pixmapLars Hamann1998-07-192-81/+81
* export gtk_binary_age and gtk_interface_age.Tim Janik1998-07-199-124/+451
* Introduced generic GtkProgress widget. Derived GtkProgressBar fromStefan Jeske1998-07-198-197/+1743
* explicitly specify void in prototypeManish Singh1998-07-182-2/+2
* fix to avoid flicker at begin/end of listLars Hamann1998-07-171-7/+18
* sropped the approach of copying all signal specific data into aTim Janik1998-07-171-107/+69
* care for the posssibility that someone destroys the entry on theTim Janik1998-07-171-1/+6