Alexander Larsson
5b53eb287c
textview: Add draw_layer vfunc
...
This allows subclasses to render things below and above the text
in the text view. This allows e.g. GtkSourceView to highlight the
cursor row and to render overlays for colum 80. This used to be done
by rendering before/after chaining up to the parent, but that doesn't
work anymore since the view now renders a background, and due to the
use of the pixel cache.
2014-07-28 16:23:33 +02:00
Alexander Larsson
4fe051bb4a
Revert "GtkTextView: Fix regression in GtkSourceView drawing"
...
This reverts commit 1ac13435b7
.
We want to instead replace this with special vfunc for drawing
below/above the main text so that gtksourceview can use it.
2014-07-28 16:23:33 +02:00
Lapo Calamandrei
b584970b95
Adwaita: fix a typo
2014-07-28 15:34:03 +02:00
Lapo Calamandrei
c97480caab
Adwaita: button drawing function rework...
...
...to take colored buttons into considerations, so buttons on
colored background works better now (infobars and the like).
2014-07-28 12:45:34 +02:00
Paolo Borelli
86ed270163
textview: document text mark properties
2014-07-28 12:21:17 +02:00
Georges Neto
46a13d1582
Updated Brazilian Portuguese translation
2014-07-28 04:27:57 +00:00
Jakub Steiner
1c97a5f4c6
Adwaita: remove shadows from progressbars
2014-07-27 13:39:02 +02:00
Aurimas Černius
d12cca61f6
Updated Lithuanian properties translation
2014-07-27 00:48:53 +03:00
Jasper St. Pierre
47d0be535b
gdkdevice-wayland: Fix compile warnings
...
These are signed, not unsigned.
2014-07-26 09:47:14 -04:00
Matthias Clasen
33327d6904
icon-browser: Add open-menu to the list
2014-07-25 14:45:30 -04:00
Jasper St. Pierre
61f0ed80a1
wayland-device: Upgrade to v4 of seat
...
Get our keyboard repeat info from the server.
2014-07-25 10:23:39 -04:00
Jasper St. Pierre
6c35ae199e
wayland-device: Upgrade to v3 of seat
...
To prevent memory leaks.
2014-07-25 09:42:36 -04:00
Jasper St. Pierre
407a778bc5
wayland-device: Handle v2 of seat
2014-07-25 09:42:35 -04:00
Jasper St. Pierre
4eb2a74fb8
wayland-device: Refactor a bit
...
Delay the keyboard settings creation until we're delivering the key
press. This means we don't have to create the settings for a server that
sends us repeat information.
2014-07-25 09:42:35 -04:00
Jasper St. Pierre
ded609a735
wayland-device: Reindent
2014-07-25 09:42:35 -04:00
Alejandro Piñeiro
2be4474a19
a11y: unref selected item only if it is not NULL
...
https://bugzilla.gnome.org/show_bug.cgi?id=733610
2014-07-25 10:03:24 +02:00
Руслан Ижбулатов
9e11bb3335
Remove gdk_win32_input_shape_combine_region()
...
This function currently calls gdk_win32_window_shape_combine_region(),
which is wrong, because it leads to SetWindowRgn() being called with
non-NULL region, which makes W32 disable theming (particularly - decoration
theming), which makes decorations revert back to old GDI-drawn Windows 2000
variant, which looks out of place and interacts *badly* with alpha channel
(because GDI).
https://bugzilla.gnome.org/show_bug.cgi?id=733671
2014-07-24 16:01:06 +00:00
Matthias Clasen
d97fd540ac
inspector: Show the buildable ID in the misc tab
...
This is useful, since you sometimes want to use it as #id in css.
2014-07-24 08:29:12 -04:00
Matthias Clasen
3e82b77d7d
inspector: Prepare misc tab for showing non-widgets
...
This will happen in the near future.
2014-07-24 08:14:54 -04:00
Ignacio Casal Quinteiro
09ecba9a53
testtreemodel: fix unused variable on windows
2014-07-24 08:34:02 +02:00
Ignacio Casal Quinteiro
b553ce2b2f
win32: remove set but not used variables
2014-07-23 23:37:52 +02:00
Matthias Clasen
155c45eba5
GtkPlacesSidebar: Fix editing of bookmarks
...
This was silently broken - the code was just assuming that the
text cell renderer is item no. 6 on the list of all cells. That
doesn't work so well if the cell renderers are set up elsewhere
and get rearranged.
Fix this by keeping an explicit pointer to the the text cell.
2014-07-23 14:11:22 -04:00
Matthias Clasen
d576069cec
GtkPathBar: Use symbolic icons
...
This fits better with the symbolic icons we use in the places
sidebar now.
2014-07-23 13:41:57 -04:00
Matthias Clasen
d26a84889b
GktFileSystem: Support rendering symbolic icons
2014-07-23 13:41:57 -04:00
Benjamin Otte
386e59683a
reftest: Add reftest for CSS sizing fix
...
The test uses a GtkBox for rendering the background, but it could use
any other widget that is not used in the reference.
2014-07-23 18:51:26 +02:00
Benjamin Otte
27b9efbea2
cssimage: Fix size computation for -gtk-icontheme()
...
For images without a concrete size but with an aspect ratio, we took the
wrong code path.
(I even copied the documentation that said "Otherwise" but didn't put an
else clause there, go me!)
2014-07-23 18:51:26 +02:00
Matthias Clasen
0d1d17107f
GtkPathBar: Set style classes on buttons
...
Set text-button/image-button on these, just like we do for
buttons everywhere else.
2014-07-23 12:44:26 -04:00
Matthias Clasen
d758e9ddd9
GtkPathBar: Don't use GtkArrow
...
Instead, use an image button.
2014-07-23 12:44:26 -04:00
Lapo Calamandrei
db2133bad4
Adwaita: spinbutton button hover visible on the dark variant
2014-07-23 17:53:31 +02:00
Lapo Calamandrei
2b1cad0289
Adwaita: entry icons position fix
2014-07-23 15:25:22 +02:00
Lapo Calamandrei
4718c165ad
Adwaita: backdrop check/radio fix
...
Set the correct color wrt the dark variant for checks/radios on
selected treeview rows.
2014-07-23 13:31:05 +02:00
Lapo Calamandrei
11245bc549
Adwaita: GtkCalendar style simplification
2014-07-23 13:26:36 +02:00
Lapo Calamandrei
d3d675511c
Adwaita: accelerators
2014-07-23 12:34:00 +02:00
Ignacio Casal Quinteiro
1e10bbef26
gtk-demo: include missing file on EXTRA_DIST
2014-07-23 10:43:41 +02:00
Matthias Clasen
52ec7bf54e
Add a test for matching with states
2014-07-22 18:50:31 -04:00
Matthias Clasen
c3bfaaa5d1
Add some tests for GtkAdjustment
2014-07-22 18:32:17 -04:00
Matthias Clasen
228fe00ecc
widget-factory: Avoid a runtime warning
...
Don't set accelerators too early. GTK+ has not yet been initialized
at that point in main.
2014-07-22 15:32:45 -04:00
Lapo Calamandrei
99f72ac474
Adwaita: vertical spinbutton rtl fix
2014-07-22 20:26:43 +02:00
Lapo Calamandrei
8a01e90608
Adwaita: position needs-attention dot in rtl
2014-07-22 20:21:30 +02:00
Lapo Calamandrei
f0c0be896f
Adwaita: correct color on insensitive check/radio labels
2014-07-22 20:09:18 +02:00
Lapo Calamandrei
590c32ede1
Adwaita: some more assets refresh
2014-07-22 20:02:06 +02:00
Lapo Calamandrei
80a1097060
Adwaita: .needs-attention dark variant style
2014-07-22 19:50:15 +02:00
Lapo Calamandrei
542e0db615
Adwaita: graphic assets refresh
2014-07-22 19:13:34 +02:00
Piotr Drąg
15a080bfd3
Updated POTFILES.skip
2014-07-22 17:45:54 +02:00
Ignacio Casal Quinteiro
8f873f3aa3
gtkselection: fix warnings of unused vars on win32
2014-07-22 17:22:00 +02:00
Benjamin Otte
c4c383fa39
scrolledwindow: Remove unused variable
2014-07-22 15:06:26 +02:00
Ignacio Casal Quinteiro
fc8b7156a3
win32: add css files to EXTRA_DIST
2014-07-22 14:53:16 +02:00
Lapo Calamandrei
5ff1c9a6ef
Adwaita: reduce padding on path bars
2014-07-22 14:35:01 +02:00
Carlos Garnacho
0bb955b30e
treeview: Add back a check to ignore buttons > 3
...
The removal was not intentional, and still needed as the GtkGestureMultiPress
will work for any button unless told to lock on a single specific one.
2014-07-22 13:20:13 +02:00
Daniel Mustieles
4f27e8c4df
Updated Spanish translation
2014-07-22 12:33:12 +02:00