summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookupMatthias Clasen2008-10-141-2/+10
* Bug 552318 – menubar mnemonics consumed even whenMatthias Clasen2008-10-141-16/+22
* Fixed Bug 555000, check_algorithmically() applies to deadkey keysyms only.Simos Xenitellis2008-10-101-8/+4
* Fixed Bug 554192 – deadkey-only compose sequences now workingSimos Xenitellis2008-10-081-3/+3
* Bug 554702 – gtkfilesystem leaks GErrorChristian Persch2008-10-081-3/+9
* Don't forget to reset reload_state when current_folder is already correct.Matthias Clasen2008-10-081-2/+2
* Avoid unitialized memory warnings from valgrind.Matthias Clasen2008-10-071-0/+1
* Show the tooltip on the range entry itself, too.Matthias Clasen2008-10-061-1/+4
* Merged from trunk:Matthias Clasen2008-10-031-5/+9
* Fixed Bug 554506 – combining diacritics broken, became deadkeysSimos Xenitellis2008-10-021-2/+10
* Bug 554704 – gtkfilesystemmodel does too much workChristian Persch2008-10-021-4/+4
* Bug 554701 – filechooser spams console with useless warningsChristian Persch2008-10-021-1/+3
* Bug 554698 – mem leak in filechooserChristian Persch2008-10-021-0/+1
* Bug 554696 – invalid free function usedChristian Persch2008-10-021-2/+3
* Bug 554691 – mem leak in filechooserChristian Persch2008-10-021-0/+1
* Bug 554690 – mem leak in filechooserChristian Persch2008-10-021-2/+9
* Don't #define _GNU_SOURCE on Windows as it confuses newest mingw headers.Tor Lillqvist2008-10-011-0/+2
* Merged from trunk:Richard Hult2008-09-291-1/+1
* Also get the content-type, since it is used later on. Pointed out by DavydMatthias Clasen2008-09-271-1/+1
* Bug 553578 - tabs are not drawn correctlyMatthias Clasen2008-09-271-2/+19
* Bug 553133 – GtkFileChooser won't ask to mount a volumeMatthias Clasen2008-09-261-1/+5
* Merged from trunk:Michael Natterer2008-09-251-2/+0
* fix the testsMatthias Clasen2008-09-241-2/+2
* Warn if the adjustment has nonzero page size.Matthias Clasen2008-09-231-0/+9
* Update to explain the situation.Matthias Clasen2008-09-236-36/+66
* Bug 553135 – eog crash: assertion failed. Gtk error:Matthias Clasen2008-09-221-0/+14
* use the correct gi18n header. Fixes bug #553000.Frederic Crozat2008-09-221-1/+1
* Don't leak a GFileMatthias Clasen2008-09-211-0/+1
* Bug 552837 – mem leak in gtkimmulticontextChristian Persch2008-09-191-0/+1
* Bug 346903 – gtk_enumerate_printers needs events to completeMatthias Clasen2008-09-174-3/+112
* Bug 552668 – format not a string literal and no format arguments inChristian Persch2008-09-171-2/+2
* Bug 552667 – gtkimage containing gicon leaks memoryChristian Persch2008-09-171-3/+6
* Bug 329593 – Entering characters on a line very cpu intensive andMatthias Clasen2008-09-171-16/+17
* Bug 408154 – [PATCH] Change GtkEntryCompletion max-items to styleMatthias Clasen2008-09-171-6/+5
* Doc improvementsMatthias Clasen2008-09-171-2/+4
* Bug 551722 – gtk_widget_set_scroll_adjustments() should check the signalMatthias Clasen2008-09-171-8/+21
* don't access widget->window if the widget is not realized.Michael Natterer2008-09-161-12/+19
* Bug 551987 – GtkPaned redrawing problemMatthias Clasen2008-09-161-6/+10
* Bug 551987 – GtkPaned redrawing problemMatthias Clasen2008-09-162-0/+22
* Fix a C99ismMatthias Clasen2008-09-161-1/+2
* gdk-pixbuf/gdk-pixbuf-io.c Don't use the deprectatedTor Lillqvist2008-09-131-12/+36
* Bug 552153 – GtkModules loading with XSettings doesn't work if theCosimo Cecchi2008-09-132-5/+11
* gdk-pixbuf/gdk-pixbuf-io.c Do as the docs forTor Lillqvist2008-09-131-5/+5
* Bug 536542 – gtk_list_store_set() documentation doesn't say whetherCosimo Cecchi2008-09-112-0/+2
* Bug 551567 – DND mark brokenChristian Dywan2008-09-111-1/+3
* Bug 551699 – gtk_scrolled_window_destroy() is brokenBjörn Lindqvist2008-09-101-17/+14
* Closed Bug 550676 – Memory leak, update keyboard layout data tableSimos Xenitellis2008-09-103-340/+406
* Bug 551386 – gtk_printer_set_is_default() always sets TRUEMarek Kasik2008-09-091-1/+1
* Bug 551325 - Reference to wrong parameter in gtk_editable_insert_textCosimo Cecchi2008-09-081-1/+1
* use gdk_threads_add_idle so that the handler acquires the lock since itPaolo Borelli2008-09-081-1/+1