summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.5.5GTK_2_5_5Matthias Clasen2004-11-124-7/+7
* Don't try to use xdgmime on Windows where we don't build it. (#157944, J.Matthias Clasen2004-11-121-0/+6
* Also reserve space for the resize grip if the grip_window is not realizedMatthias Clasen2004-11-121-7/+11
* Fix some C99isms.Matthias Clasen2004-11-111-3/+3
* Remove two more places where we were unconditionally setting "visible",Matthias Clasen2004-11-112-12/+28
* Considerably speed up GtkUIManager, by changing the semantics of the dirtyMatthias Clasen2004-11-111-444/+448
* return FALSE instead of TRUE. This is just a quick fix to prevent the idleJonathan Blandford2004-11-111-1/+1
* Use embedded tab rather than '\t' escape sequence. (#157949)J. Ali Harlow2004-11-111-1/+1
* Only shorten the label if it actually overlaps the resize grip.Matthias Clasen2004-11-101-18/+76
* Only shorten the label if it actually overlaps the resize grip.Matthias Clasen2004-11-101-6/+9
* Make power a double. (gtk_range_class_init): s/digits/decimal digits/ inMatthias Clasen2004-11-101-3/+3
* Remove debugging printfs.Matthias Clasen2004-11-101-5/+1
* Improve the docs. (#157785, Torsten Schoenfeld)Matthias Clasen2004-11-102-6/+9
* Add new symbols.Matthias Clasen2004-11-093-0/+8
* Make it work with *big* icon views. (#154466)Matthias Clasen2004-11-091-3/+4
* Make return types G_CONST_RETURN instead of const.Matthias Clasen2004-11-095-4/+30
* Raise the grip window when appropriate. (gtk_statusbar_init): Instead ofMatthias Clasen2004-11-091-5/+11
* Raise the grip window when appropriate.Matthias Clasen2004-11-091-5/+23
* Use a row reference, not a path, to associate separators with their treeMatthias Clasen2004-11-091-9/+13
* Show the grip_window if necessary.Matthias Clasen2004-11-091-1/+4
* Only clear the triangle below the grip to the background, not the fullMatthias Clasen2004-11-091-22/+28
* Clip when drawing the cursor. This prevents bits of a selectable labelMatthias Clasen2004-11-091-3/+4
* Apply a patch by Owen Taylor to get reasonable allocations for theMatthias Clasen2004-11-091-32/+8
* Add new symbols.Matthias Clasen2004-11-091-0/+3
* Avoid resizing GtkStatusbar if the text of the label changes (#90955, HeMatthias Clasen2004-11-093-3/+105
* Use xdg_mime_mime_type_subclass() to match mime types. This also gives useMatthias Clasen2004-11-083-3/+12
* Use gtk_widget_{hide,show} instead of g_object_set (..."visible"...).Matthias Clasen2004-11-081-3/+4
* Sync from upstreamMatthias Clasen2004-11-0812-100/+1096
* Hide the website button if the url is unset. (#157630, John Finlay)Matthias Clasen2004-11-081-0/+1
* Change the return types of the gchar ** getters to be more const correct.Matthias Clasen2004-11-082-21/+21
* Add uri targets before text targets, to make file dnd work better.Matthias Clasen2004-11-081-6/+14
* Support columns whose declared type is an interface better, by treatingMatthias Clasen2004-11-081-4/+19
* add the icons again with the binary flag (Closes: #157665)Bastien Nocera2004-11-082-0/+0
* - removedBastien Nocera2004-11-082-0/+0
* New convenience function to add a filter for image files which can beMatthias Clasen2004-11-072-9/+63
* Remove some warnings.Matthias Clasen2004-11-071-2/+2
* Show files in folder modes. (#157013, Nickolay V. Shmyrev)Matthias Clasen2004-11-071-30/+86
* Don't support CREATE_FOLDER and SAVE for now. UI authorities object to it.Matthias Clasen2004-11-071-0/+18
* Forgotten fileMatthias Clasen2004-11-071-0/+5
* Jump through a few hoops to make the tooltip on the filter combo box workMatthias Clasen2004-11-072-9/+27
* Add the ComboCellInfo to the list. (#157528, Carlos Garnacho Parro)Matthias Clasen2004-11-061-0/+2
* Remove this unneeded function, as it breaks state propagation.Matthias Clasen2004-11-051-27/+0
* Queue the resize before setting the tearoff state, to make sure theMatthias Clasen2004-11-051-2/+1
* Don't unnecessarily call gtk_menu_position(), since that function hasMatthias Clasen2004-11-051-1/+7
* Document new functions.Matthias Clasen2004-11-051-3/+50
* Typo fix.Matthias Clasen2004-11-041-1/+1
* Documentation updates.Matthias Clasen2004-11-041-1/+115
* Make sure the RTL variants are used for media icons update following theBastien Nocera2004-11-044-15/+19
* Don't leak the path. (#157301, Carlos Garnacho Parro)Matthias Clasen2004-11-041-0/+2
* Tiny cleanupMatthias Clasen2004-11-031-2/+1