summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Set cups Custom print options correctly (bug #543520, patch by Marek Kašík)Benjamin Berg2012-01-061-4/+42
| | | | | This patch fixes the cups print backend to pass Custom options with the "Custom." prefix to cups if neccessary.
* modules/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-052-4/+2
|
* XIM: gracefully deal with non-X backendsMatthias Clasen2011-12-291-0/+2
| | | | Patch by Young-Ho Cha, bug 660309.
* print dialog: Fix authentication logicJan Rękorajski2011-12-141-5/+10
| | | | | | | Reset state of CUPS requests correctly during authentization and check CUPS requests for errors. Don't initialize variables holding password and username with empty string (#664640).
* win32: correctly handle difference between tab_pos and gap_side when drawing ↵Dieter Verfaillie2011-11-101-6/+10
| | | | an extension (notebook tab)
* win32: add TODO mentioning GtkButton::child-displacement-x & y should be 0 ↵Dieter Verfaillie2011-11-101-2/+3
| | | | when XP theme is active
* win32: fix typo in msw_style.cArnaud Charlet2011-11-101-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647460
* Drop DISABLE_DEPRECATED guards here, tooMatthias Clasen2011-11-011-4/+2
|
* Fix polling for new data in cups print backend (bug #599664)Benjamin Berg2011-08-063-38/+70
|
* Use AM_CPPFLAGS instead the obsolete INCLUDESJavier Jardón2011-07-065-5/+5
|
* gail: Move from modules/other/gail to gtk/a11yBenjamin Otte2011-07-05140-42354/+1
|
* gail: No need to include modules/other in CFLAGS anymoreBenjamin Otte2011-07-051-1/+0
| | | | | Now that we include headers directly, ew don't need it anymore. And the current directory is included automatically.
* gail: Include files directlyBenjamin Otte2011-07-0544-87/+87
| | | | | | | | Instead of including <gail/gailfoo.h>, include "gailfoo.h" Private headers should be included like this (to make it esily visible that the headers are private) and we want to move this directory to a different name, so hardcoding the directory name is counterproductive to that.
* gailtextcell: Fix typoJavier Jardón2011-06-121-1/+1
|
* cups: Fix unused variable warning when not using colordBenjamin Otte2011-06-101-0/+2
|
* Add optional colord support to the CUPS print moduleRichard Hughes2011-06-094-7/+497
| | | | | | | | | | | | | | | | | | This functionality adds a new 'Printer Profile' entry to the 'Color' page in the UNIX print dialog if colord support is enabled. This shows the user what color profile will be used for the settings they have selected, and if no profile or the default profile is going to be used. We are deliberately not allowing the user to _change_ the selected profile, as the ICC profile is an implementation detail, and we should not change the other print settings based on the characterization state. The OpenICC group broadly recommend showing the profile that is used, so that power users can be sure the correct profile is being used at the right time. Normal users won't care, as they don't know how horrible the color match is without profiling the printer and media.
* gail: Fix for new box handlingBenjamin Otte2011-06-091-1/+1
|
* gail: Fix scrollbar index_in_parent() implementationBenjamin Otte2011-06-091-23/+20
|
* gail: Remove unreachable codeBenjamin Otte2011-06-091-31/+0
|
* Use buttonboxes instead of hbuttonboxesMatthias Clasen2011-06-071-1/+1
|
* Use boxes instead of hboxesMatthias Clasen2011-06-071-4/+4
|
* Use boxes instead of vboxesMatthias Clasen2011-06-071-2/+2
|
* gail: Use GdkRGBA instead GdkColorJavier Jardón2011-06-072-14/+20
|
* gail/tests: Use const instead G_CONST_RETURNJavier Jardón2011-06-0717-62/+62
|
* gail: use const instead G_CONST_RETURNJavier Jardón2011-06-0721-108/+108
|
* Avoid a crash in gtk_im_context_ime_resetKazuki Iwamoto2011-06-061-0/+3
| | | | | | | | When GTK+ runs with inputim-ime.dll module, there is NULL pointer reference. Because "context_ime->client_window" may be NULL in gtk_im_context_ime_reset. https://bugzilla.gnome.org/show_bug.cgi?id=644906
* Hacky support for combo boxesMatthias Clasen2011-06-061-68/+96
| | | | | | | | | | | This extends the current hacks in gailmenuitem to not only recognize menuitems with labels in them, but also menuitems which contain a GtkCellView, since those are used by GtkComboBox nowadays. Some of the AtkText apis are not fully supported. https://bugzilla.gnome.org/show_bug.cgi?id=650302
* gail: Add back get_name for menu itemsMatthias Clasen2011-06-021-5/+30
| | | | | | This was lost when GailItem was nuked. Not having it is leading to problems, even though randomly poking strings out of your children seems to be a less than perfect approach to naming...
* Replace gtk_misc_set_padding() with GtkWidget:margin propertiesJavier Jardón2011-06-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=651605
* Check whether a resolution has been set in GtkPrintSettingsMarek Kasik2011-03-211-15/+21
| | | | | | If resolution has not been set then use default resolution from ppd. https://bugzilla.gnome.org/show_bug.cgi?id=635254
* gail: Implement AtkObject::get_attributes() in GailEntryCarlos Garcia Campos2011-03-211-23/+52
| | | | | | And return the GtkEntry placeholder text as a new attribute. https://bugzilla.gnome.org/show_bug.cgi?id=440963
* Minor documentation improvementsMurray Cumming2011-02-231-2/+2
| | | | Mostly correcting it's to its and changing some , to .
* Fix distcheckMatthias Clasen2011-02-211-0/+1
|
* Correctly treat GdkColor propertiesMatthias Clasen2011-02-201-4/+6
| | | | | Noticed by Daniel Garcia, https://bugzilla.gnome.org/show_bug.cgi?id=642782
* Use the correct function to free boxed GdkColorsMatthias Clasen2011-02-191-17/+17
| | | | This fixes a segfault in gtk3-demo when running under accerciser.
* Hypertext does not really make sense for GtkLinkButtonMatthias Clasen2011-02-171-39/+106
| | | | | | Instead, implement HyperLinkImpl and return the single link object. This commit also adds an AtkAction implementation for the link object.
* GailEntry: remove idle if cell editing is canceledMatthias Clasen2011-02-171-5/+1
| | | | | This avoids warnings when cell editing is interrupted e.g. by adding or removing a row.
* GailEntry: remove idle if cell editing is canceledMatthias Clasen2011-02-171-0/+12
| | | | | This avoids warnings when cell editing is interrupted e.g. by adding or removing a row.
* GailProgressBar: make value setters workMatthias Clasen2011-02-171-0/+6
|
* Add forgotten includeMatthias Clasen2011-02-171-0/+1
|
* Add a AtkHypertext implementation for GtkLinkButtonMatthias Clasen2011-02-174-0/+244
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=586201
* ifdef X11-specific parts in gailMatthias Clasen2011-02-163-4/+14
| | | | | GTK_IS_PLUG() and GTK_IS_SOCKET() now need this protection. https://bugzilla.gnome.org/show_bug.cgi?id=642263
* Remove a bunch of crazy code from gailMatthias Clasen2011-02-161-40/+54
| | | | | ...and replace it with only slightly less crazy code. No need to create an destroy hash tables for each key press.
* Forgotten fileMatthias Clasen2011-02-161-11/+14
|
* gail: Fix the atk_add_key_event_listener implementationMatthias Clasen2011-02-161-4/+6
| | | | | Based on a patch by Alejandro Piñeiro Iglesias, https://bugzilla.gnome.org/show_bug.cgi?id=599907
* gail: support indeterminate state of check menuitemsMatthias Clasen2011-02-161-11/+14
| | | | | Patch by Szilárd Pfeiffer https://bugzilla.gnome.org/show_bug.cgi?id=626730
* Fix gailstatusbar problemsMatthias Clasen2011-02-161-1/+15
| | | | Reported in https://bugzilla.gnome.org/show_bug.cgi?id=630971
* gail: Fixing little bug, gail_misc_add_attribute returns the new attrib_setdanigm2011-02-121-24/+24
| | | | | Some calls to gail_misc_add_attribute doesn't assing the return valute to attrib_set, so the attrib_set never get modified.
* Bump the version to 3.0.0Matthias Clasen2011-02-1011-58/+58
| | | | | | | At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0.
* Don't build pixbuf engine, stillMatthias Clasen2011-02-021-2/+2
| | | | This was accidentally re-enabled together with the wimp.