summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* build with Cairo dependency. The patch to acually use Cairo on win32 willHans Breuer2005-02-072-5/+9
* remove unused function.Manish Singh2005-02-043-21/+14
* Handle item->translation_domain being NULL. (#166179, Diego Gonzalez)Matthias Clasen2005-02-041-3/+6
* Work better when there is not enough space. This avoids a nasty sizeMatthias Clasen2005-02-041-0/+1
* Avoid spurious selection of RTL direction if the widget does not haveMatthias Clasen2005-02-041-1/+4
* Don't do one roundtrip per motion event. (#166173, pointed out by ChrisMatthias Clasen2005-02-031-11/+21
* New function which allows to change the function used for translationMatthias Clasen2005-02-033-21/+127
* Merged from gtk-2-6:Federico Mena Quintero2005-02-021-1/+15
* Look for icons in XDG_DATA_DIRS/pixmaps. (#165950, Thomas Zajic)Matthias Clasen2005-02-021-7/+3
* Set info->icon_list to NULL after freeing it. (#165800, Damon Chaplin)Matthias Clasen2005-02-021-0/+1
* Merged from gtk-2-6:Federico Mena Quintero2005-02-021-1/+6
* Merged from gtk-2-6:Federico Mena Quintero2005-02-011-2/+2
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-0112-16/+16
* Forgotten file, ChangeLog from 2005-01-27Matthias Clasen2005-02-011-6/+4
* Add a --quiet option.Matthias Clasen2005-02-011-4/+7
* Typo fix.Matthias Clasen2005-01-291-1/+1
* Merged from gtk-2-6:Federico Mena Quintero2005-01-271-2/+1
* Some visual tweaks to the about dialog, obey HIG spacing a bit more, add aMatthias Clasen2005-01-271-3/+71
* Don't allow -1 as minimum-key-length. (gtk_entry_completion_set_model):Matthias Clasen2005-01-262-4/+12
* Make it compileMatthias Clasen2005-01-261-0/+8
* Make sure the license dialog is initially displayed without a horizontalMatthias Clasen2005-01-261-2/+4
* Fix docs. (#165180, Jeff Franks)Matthias Clasen2005-01-251-1/+1
* Use the correct setter for a string GValue. (#165203, Damon Chaplin)Matthias Clasen2005-01-251-1/+1
* Removed leftover comments.Federico Mena Quintero2005-01-251-2/+0
* Merged from gtk-2-6:Federico Mena Quintero2005-01-251-135/+245
* Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)Matthias Clasen2005-01-244-8/+8
* Document GtkWidget::style-set. (#164222, Alex Graveley)Matthias Clasen2005-01-241-0/+10
* Avoid spurious drags. (#164884)Matthias Clasen2005-01-231-2/+2
* Make volume name display formats translatable.Tor Lillqvist2005-01-231-2/+2
* Handle Greek tonos dead accent key. (#164859, reported and fix verified byTor Lillqvist2005-01-231-0/+2
* Don't call GetVolumeInformation() for network drives. They might beTor Lillqvist2005-01-231-1/+4
* More details provided by Bill Haneman.Matthias Clasen2005-01-211-4/+11
* Add docs. (#164725, George Kraft IV)Matthias Clasen2005-01-211-0/+12
* Don't loop forever here, even if the only focusable widgets are labels.Matthias Clasen2005-01-201-0/+6
* Support tinting in GtkCellRendererPixbuf (#162903, Jorn Baayen):Matthias Clasen2005-01-201-15/+114
* Support wrapping in GtkCellRendererText (#163608):Matthias Clasen2005-01-201-10/+104
* Don't reverse the order of modules when putting them in gtk_modules.Matthias Clasen2005-01-201-1/+1
* Don't crash if the tree is empty. (#164669, Priit Laes)Matthias Clasen2005-01-201-1/+2
* In save mode, don't return paths containing nonexisting directories.Matthias Clasen2005-01-191-1/+13
* Use GLib limit macros to avoid sparse warnings. Pointed out by KjartanMatthias Clasen2005-01-191-4/+4
* Actually assign PENDING_OP_NONE.Manish Singh2005-01-181-1/+1
* Merged from gtk-2-6:Federico Mena Quintero2005-01-181-0/+7
* Add pointer warping to GDK. (#160437)Matthias Clasen2005-01-181-22/+5
* Add some more NULL checks, patch by Michael Natterer.Matthias Clasen2005-01-181-4/+4
* Check for NULL detail and NULL widget.Søren Sandmann2005-01-181-4/+4
* Remove debug output. (#164376, Jens Finke)Matthias Clasen2005-01-181-1/+1
* Save and restore the selected row in the bookmark list and the save folderMatthias Clasen2005-01-171-9/+68
* Fix argument order in docs.Matthias Clasen2005-01-171-1/+1
* Prefer LTR over RTL if the keymap is neutral.Matthias Clasen2005-01-162-6/+6
* Allow to reset the property to its default value -1.Matthias Clasen2005-01-151-2/+2