summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-0883-417/+222
* Use the Win32 thread locale's first day of week setting on Win32.Tor Lillqvist2006-10-072-33/+54
* Fix the docs. (#360112)Matthias Clasen2006-10-062-2/+4
* Don't set the background of the window in a no-window widget. (#359581,Matthias Clasen2006-10-062-12/+6
* Propagate srcdir into the test correctly. (#359845)Behdad Esfahbod2006-10-053-4/+8
* added new scanner token "unbind" which gets rid of a key binding (in fact,Michael Natterer2006-10-056-32/+153
* Czech translation updated.Jakub Friedl2006-10-052-1092/+968
* Fix interaction of GtkEntryCompletion with input methods. (#354495, DiegoMatthias Clasen2006-10-043-5/+21
* Complete the fix for bug 357280Matthias Clasen2006-10-032-0/+13
* fix a typoMatthias Clasen2006-10-031-1/+1
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-0321-26/+28
* Complete the fix for bug 357280.Matthias Clasen2006-10-032-8/+30
* Include pltcheck.sh in EXTRA_DIST.Behdad Esfahbod2006-10-024-3/+13
* Move all includes before including gdkalias.h.Behdad Esfahbod2006-10-022-2/+7
* Update.Behdad Esfahbod2006-10-021-0/+1
* Fix typo in file name. (#358931)Behdad Esfahbod2006-10-022-1/+5
* Only use the group name field if cups is new enough. (#357280)Matthias Clasen2006-10-022-0/+5
* Make sure that the quarks are initialized before using them. (#353736)Matthias Clasen2006-10-022-7/+25
* Translation updated by Ivar Smolin.Priit Laes2006-10-022-8/+12
* Use rm instead of ln -f to replace existing links. (#354849, James Evans)Matthias Clasen2006-10-022-9/+23
* Make the event_window large enough to cover the full height of theMatthias Clasen2006-10-022-4/+24
* Set model in all cases. (#357791, Andreas Köhler)Matthias Clasen2006-10-021-3/+3
* Same change as to gtkfilesystemunix.c.Tor Lillqvist2006-10-012-5/+16
* Protect against base_path being NULL. (#358405, many reporters)Matthias Clasen2006-09-302-4/+12
* Apply a patch by Padraig O'Briain to avoid a deadlock.Matthias Clasen2006-09-292-5/+17
* Translation updated by Ivar Smolin.Priit Laes2006-09-272-6/+7
* Fix commit dates ...Kristian Rietveld2006-09-271-3/+3
* bring zero ref count loops in sync with each other and the sort model.Kristian Rietveld2006-09-272-20/+22
* unref the virtual root path once that node (or one if its ancestors) isKristian Rietveld2006-09-272-3/+22
* ref count nodes the proper way, (gtk_tree_model_sort_ref_node),Kristian Rietveld2006-09-272-38/+62
* Fix typosMatthias Clasen2006-09-258-8/+14
* if the tree view has already been realized; scroll to background areaKristian Rietveld2006-09-252-1/+7
* only attempt to create the GCs if the widget is realized. (Fixes #357578).Kristian Rietveld2006-09-252-1/+6
* Don't leak the list of children (#357454, Paolo Borelli)Matthias Clasen2006-09-252-2/+11
* free display->input_windows with g_free(), not g_object_unref() (#357566,Michael Natterer2006-09-252-1/+7
* actually add align-set property to the API (left-over patch from #157439).Kristian Rietveld2006-09-242-1/+21
* draw the indicator if the column has a sort column id (and the model isKristian Rietveld2006-09-242-21/+29
* updated Walloon file; fixed default:LTR translationsPablo Saratxaga2006-09-237-1506/+994
* Use EXEEXT.Tor Lillqvist2006-09-232-1/+5
* also copy icon factories and color hashes. Fixes bug #357132.Michael Natterer2006-09-222-1/+18
* make it buildMatthias Clasen2006-09-221-1/+1
* forgotten fileMatthias Clasen2006-09-221-1/+1
* fix a typoMatthias Clasen2006-09-222-1/+6
* Make remote bookmarks work better (#354887)Matthias Clasen2006-09-2263-51/+455
* Implement lots of value setters for GdkGC, based on a heavily modifiedMichael Natterer2006-09-216-101/+452
* Translation updated by Ivar Smolin.Priit Laes2006-09-214-41/+49
* fix cast: it's drawable_impl->wrapper that is the GdkWindow, not theMichael Natterer2006-09-212-1/+9
* Updated Spanish translation.Francisco Javier F. Serrador2006-09-202-38/+59
* just check the first shift-level of keyboard layout for RTL and LTRBehnam Esfahbod2006-09-202-18/+19
* always update the bin_window position and size in size_allocate, even ifTim Janik2006-09-203-26/+29