Matthias Clasen
cb3f20ecbe
GailEntry: remove idle if cell editing is canceled
...
This avoids warnings when cell editing is interrupted e.g. by
adding or removing a row.
2011-02-19 10:12:09 -05:00
Matthias Clasen
db55058178
Remove a bunch of crazy code from gail
...
...and replace it with only slightly less crazy code.
No need to create an destroy hash tables for each key press.
2011-02-19 10:08:48 -05:00
Matthias Clasen
6fcb389975
gail: Fix the atk_add_key_event_listener implementation
...
Based on a patch by Alejandro Piñeiro Iglesias,
https://bugzilla.gnome.org/show_bug.cgi?id=599907
2011-02-19 10:08:39 -05:00
Matthias Clasen
c26905747f
gail: support indeterminate state of check menuitems
...
Patch by Szilárd Pfeiffer
https://bugzilla.gnome.org/show_bug.cgi?id=626730
2011-02-19 10:08:27 -05:00
Matthias Clasen
ed4605e597
cups printbackend: create a pdf surface when appropriate
...
This should address bug 560177.
Based on a patch by Adrian Johnson.
2011-01-06 12:53:03 -05:00
Adrian Johnson
0c6d327a25
Set file GtkPrinter accepts_pdf/ps based on selected format
2011-01-06 12:52:17 -05:00
Adrian Johnson
7de568a2ae
Set "accepts-pdf" property to true only if supported by the print backend
2011-01-06 12:52:09 -05:00
Alejandro Piñeiro
1e93d01d47
Clean the code to check the redundan object on the show watcher
...
The watcher doesn't add a window if is a redundant object. This
patch fixes two things:
* The check was made twice.
* It uses a check with the string "redundant object", when the
defined role ATK_ROLE_REDUNDANT_OBJECT is available
2010-12-27 16:37:28 +01:00
Alejandro Piñeiro
1e196b39b8
Proper connection to a toplevel window destroy signal
...
Only connect to the destroy of a toplevel window if it was
really added to the toplevel list of windows.
The destroy callback was added to remove the window from
the toplevel list. The callback doesn't cause a error,
but would iterate on the toplevel list without success.
2010-12-27 16:37:09 +01:00
Benjamin Otte
5101c0d469
gail: Use non-deprecated gdk_pixmap_get_size()
2010-11-18 17:47:43 +01:00
Benjamin Otte
b70f365c22
gail: Use gdk_window_get_screen()
2010-11-18 17:47:43 +01:00
Benjamin Otte
9e91b6557a
cups: Add hack to work around gcc warning
...
gcc warns if you switch on values that are not part of the enum you're
switching on. So handle those cases in the default handler by using if
statments.
PS: Someone file a bug against cups about this?
2010-11-18 17:45:14 +01:00
Jürg Billeter
4773148f1a
Use more gdk_window_ accessors instead of gdk_drawable_ accessors
...
This fixes compile-time warnings and crashes on 64-bit systems.
2010-11-10 09:09:38 -05:00
Christian Dywan
883835d17b
Don't use old GtkComboBoxEntry in gail
...
Use gtk_combo_box_get_has_entry instead.
(cherry picked from commit f891c58432
)
2010-10-18 08:16:18 -04:00
Marek Kasik
5045337162
Parse lpoptions correctly
...
Parse options job-sheets, job-hold-until and sides correctly.
Add get_lpoption_name() for translation of lpoption names to
gtk option names. Usable for options which values don't need
conversion (e.g. number-up, number-up-layout, job-billing
and job-priority).
Rename array option_names to ppd_option_names to reflect its
purpose better. Rename get_option_name() to get_ppd_option_name()
because of the same reason.
(cherry picked from commit 95e69afea8
)
2010-10-16 01:11:44 -04:00
Matthias Clasen
a3c3031a0e
Deprecate gdk_display and GDK_DISPLAY
2010-09-10 22:33:58 -04:00
Mike Gorse
ecc6577a37
Gail: Deprecate gail_cell_type_add_action_interface
2010-09-10 09:44:41 -04:00
Mike Gorse
e58f22a7ea
Gail: Take fill/page size into account when returning a range's maximum value
2010-09-10 06:11:08 -04:00
Tor Lillqvist
d6e11a97e3
Avoid potential DLL hijacking in ms-windows theme engine
...
Load uxtheme.dll from an absolute path. A proper uxtheme.dll, if
present, will always be in the Windows system directory, so load it
from there.
2010-09-02 14:44:34 +03:00
Fridrich Štrba
4226a6cfcd
Porting the MS Windows theme engine to cairo - Part 2 rectangle and line drawing
2010-08-31 18:03:52 +02:00
Fridrich Štrba
eea413fe9d
Porting MS Windows theme engine to cairo - Part 1: stippling
2010-08-31 18:02:31 +02:00
Martin Schlemmer
1402c861a9
[win32] Properly draw the menu separator for Windows Vista/7.
...
Also adds the bits for transparency.
2010-08-30 20:03:04 +02:00
Martin Schlemmer
e822af1d98
[win32] Use pango_win32_font_description_from_logfontw() to get
...
the system font, instead of the code duplication.
2010-08-30 20:00:53 +02:00
Martin Schlemmer
78d120e299
[win32] Fix some warnings related to type differences and unused variables
2010-08-30 19:59:25 +02:00
Szilárd Pfeiffer
65f10fb0f9
modules/other/gail/gailtogglebutton.c: Add/remove indeterminate state
...
GailToggleButton does not set/unset ATK_STATE_INDETERMINATE according to the
value of GtkToggleButton's inconsistent property.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=626537
(cherry picked from commit 86851b7ad3
)
2010-08-30 12:53:36 -04:00
Philip Withnall
818ef9aaf6
Miscellaneous string fixes
...
Mostly capitalisation fixes. Closes: bgo#528257
2010-08-29 19:05:26 +01:00
Martin Schlemmer
770e308c42
win32: cummulated backport of xp theme fixes from master
2010-08-28 15:14:31 +02:00
Matthias Clasen
64bcdb78e0
Fix gail_notebook_get_selection_count()
...
This function should return 0 for empty notebooks. Based on
a patch by Mike Gorse, bug 557263.
(cherry picked from commit 7844d3b8db
)
2010-08-09 23:14:58 -04:00
Sam Thursfield
1fed87720e
Add missing accessors for notebook details
...
The ms-windows theme engine needs to access the tab-{h,v}border,
so add accessors. Bug 625655.
(cherry picked from commit a2b72c5953
)
2010-08-09 21:24:29 -04:00
Sam Thursfield
28eebcf383
Towards GSEAL-clean build on win32
...
Use accessors instead of direct member access in a few places.
Bug 625655.
(cherry picked from commit 4047d0526d
)
2010-08-09 21:24:19 -04:00
Szilárd Pfeiffer
db2053ac1f
Implement GailAdjustment::get_minimium_increment
...
...and use it in GailRange and GailSpinButton. Bug 625953.
(cherry picked from commit 93fa95e79f
)
2010-08-09 21:24:03 -04:00
Szilárd Pfeiffer
85f8f64d78
Make Gail work with custom treemodels
...
Gail did set the role to ATK_ROLE_TABLE for anything that is
not a GtkTreeStore. The propery way to do this is to look at the
tree model flags for list-onlyness. Bug 580291.
(cherry picked from commit 2686af2fbb
)
2010-08-09 21:23:17 -04:00
Benjamin Otte
53cf3d2edc
cups: Fix cast warnings
2010-08-07 15:35:50 +02:00
Benjamin Otte
88b7857bc8
pixbuf-engine: Draw mask with Cairo
...
No more gdk_pixbuf_render_threshold_alpha()
2010-08-07 15:35:50 +02:00
Benjamin Otte
9e1ae0e29a
pixbuf-engine: replace call to gdk_draw_pixbuf() with Cairo equivalent
2010-08-07 15:35:50 +02:00
Benjamin Otte
769c63c7ef
pixbuf-engine: Replace gdk_draw_pixbuf() with Cairo equivalent
...
This replaces the tiled fill call only.
2010-08-07 15:35:50 +02:00
Benjamin Otte
3cbdc7ac89
imcontextxim: Draw with Cairo
2010-08-07 15:35:49 +02:00
Benjamin Otte
fafc457a01
cups: Fix cast warnings
2010-07-26 11:58:23 +02:00
Christian Dywan
aa017fae64
Deprecate GtkNotebookPage as used in switch-page
...
Fixes: 618327
2010-07-13 16:55:04 +02:00
Tor Lillqvist
f2d6ab4062
Drop leftover reference to local gdk-pixbuf library
2010-07-05 15:11:25 +03:00
Marek Kasik
c1c3670711
Don't handle CUPS' "connecting-to-device" state reason
...
CUPS backend shouldn't handle "connecting-to-device" state reason.
It shows "Printer '%s' may not be connected" for this state,
which is not true in almost all cases. Better is to use
"printer-state-message" which contains correct message (#622011 ).
(cherry picked from commit 998459afb7
)
2010-06-26 14:24:34 -04:00
Matthias Clasen
cb29d27707
Make GTK+ build against an external gdk-pixbuf
2010-06-26 02:29:29 -04:00
Javier Jardón
8fc7a58504
gail: do not use removed GTK_WIDGET_*SET macros
...
In the absence of new API to port to, left the code commented
with a /* FIXME */ state, for somebody with better gail knowledge
to fix.
2010-06-16 20:44:00 +02:00
Marek Kasik
52c7ad6de3
Test connection to all given addresses when printing
...
Go to the next address given by CUPS if we fail to connect to
previous address (#603637 ).
(cherry picked from commit f8ac123192
)
2010-06-10 09:50:59 -04:00
Colin Walters
c8262d39fa
Use g_source_set_name for all custom GSources in GTK+
...
Naming the sources allows easier debugging with e.g. SystemTap
probes.
https://bugzilla.gnome.org/show_bug.cgi?id=620511
2010-06-03 21:32:06 -04:00
Marek Kasik
45a83fdbeb
Honor PPD reading over listing of printers
...
Reading of PPD files collides with getting list of printers.
It helps to give higher priority to getting of PPDs than to
getting list of printers (#614581 ).
2010-05-24 16:54:34 +02:00
Mike Gorse
15482528a5
Implement action interface for gailcell.
...
Bug #580889 .
2010-04-26 16:12:59 +08:00
Mike Gorse
3f78773862
Notify ATK_STATE_ENABLED change when ATK_STATE_SENSITIVE changes if necessary.
...
Bug #615999 .
2010-04-22 12:24:41 +08:00
Javier Jardón
72d5cc8cd5
[docs] Move documentation to inline comments: GailTextUtil and GailMisc
2010-04-18 19:46:29 +02:00
Marek Kasik
59e5e2dd5b
Define httpGetHostname() for CUPS 1.1 and lower
...
Function httpGetHostname() is in CUPS since version 1.2, that is why we need
its equivalent for lower versions of CUPS (#610176 ).
2010-03-17 10:14:24 +01:00