summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan)Matthias Clasen2008-02-163-0/+3
* modules/engines/ms-windows/xp_theme.[ch]Cody Russell2008-02-016-3556/+4346
* Bug #508255. Remove ATK_STATE_FOCUSED state when focus jumps out. EmitLi Yuan2008-01-112-0/+63
* Bug #497218. Emit "active-descendant-changed" when focus first comes intoLi Yuan2008-01-112-1/+15
* Bug #508715. Should use gtk_tree_path_free to free a GtkTreePath.Li Yuan2008-01-112-1/+6
* modules/other/gail/libgail-util/Makefile.am Link with gtktargetlib andTor Lillqvist2008-01-102-7/+46
* Include Makefile.decl, to make sure that make test-report works properlyJohan Dahlin2008-01-051-0/+3
* Move the gail tests from standalone gail to gtk+. Bug #504568.Christian Persch2007-12-2826-1/+9201
* Fix mem leak. Bug #505556.Christian Persch2007-12-251-0/+2
* Initialise |widget|. Fixes a buglet introduced by the commit from bugChristian Persch2007-12-251-2/+1
* Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.Christian Persch2007-12-2556-413/+113
* Remove relocations from the atk factories. Remove unused gail_foo_new()Christian Persch2007-12-2590-1447/+252
* Remove non-multihead-safe uses of clipboards and settings. (#504722,Matthias Clasen2007-12-253-8/+30
* Fix compiler warnings. Bug #504701.Christian Persch2007-12-236-44/+47
* Include <config.h>. Bug #504720.Christian Persch2007-12-2363-0/+126
* Use G_DEFINE_TYPE[_WITH_CODE] instead of hand-coding the get_type functions. ...Christian Persch2007-12-2359-2485/+502
* Link to gdk and gtk libs. Bug #504645, patch by Li Yuan.Christian Persch2007-12-221-2/+5
* Use gdk_threads_add_idle. Bug #504571.Christian Persch2007-12-2218-191/+91
* Chain up the finalizerMatthias Clasen2007-12-221-0/+2
* Keep the same libtool version as the standalone libgail-util had. Bug #504643.Christian Persch2007-12-201-2/+2
* Add stub for quartz for fix build.Richard Hult2007-12-201-1/+17
* R modules/other/gail/gailintl.h: Use the stock item's label as the name ofChristian Persch2007-12-204-246/+80
* include Makefile.decl to unbreak test rules.17:05:31 Tim Janik2007-12-191-0/+2
* Integrate gail into gtk+. Bug #169488.Christian Persch2007-12-18138-4/+39279
* Remove all .cvsignore files.Michael Natterer2007-12-1312-37/+0
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-2212-2/+25
* Fix a casting problem. (#485662, patch by Herbert Valerio Riedel)Matthias Clasen2007-11-221-1/+1
* Disable beeps when backspacing in textviews by default on Win32 systems.Cody Russell2007-10-261-0/+3
* Draw focus rect for buttons with relief set to GTK_RELIEF_NONE. (#487954)Cody Russell2007-10-181-5/+1
* Fix memory leak, and fix two instances where a GtkRequisition and aCody Russell2007-10-081-6/+2
* Fix some live cycle issuesMatthias Clasen2007-10-071-9/+32
* correct a commentMatthias Clasen2007-09-241-1/+1
* Override draw_layout method in GtkStyle in order to adjust by 2 pixels anyCody Russell2007-09-201-0/+43
* Include config.h first. (#467719)Matthias Clasen2007-09-093-3/+3
* Fix typo that broke the build.Wouter Bolsterlee2007-09-071-1/+1
* Check for the cups function httpGetAuthString().Matthias Clasen2007-09-071-1/+5
* Correct draw_box() function to check detail for "notebook". This fixes aCody Russell2007-08-271-0/+11
* change the file extension when the file format is changed in the PrintSven Neumann2007-08-091-2/+59
* Dectect if cups allows access to the http_t authstring field.Matthias Clasen2007-07-231-4/+0
* Fix build problems on Cygwin. (#448604)Matthias Clasen2007-07-094-6/+8
* Enable SSL support. (#451070, Vince Busam)Matthias Clasen2007-06-291-6/+6
* Draw no bevel when "GtkToolbar::shadow-type" is "none" (#450469).Mathias Hasselmann2007-06-281-0/+3
* Fixed, very hackishly, a one pixel error that occurs using the XP themeCody Russell2007-06-271-0/+19
* modules/engines/ms-windows/xp_theme.[ch] Add support for drawingCody Russell2007-06-263-133/+177
* Change input method behavior to act on key presses instead of keyDaniel Elstner2007-06-171-48/+20
* Fix some locking issuesMatthias Clasen2007-06-122-11/+24
* 2.11.1GTK_2_11_1Matthias Clasen2007-06-041-0/+4
* Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP.Carlos Garcia Campos2007-05-282-4/+14
* Fix broken DESTDIR supportMatthias Clasen2007-05-241-2/+2
* Fix check for modifier keys. (#438261, Theppitak Karoonboonyanan)Behdad Esfahbod2007-05-141-1/+2