summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Patch from Alejandro PiƱeiro Iglesias <apinheiro@igalia.com>. BugLi Yuan2008-04-022-1/+29
* Bug #433324. add/remove selectable state depand on if the button can beLi Yuan2008-03-312-0/+12
* Bug #498079. Free cell's action info before free the action_list.Li Yuan2008-03-202-1/+10
* Bug 523225 - modules/input/im*.c: MODULE_ENTRY macros make illegal codeTor Lillqvist2008-03-1812-131/+83
* Bug 99192 - Add --with-include-input-modulesTor Lillqvist2008-03-1713-76/+240
* more descriptive style names for the ComboBox thickness styleAlberto Ruiz2008-03-161-7/+4
* draw box does more intelligent separation for the xp theming engine andAlberto Ruiz2008-03-162-30/+48
* Don't define variables in the middle of a block. (#522067)Jens Granseuer2008-03-121-1/+2
* Fix a crashMatthias Clasen2008-03-121-1/+1
* include <glib/gstdio.h> for g_fopen().Michael Natterer2008-03-121-0/+1
* Use g_ascii_formatd when formatting custom paper sizes, since cups doesn'tMatthias Clasen2008-03-121-6/+11
* Do not draw frame if parent if combobox. (draw_box): Uses scrollbar widthAlberto Ruiz2008-03-081-1/+6
* Honor cups user default options from ~/.cups/lpoptions (#469210, StijnMatthias Clasen2008-03-051-0/+183
* Check that the widget is a GtkButton before casting.Tor Lillqvist2008-03-021-2/+2
* 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