3fa9846399
Improve doc of gtk_widget_override_color()
...
Mention that it's not recursively applied to a container's children.
https://bugzilla.gnome.org/show_bug.cgi?id=566945
2014-01-28 16:02:07 +01:00
17d45484d7
docs: don't use <guimenuitem>
...
We don't want to assume menu bar structures.
2014-01-28 02:16:33 -05:00
2d003553e8
docs: don't use <emphasis>
...
It is a little heavy handed. The text can speak for itself.
2014-01-28 02:02:05 -05:00
5d053e03a9
docs: fix css properties table
2014-01-28 01:27:39 -05:00
0a1d276f4f
docs: don't use <type> tags
...
Use # syntax where appropriate.
2014-01-28 00:21:26 -05:00
05655c5bfa
Trivial typo fix
2014-01-27 23:30:38 -05:00
9d9a60c466
Paper dialog: Use baseline alignment
...
This improves the positioning of the labels wrt to the spin
buttons.
2014-01-27 23:30:37 -05:00
3e67b57396
Print dialog: Use baseline alignment in page setup tab
...
Based on a patch from
https://bugzilla.gnome.org/show_bug.cgi?id=722722
2014-01-27 23:30:37 -05:00
40ccb8e79c
Fix vertical alignment of labels in "Paper" section of the print dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=722722
2014-01-27 23:30:37 -05:00
bf35c77f14
docs: use () instead of <function> tags
2014-01-27 23:08:08 -05:00
4a2043cbd2
docs: don't use footnotes
...
Temporarily remove documentation for keybinding signals for
GtkFileChooserDefault until we can find a way to add them
properly.
2014-01-27 22:32:24 -05:00
3d17e3f88c
GtkPlacesSidebar: Stop drives that can be stopped
...
Removable USB drives or memory sticks should be powered down
when the eject button is pressed. For this, we need to call
g_drive_stop() instead of g_drive_eject(), provided the drive
can be stopped.
https://bugzilla.gnome.org/show_bug.cgi?id=723121
2014-01-27 21:53:49 -05:00
04e8d9fa5e
GtkPlacesSidebar: Fix two copy-paste errors
...
Sadly, this means the code can have never been tested :-(
2014-01-27 21:53:49 -05:00
2783395eae
GtkPlacesSidebar: Remove to FIXMEs
...
It doesn't hurt to just add the ref here, as the FIXME suggests.
2014-01-27 21:53:49 -05:00
4872ee75e6
docs: don't use structfield tags
2014-01-27 19:59:58 -05:00
22586ea7c2
docs: use #*-struct instead of <structname>
2014-01-27 19:59:55 -05:00
8418e6422f
printing: Enable search through locations in printers list
...
Add printer_compare() function for comparing printers according
to their names and locations. It is possible to search by multiple
keys separated by space or tabulator using logical conjunction.
Based on patch by William Hua.
https://bugzilla.gnome.org/show_bug.cgi?id=692931
2014-01-27 16:40:43 +01:00
e1b874b44f
win32: remove useless comment since we do not support win98 anymore
2014-01-27 14:39:53 +01:00
ed447eba08
widget: emit synthesized crossing event with correct device position
...
https://bugzilla.gnome.org/show_bug.cgi?id=704456
2014-01-27 13:25:55 +00:00
2daa4e69ed
Updated Spanish translation
2014-01-27 13:56:08 +01:00
7b37377018
Updated Spanish translation
2014-01-27 13:55:58 +01:00
f17b36dc02
printing: Show "Replace" button when printing to existing file
...
Use gtk_dialog_add_button() which adds the button to
the message dialog correctly and uses gtk_widget_show() on it.
2014-01-27 11:12:48 +01:00
254d35af29
win32: handle again gtk-font-name
...
This code is ugly but it seems to do the work
2014-01-27 09:47:21 +01:00
62fe7ca077
win32: scale slider with marks was off by 2 pixels
2014-01-27 09:43:17 +01:00
9347d27040
Use suggested-action style
...
When using header bars, make the default button in
GtkDialog use the suggested-action style.
2014-01-26 10:44:18 -05:00
9ba0ea3b14
Updated Hebrew properties translation
...
Signed-off-by: Yosef Or Boczko <yoseforb@src.gnome.org >
2014-01-26 04:30:55 +02:00
e049cbc3f2
Updated Hebrew translation
...
Signed-off-by: Yosef Or Boczko <yoseforb@src.gnome.org >
2014-01-26 04:30:51 +02:00
ddc7995a9f
Update expected output for accessible tests
2014-01-25 14:31:11 -05:00
88a070e84d
Exclude GtkPopover::pointing-to from the defaultvalue test
2014-01-25 14:20:51 -05:00
86972cee30
Revert "resources: Make Raleigh the real name of the theme"
...
This reverts commit 6fa703b506 .
This did not work after all - we're trying to load the theme
css by its name, and the alias makes that not work.
2014-01-25 14:02:52 -05:00
0e9a245e0f
GtkGrid: fix property installation
...
The previous commit was misapplied.
2014-01-25 13:49:27 -05:00
26b4fc65b9
window: add note about window references
...
https://bugzilla.gnome.org/show_bug.cgi?id=665928
2014-01-24 23:53:13 -05:00
65ce9a523a
gtkgrid: Use g_object_class_install_properties() and g_object_notify_by_pspec()
...
https://bugzilla.gnome.org/show_bug.cgi?id=634793
2014-01-24 22:55:09 -05:00
a2637160e3
gtkaccelgroup: Use g_object_class_install_properties() and g_object_notify_by_pspec()
2014-01-24 22:46:30 -05:00
dcf41924fe
Clarify documentation of GtkAboutDialog::logo
...
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=636594
2014-01-24 22:43:51 -05:00
3948a485a7
Remove deprecations and warnings from tests
...
This removes one instance of gtk_dialog_get_action_area.
2014-01-24 21:09:34 -05:00
4caf302498
Remove deprecation warnings from demos and tests
...
There were a few uses of gtk_widget_get_root_window that
need to be removed.
2014-01-24 21:08:59 -05:00
5034920f78
Deprecate gtk_widget_get_root_window
...
The root window is a fairly X-centric concept, and it
really has no place in the GtkWidget API. Plus, this
is a rarely-used one-line convenience function with
poor documentation.
2014-01-24 20:16:34 -05:00
e1d9974537
Drop internal uses of gtk_widget_get_root_window
...
This function is just a one-line convenience function that
is about to be deprecated.
2014-01-24 20:16:33 -05:00
6fd7e547c5
notebook: don't use a null page
2014-01-24 18:41:22 -05:00
489dfa9389
Bug 711298 - "Edit Scheduled Transaction" window way too modal
...
Put dialogs and utility windows in the same level as normal and
toolbar windows so that Gtk can control their stacking instead of
forcing them, rather unnaturally, to be on top of all other windows,
even other application windows, even when another application has
focus.
2014-01-24 15:22:55 -08:00
1bc1302af0
Respect 12/24-hour clock setting in the file chooser
...
Based on a patch by Garrett Regier in bug 699224.
2014-01-24 18:05:26 -05:00
e4be589448
Use GDateTime in the file chooser
...
Signed-off-by: Garrett Regier <garrett@yorba.org >
https://bugzilla.gnome.org/show_bug.cgi?id=699224
2014-01-24 18:05:26 -05:00
66f8026622
notebook: add a style class when the child tab is reorderable
2014-01-24 17:27:27 -05:00
22bcd62e2e
aboutdialog: make use-header-bar override work from bindings
...
Instead of setting "use-header-bar" from gtk_about_dialog_new(),
override its default value by inspecting the properties at constructor()
time. This makes it work from bindings as well, since they don't use the
convenience C constructor.
https://bugzilla.gnome.org/show_bug.cgi?id=722574
2014-01-24 15:50:36 -05:00
6e96111d9f
GtkHeaderBar: try harder to find the best window icon
...
GtkWindow has 4 (!) APIs for setting window icons, and we
have to try them all in the right order to find the right
icon. This commit makes it so, and keeps the icon list
manipulation inside gtkwindow.c by adding a private API
for getting a single icon at the right size.
https://bugzilla.gnome.org/show_bug.cgi?id=722515
2014-01-24 15:40:37 -05:00
3437f83ff3
notebook: add a style for prelighted labels
2014-01-24 13:15:44 -05:00
bfcc6c015e
win32: set color for scale marks
2014-01-24 18:27:43 +01:00
f7a3d54a76
win32: add margin to scale trough
2014-01-24 17:57:59 +01:00
b4ff954218
win32: add more width to the slider to not cut it when using marks
2014-01-24 17:30:28 +01:00