summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Implement icon theme caching. (#154034, Martijn Vernooij, caching schemaMatthias Clasen2004-10-197-24/+1133
* Destroy secondary dialogs if the main dialog is hidden. (#155084, PaoloMatthias Clasen2004-10-171-23/+22
* Don't leak the secondary dialogs. (#155084, Paolo Borelli)Matthias Clasen2004-10-161-0/+22
* Fix redraw issues with the focus on the ring.Matthias Clasen2004-10-161-9/+10
* Unset GTK_REQUEST_NEEDED before emitting ::size-request, following thisMatthias Clasen2004-10-152-3/+3
* Restore the size info for the current row after measuring another row.Matthias Clasen2004-10-151-0/+3
* (shortcuts_add_current_folder): Don't leak volume. (#155400,Matthias Clasen2004-10-141-2/+5
* (gtk_file_chooser_default_finalize): Don't forget toMatthias Clasen2004-10-141-0/+2
* Don't get text unnecessarily. (#155384, Morten Welinder)Matthias Clasen2004-10-141-4/+0
* Acknowledge the fact that invariants are broken and loop all the way up toMatthias Clasen2004-10-131-1/+1
* don't queue the widget for resize or emit change notification if the usize42004-10-121-4/+7
* add /*< private >*/ markings.Jonathan Blandford2004-10-101-0/+2
* Add docs.Matthias Clasen2004-10-091-1/+115
* Fix doc comment.Matthias Clasen2004-10-091-1/+0
* Reinstate the accidentally lost addition ofMatthias Clasen2004-10-092-46/+39
* Declare gtk_accelerator_get_label.Matthias Clasen2004-10-091-2/+2
* forgotten commitMatthias Clasen2004-10-081-0/+22
* Don't start a drag if we loose the grab.Matthias Clasen2004-10-081-0/+12
* Set the cell renderer to inert mode to avoid bug #154921. This fixes aMatthias Clasen2004-10-081-2/+8
* Add a new debug flag, geometry, to debug size allocation.Matthias Clasen2004-10-082-2/+4
* Set cell data unconditionally. (#152562, Federico Mena Quintero)Matthias Clasen2004-10-081-9/+8
* Also update smart separators if the visibility of a menuitem with aMatthias Clasen2004-10-081-1/+3
* Share the three copies of get_borders() under the nameMatthias Clasen2004-10-084-75/+14
* Include gtkeventbox.h. (#154798, Morten Welinder)Matthias Clasen2004-10-081-0/+1
* Don't free info too early. (#154703, Morten Welinder)Matthias Clasen2004-10-071-11/+8
* Reduce rounding error. (#154658, John Cupitt)Matthias Clasen2004-10-071-3/+3
* Clear the iter instead of returning it unmodified. (#154186, JonathanMatthias Clasen2004-10-061-0/+4
* Pop up the completions again after tab. (#147700, Jens Bech Madsen)Matthias Clasen2004-10-061-4/+9
* Set the cursor before changing the selection to make the file chooserMatthias Clasen2004-10-061-1/+1
* Replace a really gross way of rounding to a specified number of digits.Matthias Clasen2004-10-061-5/+8
* reverted my last change and applied owen's leaner conditional flag updateTim Janik2004-10-051-13/+3
* removed redundant gtk_entry_get_layout() decl.Tim Janik2004-10-051-2/+0
* Go back to not scaling up at all. Less magic.Matthias Clasen2004-10-051-1/+1
* if REQUEST_NEEDED is still set on ::size-allocate, another size-requestTim Janik2004-10-051-1/+12
* rename the activate-menu signal to show-menu as discussed in bug #153873.Paolo Borelli2004-10-052-10/+10
* Set action_name. (#154526, John Finlay)Matthias Clasen2004-10-051-1/+1
* Provide access to the string representation of accelerators used inMatthias Clasen2004-10-054-69/+129
* Resize the popup if a new model is set. (#154129, Bernd Damian)Matthias Clasen2004-10-051-0/+1
* Make the code work as intended for unthemed icons; don't scale them up tooMatthias Clasen2004-10-051-3/+4
* Improve docs. (#154504, Dave Cook)Matthias Clasen2004-10-051-1/+2
* Only set using_themed_icon if we actually got an icon list from the theme.Matthias Clasen2004-10-041-1/+2
* Ref the new icons before unreffing the old ones. (#154468, MortenMatthias Clasen2004-10-041-2/+3
* Ref the new icons before unreffing the old ones. (#154468, MortenMatthias Clasen2004-10-041-4/+7
* Reset pointers pointing to the old model. (#154350)Matthias Clasen2004-10-041-3/+4
* Set sort_indicator to FALSE when appropriate. (#153714, Reinout vanMatthias Clasen2004-10-031-3/+6
* Fix positioning near the monitor boundaries. (#154341, Ken Harris)Matthias Clasen2004-10-031-0/+5
* deactivate the menu before setiing it to something else. Bug #153887.Paolo Borelli2004-10-021-0/+3
* Fix bug #150790:Matthias Clasen2004-10-011-5/+8
* Add a comment regarding cell renderers to the docs.Matthias Clasen2004-10-011-3/+6
* Silently ignore info being NULL. This is unavoidable with the currentMatthias Clasen2004-10-012-10/+12