summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Implement action interface for gailcell.Mike Gorse2010-04-262-12/+4
* Notify ATK_STATE_ENABLED change when ATK_STATE_SENSITIVE changes if necessary.Mike Gorse2010-04-224-3/+42
* [docs] Move documentation to inline comments: GailTextUtil and GailMiscJavier Jardón2010-04-182-0/+27
* Define httpGetHostname() for CUPS 1.1 and lowerMarek Kasik2010-03-171-0/+34
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Add/Remove ATK_STATE_SENSITIVE according to cells' state.Joanmarie Diggs2010-03-052-1/+19
* Return FALSE in signal handlers to make the signals be propagatedLi Yuan2010-03-041-4/+6
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-0311-14/+14
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-0113-24/+24
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-014-5/+5
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-017-13/+13
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-014-6/+6
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-012-2/+2
* Fix menu bar problem in ms-windows theme engine on Windows 7Steffen Macke2010-02-071-2/+2
* Bug #608410. Set cursor position after inserting text.Li Yuan2010-01-291-0/+1
* Try a little harder to survive close to OOMMatthias Clasen2010-01-081-3/+45
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-074-5/+5
* Deprecate some widget flagsJavier Jardón2010-01-073-3/+3
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-048-15/+15
* Use gtk_widget_get_tooltip_text for gtk_tooltips_data_get in GailChristian Dywan2009-12-171-6/+1
* Allow getting the printer's hard marginsChristian Persch2009-12-011-7/+9
* Implement gail_image_get_image_size for storage GICON and ICON_NAMEChristian Persch2009-11-271-9/+5
* Fix compilation warningJavier Jardón2009-11-091-2/+2
* Fix compilation warning: Cast to gchar*Javier Jardón2009-11-091-1/+1
* Add RELATION_NODE_PARENT_OF relationship for treeview.Joanmarie Diggs2009-11-061-0/+2
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-0624-24/+24
* Don't use deprecated button signal functions in GailChristian Dywan2009-10-272-5/+5
* Rotate number-up layout according to orientation when printingMarek Kasik2009-10-271-4/+4
* Fix compilation warnings: use G_GSIZE_FORMAT instead %iJavier Jardón2009-10-211-2/+2
* Fix a compilation warningJavier Jardón2009-10-201-1/+4
* Don't use XP themes until they workTor Lillqvist2009-10-131-0/+3
* Move SIGPIPE suppression to gtk_init and document itMatthias Clasen2009-10-011-2/+0
* Speed up printer listing in the print dialogMarek Kasik2009-09-303-8/+45
* Add support for 'auth-info' attribute to the CUPS backendMarek Kasik2009-09-245-17/+261
* Don't hang print dialog when remote CUPS printer is not availableMarek Kasik2009-09-233-4/+56
* Let GTK+ handle SIGPIPE signal itself when printing with lprMarek Kasik2009-09-161-1/+3
* CleanupsMatthias Clasen2009-09-104-13/+6
* Remove a dead assignmentMatthias Clasen2009-09-091-8/+6
* Remove a dead assignmentMatthias Clasen2009-09-091-2/+0
* Forgotten part of the lpi changeMatthias Clasen2009-08-301-15/+6
* Return meaningful default values for lpi and resolutionMarek Kasik2009-08-294-11/+3
* Add CUPS events as soon as possible when printingMarek Kasik2009-08-291-15/+31
* Return state_set directly if there is no parent.Li Yuan2009-08-211-8/+10
* Put variable definitions at start of blockShixin Zeng2009-08-201-1/+1
* Use gtk-save icon for GtkPrintBackendFileMarek Kasik2009-08-181-1/+1
* Correctly select default printer when there is more than one (CUPS)Marek Kasik2009-08-181-2/+37
* Print when Enter pressed in certain GtkEntries of the print dialogMarek Kasik2009-08-112-0/+2
* Get default cover sheets from each printer separatelyMarek Kasik2009-08-053-20/+22
* Add SVG support to GtkPrintBackendFileMarek Kasik2009-08-031-8/+50