summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION.Owen Taylor2002-02-182-8/+32
* Fix problems with stuck grab (#60132, reported by Nicolas Setton) andOwen Taylor2002-02-181-44/+33
* gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.cOwen Taylor2002-02-185-14/+20
* Don't commit unless we got at least one hex digit. (#70619)Owen Taylor2002-02-181-2/+7
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-182-4/+23
* Added multiple selection APIManish Singh2002-02-172-46/+295
* This commit lands the 'dy patch'.Kristian Rietveld2002-02-161-0/+58
* take GDK_HINT_RESIZE_INC into account, and handle negative coordinatesHavoc Pennington2002-02-161-3/+13
* Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDownOwen Taylor2002-02-165-2/+274
* new function (gtk_tree_store_clear): traverse the tree, so we emitKristian Rietveld2002-02-151-8/+42
* Only queue a draw on the handle, not the whole widget. #71530.Richard Hult2002-02-151-2/+10
* add new signal 'adjust_bounds' to potentialy change the bounds beforeJody Goldberg2002-02-153-1/+17
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-147-40/+34
* Fix bug where we called get_surrounding on the context,. not the slave.Owen Taylor2002-02-141-1/+1
* Only pop the tooltip down on a select set of events, not on any unknownOwen Taylor2002-02-141-8/+16
* A bunch of small allocation/drawing fixes.Owen Taylor2002-02-141-60/+61
* Patch from Bill Haneman to draw to focus using gtk_paint_focus() with theOwen Taylor2002-02-141-9/+25
* validate a larger area, proportional to widget size, to fix #71427Havoc Pennington2002-02-141-4/+13
* just go ahead and flush all the first validate stuff if it hasn't beenHavoc Pennington2002-02-135-47/+113
* Don't chain up to the container's expose event. Instead callJoe Shaw2002-02-131-1/+38
* Implement Control-F1 as toggle-tooltips-mode.Owen Taylor2002-02-133-85/+158
* g_warning() if setting the local fails, like gdk_set_locale() did.Owen Taylor2002-02-131-1/+4
* fix figuring accel path and changing behaviour.Tim Janik2002-02-131-6/+3
* partly revert my recent expanding change to not expand the table if allTim Janik2002-02-131-19/+48
* emit row_deleted before we start unreffing the nodes ourselvesKristian Rietveld2002-02-122-11/+17
* always spread out the extra space allocated for the homogeneous case, asTim Janik2002-02-121-39/+17
* Consider reordering the row even when there's no sort column, if there's aDarin Adler2002-02-121-44/+47
* converted the "Delete File" dialog to GtkMessageDialog. Marked missingSven Neumann2002-02-111-47/+28
* Opaque resizing + prelighting for paned widget. move reszing logic toSoeren Sandmann2002-02-114-258/+154
* Implements DnD scrolling and fixes #71139Kristian Rietveld2002-02-111-0/+46
* set upper member of hadjustment correct, so the hscrollbars of listsKristian Rietveld2002-02-111-1/+1
* set value of func to NULL during initialization (we don't use func in theKristian Rietveld2002-02-111-1/+1
* install presize handler, so the validate_rows_handler will always be runKristian Rietveld2002-02-111-0/+1
* Get the damn fix right, see my latest ChangeLog entry.Kristian Rietveld2002-02-111-3/+1
* increase value of new_location by one if cmp_a > 0 and we hit the end ofKristian Rietveld2002-02-101-1/+4
* Set finalize handler; (gtk_calendar_finalize): Rename gtk_calendar_destroyAnders Carlsson2002-02-101-6/+10
* don't reduce the scroll rect size by the scroll amountHans Breuer2002-02-103-3/+6
* Fix a double «The» typo in a string.Kjartan Maraas2002-02-101-1/+1
* Avoid segfault for selectable tab labels (even without a segfault, theyMatthias Clasen2002-02-093-12/+36
* convert the iter to a child iter again, after doing _iter_children. It'sKristian Rietveld2002-02-091-0/+6
* Use == rather than = in sanity checks. Ouch!Daniel Elstner2002-02-091-6/+6
* Add missing curled braces so that it doesn't always return. Also indentDaniel Elstner2002-02-091-2/+16
* Add prototype for _gtk_binding_reset_parsed().Owen Taylor2002-02-091-0/+2
* Add tools and images used for creating the check/radio button images inOwen Taylor2002-02-097-1/+203
* Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handleSoeren Sandmann2002-02-092-29/+767
* Fix problem with string-valued parameters (#70012, Johan Dahlin.)Owen Taylor2002-02-093-3/+9
* fix evil ref bug where the wrong row and a deleted row was unreffed. FoundJonathan Blandford2002-02-093-8/+27
* Add a function to delete all bindings add by gtk_binding_parse_binding()Owen Taylor2002-02-097-151/+179
* Remove a tiny bit more dead code.Darin Adler2002-02-091-2/+0
* Fix stale pointer bug.Darin Adler2002-02-081-12/+7