summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs: use apostrophe in *'veWilliam Jon McCann2014-02-078-8/+8
|
* docs: use apostrophe in *'reWilliam Jon McCann2014-02-0724-39/+39
|
* docs: use apostrophe in *'llWilliam Jon McCann2014-02-0716-18/+18
|
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-07140-436/+436
|
* docs: use more apostrophesWilliam Jon McCann2014-02-078-38/+38
|
* docs: use proper apostropheWilliam Jon McCann2014-02-07172-751/+751
| | | | https://wiki.gnome.org/Design/OS/Typography
* docs: use links instead of <xref>William Jon McCann2014-02-0716-28/+33
|
* popover: propagate (insensitive|backdrop) flags from relative-to widgetCarlos Garnacho2014-02-071-0/+36
| | | | | | Popovers aren't direct children of the widget they point to, but yet they act as children of it, so do the same with state propagation, so the flags that propagate across the hierarchy reach popovers too.
* popover: Listen on grab_notify from the relative-to widgetCarlos Garnacho2014-02-071-0/+22
| | | | | | Anytime ::grab-notify comes across, the popover visibility and GTK+ grab ownership are checked, so the popover is hidden when it loses the GTK+ by any reason.
* Add GTK_STYLE_CLASS_DESTRUCTIVE_ACTIONWilliam Jon McCann2014-02-071-0/+11
|
* Add GTK_STYLE_CLASS_SUGGESTED_ACTIONWilliam Jon McCann2014-02-073-3/+13
|
* docs: remove <emphasis>William Jon McCann2014-02-071-6/+6
|
* docs: Use markup for linksWilliam Jon McCann2014-02-0765-262/+262
|
* widget: Ignore text direction in gtk_widget_set_state_flags()Benjamin Otte2014-02-071-2/+10
| | | | | | | | | Previously we did a semi-successful job at ignoring it. Unfortunately this job was bad enough that we could lose the direction. We still allow passing in the enum values, because we want code like this to work: set_state_flags (get_state_flags() | SOME_FLAGS)
* Tajik translation updatedVictor Ibragimov2014-02-072-1524/+1563
|
* gtkmagnifier: do not use P_() macro for property namesCarlos Garcia Campos2014-02-071-2/+2
|
* Wayland: Set gtk-dialogs-use-headerMatthias Clasen2014-02-061-0/+6
| | | | | Since we don't have a setting for this, hardcode the value for now.
* Updated Galician translationsFran Diéguez2014-02-072-1501/+1550
|
* Bump glib depMatthias Clasen2014-02-061-1/+1
|
* Revert "Fix memory leak in GtkTreeViewAccessible"Ignacio Casal Quinteiro2014-02-061-1/+1
| | | | | This reverts commit 7a411eb6dd4dd0dedf28f3b5414561e765886369. This also makes gedit external tools manager to crash
* gdkwindow-wayland: Make function order match listener orderJasper St. Pierre2014-02-061-16/+16
|
* Updated Slovenian translationMatej Urbančič2014-02-061-1018/+1193
|
* GtkApplication: install gtk option groupRyan Lortie2014-02-061-0/+11
| | | | | Install Gtk's GOptionGroup in GApplication just before commandline arguments are parsed.
* GtkTreeViewColumn: fix critical warningClaudio Saavedra2014-02-061-2/+2
| | | | | | Do not call _column_autosize() if there is no treeview set yet. https://bugzilla.gnome.org/show_bug.cgi?id=723637
* gtkwindow: remove delete-event idle function on finalizeClaudio Saavedra2014-02-061-2/+14
| | | | | | | | Heavy duty can prevent this idle function from being called before the window is destroyed, so make sure that the source is removed when the window is finalized. https://bugzilla.gnome.org/show_bug.cgi?id=723771
* docs: fix quotes in exampleWilliam Jon McCann2014-02-061-1/+1
|
* popover: Emit ::closed once modality is clearedBastien Nocera2014-02-061-2/+2
| | | | | Otherwise, calling gtk_widget_grab_focus() on a widget when the popover send ::closed won't work.
* docs: Don't use warningsWilliam Jon McCann2014-02-064-14/+9
|
* popover: Add ::closed signalCarlos Garnacho2014-02-062-0/+18
| | | | | | This signal is emitted when the popover is dismissed either through API or user interaction, somewhat more friendly than connecting to ::unmap.
* popover: Add padding pointers to GtkPopoverClassCarlos Garnacho2014-02-061-0/+3
|
* docs: don't use <important>William Jon McCann2014-02-061-7/+6
|
* docs: don't use <warning>William Jon McCann2014-02-061-3/+2
|
* docs: use markdown instead of <note>William Jon McCann2014-02-0611-82/+64
|
* Updated Scottish Gaelic translationGunChleoc2014-02-051-2769/+3734
|
* Updated translation dateGNOME Translation Robot2014-02-051-1/+1
| | | | This is a test commit for hook checks.
* Use proper quotes in gdkWilliam Jon McCann2014-02-0515-59/+59
|
* docs: use proper quotesWilliam Jon McCann2014-02-05141-668/+668
|
* docs: fix missing quotation markWilliam Jon McCann2014-02-051-1/+1
|
* Updated French translationClaude Paroz2014-02-051-1438/+1614
|
* docs: add back id for section headingWilliam Jon McCann2014-02-052-2/+2
| | | | It was lost during the markdown conversion.
* docs: Don't use <xi:include>William Jon McCann2014-02-054-20/+4
|
* Updated French translationClaude Paroz2014-02-051-1062/+1151
|
* Updated Spanish translationDaniel Mustieles2014-02-051-249/+253
|
* label: Invalidate link colors on style changeBenjamin Otte2014-02-051-0/+14
| | | | | | Discovered-by: Timm Bäder <mail@baedert.org> https://bugzilla.gnome.org/show_bug.cgi?id=721309
* label: refactor codeBenjamin Otte2014-02-051-63/+75
| | | | | Split out function for setting attributes. This will be needed in future patches.
* label: Avoid creating new attribute listBenjamin Otte2014-02-051-1/+1
| | | | | | Only create an attribute list for merging if we actually need to merge. This bug was introduced in 5230cfe805b8f0046896c029612180fc9d4cc5df
* widget: Fix margin-start and margin-end propertiesBastien Nocera2014-02-051-2/+2
| | | | | | | The margin-start and margin-end properties were incorrectly defined, so margins weren't respected for RTL languages. https://bugzilla.gnome.org/show_bug.cgi?id=723627
* Updated Scottish Gaelic translationGunChleoc2014-02-051-1144/+1358
|
* Updated Thai translationTheppitak Karoonboonyanan2014-02-051-1009/+1190
|
* Add minimal popover theming to RaleighMatthias Clasen2014-02-051-0/+7
| | | | Add background and border, so the popover boundaries are visible.