summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* GtkLabel: add x/yalign propertiesMatthias Clasen2014-09-293-3/+165
| | | | | | | | Since it turns out that x/yalign can't be quite equivalently replaced by h/valign, bring them back as label properties, so we can eventually get rid of GtkMisc. https://bugzilla.gnome.org/show_bug.cgi?id=735841
* Add 3.16 version macrosMatthias Clasen2014-09-291-0/+16
|
* printing: Better typographyMatthias Clasen2014-09-291-16/+16
| | | | | | Use U+201C/U+201D for quoting. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* printing: Better typographyMatthias Clasen2014-09-292-11/+11
| | | | | | Use U+2013 for ranges. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* inspector: Better typographyMatthias Clasen2014-09-291-2/+2
| | | | | | Use U+201C/U+201D for quoting. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* GtkRecentChooserMenu: Better typographyMatthias Clasen2014-09-291-2/+2
| | | | | | Avoid `' quoting. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* GtkPlacesSidebar: Be consistent in messagesMatthias Clasen2014-09-291-9/+9
| | | | | | Always quote drive/volume names. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* GtkFileChooserWidget: Better typographyMatthias Clasen2014-09-291-1/+1
| | | | | | No double space after . https://bugzilla.gnome.org/show_bug.cgi?id=735192
* GtkVolumeButton: Better typographyMatthias Clasen2014-09-291-1/+1
| | | | | | | Use a small space before %. This matches what we do for percentages elsewhere. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* GtkProgressBar: Mark the default text for translationMatthias Clasen2014-09-291-1/+1
| | | | | | | At the same time, use a small space before %. This matches what is done in GtkCellRendererProgress. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* Progress widgets: Better typographyMatthias Clasen2014-09-291-2/+2
| | | | | | Use a small space before %. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* GtkBuilder: Improve error messagesMatthias Clasen2014-09-292-5/+5
| | | | | | | No `' looks just terrible. For quoting in non-UI contexts, we prefer either '' or "". https://bugzilla.gnome.org/show_bug.cgi?id=735192
* GtkColorSelection: Better typographyMatthias Clasen2014-09-291-6/+6
| | | | | | Use U+201C/U+201D for quoting, and use U+2019 instead of apostrophe. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* Broadway: Improve formatting of an error messageMatthias Clasen2014-09-291-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=735192
* Printing: Better typographyMatthias Clasen2014-09-291-1/+1
| | | | | | Use U+007D MULTPLICATION SIGN for dimensions. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* GtkPrintUnixDialog: Better typographyMatthias Clasen2014-09-291-5/+5
| | | | | | Use U+2236 RATIO instead of ':' for times. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* Use better typography for paper namesMatthias Clasen2014-09-292-279/+287
| | | | | | | | | Use U+00D7 MULTIPLICATION SIGN instead of a plain old x in paper names, following https://wiki.gnome.org/Design/OS/Typography. This is a string change. https://bugzilla.gnome.org/show_bug.cgi?id=735192
* Bump versionMatthias Clasen2014-09-291-3/+3
|
* 3.14.13.14.1Matthias Clasen2014-09-291-0/+48
|
* Update file listsMatthias Clasen2014-09-291-3/+13
| | | | We were forgetting to include some theme files.
* quartz: Add availability check for >= 10.7 APIJesse van den Kieboom2014-09-291-2/+9
| | | | | | | | This adds both a compile time check for the SDK version being compiled against, as well as a runtime check in the case the resulting binary is run against an older SDK. https://bugzilla.gnome.org/show_bug.cgi?id=735054
* Adwaita: draw the trough on progressbars in treeviewsLapo Calamandrei2014-09-293-67/+93
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=737517
* Adwaita: make links readable in the dark variantLapo Calamandrei2014-09-294-24/+52
| | | | | And fix the messy style we have for *:link in the process. https://bugzilla.gnome.org/show_bug.cgi?id=737386
* Updated Spanish translationDaniel Mustieles2014-09-291-903/+932
|
* gesture: Document pitfalls on foreign gesture state changesCarlos Garnacho2014-09-291-0/+31
| | | | | | Add some docs/example about the possible event handling ordering issues that may appear on GtkGesture::begin between multiple gesture groups. Mostly relevant for state changes.
* Adwaita: provide simple guidelines for themingJakub Steiner2014-09-291-0/+36
| | | | - Some simple instructions for future SASS/ruby lovers
* depend on particular version of sassJakub Steiner2014-09-292-1/+2
|
* GtkFontButton: Make sure the dialog isn't destroyed on delete-eventRui Matos2014-09-281-0/+3
| | | | | | | | | | | The remaining code assumes that the dialog doesn't get destroyed, but it actually does on delete-event. In particular, the filter function and the preview text are lost as soon as the dialog is created and thus when we create a new dialog we don't have those properties to set on it anymore. https://bugzilla.gnome.org/show_bug.cgi?id=719936
* gdk_rgba_parse : do not segfault on null stringPierre-Yves Luyten2014-09-281-0/+3
|
* Revert "Make Ctrl-u and Ctrl-k work in GtkTextView too"Matthias Clasen2014-09-281-9/+0
| | | | | | | This reverts commit 5744bb3cf16cabfe4ee4677c7250ee8f90550a37. This causes conflicts with already existing shortcuts e.g. in gedit.
* Updated Latvian translationRūdolfs Mazurs2014-09-282-447/+412
|
* Updated Greek translationTom Tryfonidis2014-09-271-481/+505
|
* Add a test for GtkBuilder typename-manglingMatthias Clasen2014-09-262-0/+84
| | | | | | | This test makes sure that out heuristic for finding get_type functions works as expected. https://bugzilla.gnome.org/show_bug.cgi?id=635258
* Factor out a functionMatthias Clasen2014-09-261-17/+24
| | | | | | | | | Factor out the typename-to-get-type mangling as a separate function, for easier testing. Also fix some cases where it doesn't, currently, like GString -> g_string_get_type and GdkRGB -> gdk_rgb_get_type
* GtkBuilder: Mention more error domainsMatthias Clasen2014-09-261-1/+2
| | | | | This has been requested in https://bugzilla.gnome.org/show_bug.cgi?id=708206
* Typo fixMatthias Clasen2014-09-261-1/+1
|
* GtkRange: Fix an event propagation issueMatthias Clasen2014-09-261-8/+30
| | | | | | | | | | | | | | | | The scale in the selectable listbox in page 2 of gtk3-widget-factory has the flaw that the row is getting selected even when one only interacts with the scale - unlike e.g. the checkbutton and button further down in the listbox. The problem is that GtkRange is trying to claim the sequence for the drag gesture from the ::pressed handler of a multipress gesture. Since the drag gesture hasn't seen the sequence at this point, that is ineffective. The fix here is to rearrange the gestures so that the multipress gesture sees the sequence before the drag gesture, and then claim the sequence from the ::drag-begin handler.
* Trivial: reword docs a bitMatthias Clasen2014-09-261-2/+2
|
* GtkRange: claim sequence when popping up menuMatthias Clasen2014-09-261-3/+2
| | | | | | This was clearly an oversight - the function claims the sequence at the end, and for the popup menu case, we have an early exit that misses this.
* Add a style class to fullscreened windowsMatthias Clasen2014-09-261-0/+5
| | | | | This will let us tweak stuff that gets shown in fullscreen windows, https://bugzilla.gnome.org/show_bug.cgi?id=654051
* Fix a memory leak in gtk_test_find_labelMatthias Clasen2014-09-261-4/+9
| | | | | Pointed out by Garrett Regier in https://bugzilla.gnome.org/show_bug.cgi?id=737439
* Make Ctrl-u and Ctrl-k work in GtkTextView tooMatthias Clasen2014-09-261-0/+9
| | | | It doesn't make sense to have them work in entries, but not here.
* inspector: Drop an unused variableMatthias Clasen2014-09-261-1/+0
|
* entry: Revisit Ctrl-u one more timeMatthias Clasen2014-09-261-5/+4
| | | | | Add a Ctrl-k binding too, and make them match their traditional commandline meaning or 'erase line to the beginning/end'.
* GtkEntry: Add a key binding for clearing the entryMatthias Clasen2014-09-261-0/+10
| | | | | Ctrl-u is a fine, well-established keybinding for this purpose, lets just use it.
* inspector: Simplify populating the treeMatthias Clasen2014-09-263-30/+6
| | | | No need to loop toplevels in two places.
* inspector: Show the warning dialog without delayMatthias Clasen2014-09-261-8/+1
| | | | | | The delay was a mistaken attempt to work around a problem that is now better understood, see https://bugzilla.gnome.org/show_bug.cgi?id=735338
* Remove some redundant codeMatthias Clasen2014-09-261-9/+3
| | | | No need to check the same widget twice in a row for being a window.
* GtkWindow: improve the inspector keybindingMatthias Clasen2014-09-262-6/+10
| | | | | | Binding signals can return a boolean indicating whether they handled the event. Use that here and return FALSE if the inspector keybinding is disabled.
* Updated Polish translationPiotr Drąg2014-09-261-379/+403
|