summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* shortcuts: Follow changes of accelsMatthias Clasen2016-04-176-1/+205
| | | | | | | | | Add a way to associate a detailed action name with a shortcut. If the action name is set, update the accelerator whenever accels change on the window that the shortcuts window is associated with. https://bugzilla.gnome.org/show_bug.cgi?id=764975
* Add a help overlay to bloatpadMatthias Clasen2016-04-174-1/+56
| | | | | This will let us explore the (non-)interaction between help overlays and editing shortcuts.
* Adwaita: clean up pushed button mixinLapo Calamandrei2016-04-173-50/+18
|
* Adwaita: fix scale slider border colorLapo Calamandrei2016-04-173-4/+4
| | | | using the darker border color.
* Adwaita: flatten colorswatchesLapo Calamandrei2016-04-173-11/+9
|
* Adwaita: more borders color tweaksLapo Calamandrei2016-04-173-289/+289
|
* Adwaita: cosmeticsLapo Calamandrei2016-04-171-5/+5
|
* Adwaita: dark variant borders color tweaksLapo Calamandrei2016-04-172-157/+157
|
* Adwaita: pushed button style tweakLapo Calamandrei2016-04-173-30/+64
| | | | use a solid background.
* Adwaita: button style tweakLapo Calamandrei2016-04-173-61/+96
| | | | add a darker bottom border to buttons to add some depth.
* Add some more accelerator / modifier testsMatthias Clasen2016-04-171-1/+23
|
* wayland: Make virtual modifier mapping more similar to XMatthias Clasen2016-04-171-1/+1
| | | | | | Ignore virtual modifiers that are mapped to Mod1 (as Meta often is), to avoid interfering with our fix interpretation of Mod1 as Alt.
* menuitem: Fix some possible problems with arrow_gadgetMatthias Clasen2016-04-171-3/+8
| | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=765134 shows a stacktrace where we end up with arrow_gadget being NULL despite the conditions for its presence being satisfied. This commit makes sure we call update_arrow_gadget() whenever any of the conditions changes. This should fix the reported crash.
* wayland: Fix the map_virtual_modifiers implementationMatthias Clasen2016-04-161-1/+1
| | | | | | We were not stripping real modifiers out, and thus always thought there's a conflict when the passed in modifiers included any real modifiers.
* cups: Fix gettext usageBastien Nocera2016-04-161-13/+8
| | | | | | | | | | | The previous patches didn't mark some strings as to be translated, and tried to translate strings with a variable part already inside the string, which isn't going to work. Mark the strings as translatable with context, and also make sure to translate static strings when getting them out of their structure. https://bugzilla.gnome.org/show_bug.cgi?id=764585
* Adwaita: ensure dialogs titlebar rounded cornersLapo Calamandrei2016-04-163-4/+4
| | | | | | broken from my previous commit about rounded corners, dialogs doesn't use the "window" node, but the "dialog" node, so use the .background styleclass in the selectors which is more generic.
* Adwaita: more border color tweakingLapo Calamandrei2016-04-163-15/+15
|
* Adwaita: lighten border color a bitLapo Calamandrei2016-04-165-278/+279
|
* Adwaita: flatten the switch baseLapo Calamandrei2016-04-163-38/+13
|
* Adwaita: flatten entries and similar widgetsLapo Calamandrei2016-04-164-54/+37
|
* Adwaita: delete unused mixinLapo Calamandrei2016-04-161-26/+0
|
* Adwaita: flatten scale and progressbar troughLapo Calamandrei2016-04-163-52/+25
|
* Adwaita: ensure titlebar corners are not rounded...Lapo Calamandrei2016-04-163-12/+13
| | | | | | ...when the window is maximized or tiled, by using more specific selectors, since there were cases of erroneusly rounded corners. See https://bugzilla.gnome.org/show_bug.cgi?id=765038
* wayland: Implement virtual modifiersMatthias Clasen2016-04-151-2/+50
| | | | | | | | | | | Since Wayland is using libxkbcommon, it inherits X unfortunate real/virtual modifier distinction, so we have to do the same gymnastics we do for X to map between the two. This should fix matching of accelerators using virtual modifiers (modulo gnome-shell bugs regarding the handling of Super). https://bugzilla.gnome.org/show_bug.cgi?id=764424
* Clarify docs a bitMatthias Clasen2016-04-151-1/+1
| | | | | The wording here was just awkward: TRUE is returned if... Note that FALSE is also returned if...
* gtk-builder-tool: use g_printf() instead of g_print()Руслан Ижбулатов2016-04-151-19/+20
| | | | | | | | | | | 1) g_print() can be redirected 2) g_print() does some extra processing, such as character set conversion. Specifically, on W32 it will detect system codepage via GetACP(), and will convert UTF-8 output into that codepage, even though the output should stay unchanged (whether gtk-builder-tool interprets strings from ui files as UTF-8 is a separate matter). https://bugzilla.gnome.org/show_bug.cgi?id=765118
* Adwaita: really fix solid-csdLapo Calamandrei2016-04-153-11/+17
| | | | | add a specificity bump hack in the titlebar solid-csd styling to avoid being overridden by the split titlebar theme logic.
* Adwaita: fix backdrop solid-csdLapo Calamandrei2016-04-153-7/+11
| | | | titlebar rounded corners were not overridden for backdrop state.
* Adwaita: better solid-csd stylingLapo Calamandrei2016-04-153-14/+45
|
* GDK W32: Fix positioning of reparented windowJeremy Tan2016-04-151-3/+3
| | | | | | | | | MoveWindow should not be used over the pre-existing move/resize functions, which already correctly position a window with respect to its parent, while also taking into account the size of window decorations. https://bugzilla.gnome.org/show_bug.cgi?id=765100
* inspector: Don't lie with statisticsMatthias Clasen2016-04-142-1/+12
| | | | | If we don't have statistics, despite GOBJECT_DEBUG being set, explain how to fix this.
* GtkBuilder: Mention how GVariant properties are parsedMatthias Clasen2016-04-141-11/+12
|
* iconhelper: Invalidate on clear()Benjamin Otte2016-04-141-0/+2
| | | | | | | | | | When clearing the icon helper, we need to invalidate it. Otherwise the previous icon keeps lingering along. This is not relevant inside gtkiconhelper.c where other code causes the invalidation, but happens when external code calls _gtk_icon_helper_clear(). https://bugzilla.gnome.org/show_bug.cgi?id=765066
* Fix label css testMatt Watson2016-04-142-1/+2
| | | | | | The default font size of 10pt will now properly render as 13.33px, but we shouldn't use the default anyway as that can be controlled by user settings
* cups: make string non-literals translatable againFelipe Borges2016-04-141-1/+1
| | | | | | Notice that C_ just takes string literals as arguments. https://bugzilla.gnome.org/show_bug.cgi?id=764585
* gtkplacessidebar: don't margins in the codeSebastien Bacher2016-04-141-2/+0
| | | | | those should rather be defined by the theme https://bugzilla.gnome.org/show_bug.cgi?id=763768
* GtkWindow: Ensure the toplevel is realized before realizing popoversCarlos Garnacho2016-04-141-1/+2
| | | | | | | Otherwise those get a NULL parent window, which is toplevel-y enough to disembody the popover. https://bugzilla.gnome.org/show_bug.cgi?id=764060
* GDK W32: Fix bounding rect calculation on window creation The bounding rect ↵Jeremy Tan2016-04-131-2/+2
| | | | | | specifies the top left and bottom right corners - the bottom right corner must account for the current window position. https://bugzilla.gnome.org/show_bug.cgi?id=764996
* Updated POTFILES.skipPiotr Drąg2016-04-132-0/+8
|
* cups: Fix more "format not a string literal" errorFelipe Borges2016-04-131-13/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764585
* update zh_CN translationYunQiang Su2016-04-131-2460/+3064
|
* update zh_CN translationYunQiang Su2016-04-131-237/+179
|
* reftests: test rem sizeMatt Watson2016-04-123-0/+49
|
* reftests: test em sizeMatt Watson2016-04-124-0/+779
|
* css: always get default font size in pixelsMatt Watson2016-04-124-29/+44
| | | | | | | | | | | | | | | Fixes a couple bugs... - Pixel font sizes in css would render as point sizes. - For em font sizes, where the parent size was set and not default, we would incorrectly convert a pixel value from points to pixels. We'll always grab the default font size in pixels so we don't keep confusing things. Worth noting that gtk css font-size will still behave differently than the web. Pango interprets font-size differently.
* app: add missing g_returnsSébastien Wilmet2016-04-121-1/+13
| | | | | | And have the g_returns in the same order as the function parameters. https://bugzilla.gnome.org/show_bug.cgi?id=764846
* GDK W32: Deduplicate reparentingРуслан Ижбулатов2016-04-121-9/+0
| | | | | | | | gdk_window_reparent() already changes children list for old and new parent. Doing so twice results in a circular reference in the list, which can hang the application later, for example in gtk_window_show(). https://bugzilla.gnome.org/show_bug.cgi?id=764845
* gtk: Annotate GtkFlowBoxCreateWidgetFunc as "transfer full"Rico Tzschichholz2016-04-121-1/+1
|
* GtkTrayIcon: fix uninitialised variableBalló György2016-04-111-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764863
* documentation: trivial typo fixes in GtkWidgetMohammed Sadik2016-04-111-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764925