| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This patch fixes the cups print backend to pass Custom options with
the "Custom." prefix to cups if neccessary.
|
| |
|
|
|
|
| |
Patch by Young-Ho Cha, bug 660309.
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
an extension (notebook tab)
|
|
|
|
| |
when XP theme is active
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=647460
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Now that we include headers directly, ew don't need it anymore. And the
current directory is included automatically.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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...
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=651605
|
|
|
|
|
|
| |
If resolution has not been set then use default resolution from ppd.
https://bugzilla.gnome.org/show_bug.cgi?id=635254
|
|
|
|
|
|
| |
And return the GtkEntry placeholder text as a new attribute.
https://bugzilla.gnome.org/show_bug.cgi?id=440963
|
|
|
|
| |
Mostly correcting it's to its and changing some , to .
|
| |
|
|
|
|
|
| |
Noticed by Daniel Garcia,
https://bugzilla.gnome.org/show_bug.cgi?id=642782
|
|
|
|
| |
This fixes a segfault in gtk3-demo when running under accerciser.
|
|
|
|
|
|
| |
Instead, implement HyperLinkImpl and return the single link
object. This commit also adds an AtkAction implementation
for the link object.
|
|
|
|
|
| |
This avoids warnings when cell editing is interrupted e.g. by
adding or removing a row.
|
|
|
|
|
| |
This avoids warnings when cell editing is interrupted e.g. by
adding or removing a row.
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=586201
|
|
|
|
|
| |
GTK_IS_PLUG() and GTK_IS_SOCKET() now need this protection.
https://bugzilla.gnome.org/show_bug.cgi?id=642263
|
|
|
|
|
| |
...and replace it with only slightly less crazy code.
No need to create an destroy hash tables for each key press.
|
| |
|
|
|
|
|
| |
Based on a patch by Alejandro Piñeiro Iglesias,
https://bugzilla.gnome.org/show_bug.cgi?id=599907
|
|
|
|
|
| |
Patch by Szilárd Pfeiffer
https://bugzilla.gnome.org/show_bug.cgi?id=626730
|
|
|
|
| |
Reported in https://bugzilla.gnome.org/show_bug.cgi?id=630971
|
|
|
|
|
| |
Some calls to gail_misc_add_attribute doesn't assing the return
valute to attrib_set, so the attrib_set never get modified.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This was accidentally re-enabled together with the wimp.
|