summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Start spinning before calling arrow_action(), so that a signal handlerMatthias Clasen2004-06-101-2/+20
* Typo fix.Matthias Clasen2004-06-101-1/+1
* Revert the "drag select" part of #141169. (#144011).Soeren Sandmann2004-06-091-32/+1
* Handle priv->model being NULL. (#143856, Mariano Suárez-Alvarez)Matthias Clasen2004-06-081-1/+2
* Revert the patch from 2003/Sep/12. This kept DnD in tree views withinFederico Mena Quintero2004-06-081-4/+1
* Make the entry context menu work in editable text cells. The changes areMatthias Clasen2004-06-071-13/+108
* Improve the description of the ::language property. (#143802, Owen Taylor)Matthias Clasen2004-06-071-1/+1
* Add an ignore_enter flag and use it as in the menu code to avoid theMatthias Clasen2004-06-062-4/+46
* Add a checkbox to queue an merge/unmerge. Patch from Matthias Clasen.Soeren Sandmann2004-06-052-70/+149
* Add a note about the !CAN_FOCUS quirk in the button size allocation code.Matthias Clasen2004-06-051-4/+7
* Calculate the length of the entry contents in characters, not in bytes.Matthias Clasen2004-06-041-1/+12
* Fix the al lowed values and default value for the ::active property.Matthias Clasen2004-06-041-2/+2
* use gtk_widget_get_child_requisition() instead of accessingMichael Natterer2004-06-031-13/+18
* Revert previous commit. It caused the problem of sticky right click menusSoeren Sandmann2004-06-031-21/+17
* Fix the stay up algorithm for combo boxes to better handle the "click"Soeren Sandmann2004-06-021-18/+23
* Bail out if the model is empty. Fixes #143536.Federico Mena Quintero2004-06-021-1/+2
* Don't close the dialog on focus out of the size entry. (#143505, DavidMatthias Clasen2004-06-021-1/+10
* Fix #138807.Federico Mena Quintero2004-06-024-84/+86
* Remove leftover debug code.Matthias Clasen2004-06-021-5/+0
* Don't allow unless selection mode is multiple. (#142634, John Finlay)Matthias Clasen2004-06-021-1/+3
* Rename function parameters from index to index_ to prevent clash with BSDMatthias Clasen2004-06-026-37/+38
* Handle accel_closure being NULL on an accel label. (#139641, SamMatthias Clasen2004-06-022-4/+7
* Make menus only stay up if you release within 500 milliseconds.Soeren Sandmann2004-06-012-25/+47
* Don't insert a dummy node if there is no parent node. Fixes #143362.Federico Mena Quintero2004-06-011-1/+1
* Implement rubberband scrolling (needs to be done for the horizontalAnders Carlsson2004-05-311-3/+67
* Change to the newly-created folder. Fixes #138932. (trap_activate_cb):Federico Mena Quintero2004-05-311-11/+11
* Typo fix.Matthias Clasen2004-05-311-1/+1
* Make detached handleboxes work when their parent is minimized, porting theMatthias Clasen2004-05-312-38/+92
* Fix a typo.Matthias Clasen2004-05-312-2/+2
* Add informative messages for common problems. (#137974, Owen Taylor)Matthias Clasen2004-05-281-2/+10
* Sync from upstreamJonathan Blandford2004-05-272-19/+24
* Make separator rows insensitive.Anders Carlsson2004-05-271-0/+2
* Add some docs.Matthias Clasen2004-05-271-1/+2
* Make GtkEntryCompletion::text_column a property.Matthias Clasen2004-05-272-3/+51
* Typo fix.Matthias Clasen2004-05-271-1/+1
* only remove the signal if the box exists.Jonathan Blandford2004-05-271-5/+6
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-279-28/+303
* Move docs inline, fixing them on the way. (#143029, Steve Chaplin)Matthias Clasen2004-05-261-2/+38
* Check for XFIXES extension.Matthias Clasen2004-05-183-38/+106
* Include glib/gi18n-lib.h and only define the P_() macros ourselves.Matthias Clasen2004-05-181-18/+2
* Restrict the width of the popup to be no larger than the monitor.Matthias Clasen2004-05-181-10/+10
* Actually make that arrow size 15, not 14.Matthias Clasen2004-05-181-1/+1
* Go back to the initial fix for the focus-overdrawing problem, which wasMatthias Clasen2004-05-182-19/+11
* Document the arguments of the ::move-cursor signal. (#142725)Matthias Clasen2004-05-181-7/+18
* Allocate space for the focus rectangle only if necessary. (#142668,Matthias Clasen2004-05-171-9/+16
* Remove two useless lines. (#142479, Morten Welinder)Matthias Clasen2004-05-171-4/+1
* Add a Q_() macro.Matthias Clasen2004-05-173-42/+34
* New function to go from tree window to tree coordinates, kept static forMatthias Clasen2004-05-141-13/+34
* Add a comment about unused bits.Matthias Clasen2004-05-141-2/+19
* Add a progress cell renderer, based on the one found in Epiphany.Matthias Clasen2004-05-124-0/+459