summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Really fix printer URI constructionMatthias Clasen2008-06-121-2/+21
* Automatically scroll text caret to make it visible, when AT sets itsLi Yuan2008-06-102-0/+7
* Before emitting "text_caret_moved", change the cursor to the changedLi Yuan2008-06-062-9/+31
* modules/engines/ms-windows/msw_style.h Include gtk.h.Tor Lillqvist2008-05-302-109/+109
* gailcellparent.h gailfactory.h tests/testnotebook.c tests/testtext.cMichael Natterer2008-05-307-7/+13
* gtk/Makefile.am add a single-include header for the unix print stuff.Michael Natterer2008-05-293-3/+2
* Move ChangeLog entry to right file.Michael Natterer2008-05-281-0/+16
* include <gtk/gtk.h> instead of <gtk/gtkaccessible.h>Michael Natterer2008-05-2846-51/+4
* modules/printbackends/cups/gtkcupsutils.cMichael Natterer2008-05-284-12/+7
* Bug 509788 – GTK+ should use CUPS to set Postscript level of PS outputMatthias Clasen2008-05-281-0/+19
* modules/input/gtkimcontextime.h modules/input/gtkimcontextmultipress.hMichael Natterer2008-05-2715-42/+38
* modules/engines/pixbuf/pixbuf-style.h include <gtk/gtk.h> instead ofMichael Natterer2008-05-272-2/+2
* RH bug 248245: cups client printing from gnome applications failMatthias Clasen2008-05-271-1/+1
* examples/gtkdial/gtkdial.h use G_BEGIN/END_DECLS.Michael Natterer2008-05-261-7/+2
* libgail-util/gailmisc.h use G_BEGIN/END_DECLS.Michael Natterer2008-05-263-14/+11
* Bug 504706 – wrong deallocator used for GError in gailtextview.cMatthias Clasen2008-05-242-1/+7
* RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" sizeMatthias Clasen2008-05-212-30/+74
* Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printerMatthias Clasen2008-05-051-0/+127
* use GETTEXT_PACKAGE instead of "gtk20".Michael Natterer2008-05-021-2/+2
* Register the right translation domain.Matthias Clasen2008-05-011-1/+1
* Bug 529386 – Printing options hidden by blacklisted optionMatthias Clasen2008-05-011-1/+1
* include <pango/pango.h> instead of <pango/pango-layout.h>.Michael Natterer2008-04-251-1/+1
* gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.Michael Natterer2008-04-181-1/+0
* change return value and local variable to const gchar* to fix warningMichael Natterer2008-04-182-5/+4
* 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