summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Translation updated by Ivar Smolin.Priit Laes2007-11-222-48/+56
* Fix a casting problem. (#485662, patch by Herbert Valerio Riedel)Matthias Clasen2007-11-222-1/+6
* Fix an aliasing problem. (#347585, Ed Catmur)Matthias Clasen2007-11-222-1/+5
* * gdk/quartz/gdktestutils-quartz.c: Add stubs for the testing functions toRichard Hult2007-11-213-0/+131
* Fix C89 compilation issue. (#467711, The Written Word)Behdad Esfahbod2007-11-212-1/+10
* Add xsetting for gtk-scrolled-window-placement (#458103).Ross Burton2007-11-212-2/+9
* Make GtkMenuItem's arrow size themeable. (#469239, Michael Natterer)Behdad Esfahbod2007-11-212-8/+24
* Add Gtk/EnableAccels and Gtk/EnableMnemonics xsettings forBehdad Esfahbod2007-11-212-2/+13
* Fix the default value of the toolbar-style property. (#489782, Jan Janech)Matthias Clasen2007-11-212-1/+6
* Avoid drawing one too many frames. (#107398, Owen Taylor, Miguel Gomez)Matthias Clasen2007-11-212-8/+15
* Use G_DEFINE_TYPE (#469341, Björn Lindqvist)Matthias Clasen2007-11-212-131/+39
* Updated Occitan translationYannig MARCHEGAY2007-11-202-108/+71
* Fixed copyright for newly submitted files.Tim Janik2007-11-205-5/+10
* ChangeLog: added Gtk+ testing utility development history.Tim Janik2007-11-201-0/+60
* Moved Gdk test functions from Gtk+ to Gdk test utils.Tim Janik2007-11-2010-209/+281
* Added unit tests for Gtk+ testing utilities.Tim Janik2007-11-204-2/+286
* Added Gtk+ testing utilities.Tim Janik2007-11-205-1/+885
* Add support for 512x512 Leopard icons, using the ic09 iconTypeBastien Nocera2007-11-202-1/+8
* Add icns loader to the files to translateBastien Nocera2007-11-202-0/+5
* add support for conditional icns gdk-pixbuf loader (Closes: #395738)Bastien Nocera2007-11-205-6/+430
* Fix some typosMatthias Clasen2007-11-193-6/+12
* updated version number to 2.15.0 for development.10:31:26 Tim Janik2007-11-191-0/+8
* updated version number to 2.15.0 for development.10:31:26 Tim Janik2007-11-191-5/+5
* === Branch for 2.12 ===10:27:39 Tim Janik2007-11-191-0/+0
* Fix the GtkBuildable implementation to allow setting column types.Matthias Clasen2007-11-192-25/+54
* Make gtk_check_version() return const. (#496734, Nicolas Joseph)Matthias Clasen2007-11-193-4/+9
* Correct docs for program-name property. (#496689, Thomas Wood)Matthias Clasen2007-11-194-3/+18
* Small correction to the informational DTD. (#496277, Nicolas Joseph)Matthias Clasen2007-11-192-1/+6
* Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164.Paolo Borelli2007-11-174-84/+50
* new functions _gtk_text_btree_get_insert() andYevgen Muntyan2007-11-154-6/+26
* sort returned tags array by tags priority (#497102).Yevgen Muntyan2007-11-154-8/+13
* do not call _gtk_text_btree_get_iter_at_line() andYevgen Muntyan2007-11-152-23/+82
* Updated Slovenian translationMatej Urbančič2007-11-142-2199/+2087
* Updated Slovenian translationMatej Urbančič2007-11-142-1260/+1132
* remove recently added gdk_flush() again, it's not needed after all.Michael Natterer2007-11-142-7/+5
* tests/testbbox.c use g_object_ref/unref instead of deprecated functions.Michael Natterer2007-11-143-4/+11
* Remove conflict marker.Michael Natterer2007-11-141-1/+0
* cast pointers to fix warnings about signdness.Michael Natterer2007-11-142-5/+10
* Reviewed by Richard:Sven Herzberg2007-11-132-1/+9
* Avoid loading the ISO8859-1 iconv module. We're already doing all theAlexander Larsson2007-11-122-21/+28
* Translation updated by Ivar Smolin.Priit Laes2007-11-122-1540/+1567
* Moved gtk_text_view_update_im_spot_location() calls into an idle, fixesYevgen Muntyan2007-11-112-2/+68
* Convert delayed_properties hashtable to linked list. Fixes #495769.Ryan Lortie2007-11-112-31/+21
* Avoid unaligned accesses that cause problems on some architectures. (patchMatthias Clasen2007-11-112-5/+30
* Parse a file given on the cmdlineMatthias Clasen2007-11-102-0/+27
* Leak less in error pathsMatthias Clasen2007-11-102-4/+26
* Don't leak buffer if an error occurs.Matthias Clasen2007-11-102-2/+7
* More robustness improvements of the parserMatthias Clasen2007-11-102-9/+12
* Don't assert on misplaced signal elementsMatthias Clasen2007-11-102-3/+8
* Handle misplaced property elements without asserting.Matthias Clasen2007-11-102-1/+10