Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | widget: Ignore text direction in gtk_widget_set_state_flags() | Benjamin Otte | 2014-02-07 | 1 | -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) | ||||
* | gtkmagnifier: do not use P_() macro for property names | Carlos Garcia Campos | 2014-02-07 | 1 | -2/+2 |
| | |||||
* | Revert "Fix memory leak in GtkTreeViewAccessible" | Ignacio Casal Quinteiro | 2014-02-06 | 1 | -1/+1 |
| | | | | | This reverts commit 7a411eb6dd4dd0dedf28f3b5414561e765886369. This also makes gedit external tools manager to crash | ||||
* | GtkApplication: install gtk option group | Ryan Lortie | 2014-02-06 | 1 | -0/+11 |
| | | | | | Install Gtk's GOptionGroup in GApplication just before commandline arguments are parsed. | ||||
* | GtkTreeViewColumn: fix critical warning | Claudio Saavedra | 2014-02-06 | 1 | -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 finalize | Claudio Saavedra | 2014-02-06 | 1 | -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 example | William Jon McCann | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | popover: Emit ::closed once modality is cleared | Bastien Nocera | 2014-02-06 | 1 | -2/+2 |
| | | | | | Otherwise, calling gtk_widget_grab_focus() on a widget when the popover send ::closed won't work. | ||||
* | docs: Don't use warnings | William Jon McCann | 2014-02-06 | 4 | -14/+9 |
| | |||||
* | popover: Add ::closed signal | Carlos Garnacho | 2014-02-06 | 2 | -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 GtkPopoverClass | Carlos Garnacho | 2014-02-06 | 1 | -0/+3 |
| | |||||
* | docs: don't use <important> | William Jon McCann | 2014-02-06 | 1 | -7/+6 |
| | |||||
* | docs: don't use <warning> | William Jon McCann | 2014-02-06 | 1 | -3/+2 |
| | |||||
* | docs: use markdown instead of <note> | William Jon McCann | 2014-02-06 | 9 | -69/+57 |
| | |||||
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 141 | -668/+668 |
| | |||||
* | docs: fix missing quotation mark | William Jon McCann | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | docs: add back id for section heading | William Jon McCann | 2014-02-05 | 2 | -2/+2 |
| | | | | It was lost during the markdown conversion. | ||||
* | docs: Don't use <xi:include> | William Jon McCann | 2014-02-05 | 4 | -20/+4 |
| | |||||
* | label: Invalidate link colors on style change | Benjamin Otte | 2014-02-05 | 1 | -0/+14 |
| | | | | | | Discovered-by: Timm Bäder <mail@baedert.org> https://bugzilla.gnome.org/show_bug.cgi?id=721309 | ||||
* | label: refactor code | Benjamin Otte | 2014-02-05 | 1 | -63/+75 |
| | | | | | Split out function for setting attributes. This will be needed in future patches. | ||||
* | label: Avoid creating new attribute list | Benjamin Otte | 2014-02-05 | 1 | -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 properties | Bastien Nocera | 2014-02-05 | 1 | -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 | ||||
* | Add minimal popover theming to Raleigh | Matthias Clasen | 2014-02-05 | 1 | -0/+7 |
| | | | | Add background and border, so the popover boundaries are visible. | ||||
* | docs: Use "#" for refsect2 instead of ## | William Jon McCann | 2014-02-04 | 35 | -75/+98 |
| | |||||
* | docs: don't use <para id=""> | William Jon McCann | 2014-02-04 | 5 | -14/+17 |
| | |||||
* | docs: use a list instead of a table | William Jon McCann | 2014-02-04 | 1 | -98/+56 |
| | |||||
* | docs: don't use <variablelist> | William Jon McCann | 2014-02-04 | 2 | -82/+64 |
| | |||||
* | docs: don't use itemizedlist | William Jon McCann | 2014-02-04 | 2 | -27/+27 |
| | |||||
* | docs: don't use <keycap> tags | William Jon McCann | 2014-02-04 | 6 | -47/+29 |
| | |||||
* | docs: don't use <replaceable> | William Jon McCann | 2014-02-04 | 8 | -71/+71 |
| | |||||
* | docs: don't use ulink. use markdown instead | William Jon McCann | 2014-02-04 | 16 | -64/+60 |
| | |||||
* | docs: don't use <varnam> | William Jon McCann | 2014-02-04 | 1 | -2/+2 |
| | |||||
* | docs: don't use <parameter> tags | William Jon McCann | 2014-02-04 | 4 | -17/+12 |
| | |||||
* | docs: use ` instead of <literal> | William Jon McCann | 2014-02-04 | 37 | -224/+224 |
| | |||||
* | docs: use quotes instead of <firstterm> | William Jon McCann | 2014-02-04 | 11 | -26/+26 |
| | |||||
* | docs: don't use <application> tags | William Jon McCann | 2014-02-04 | 6 | -11/+11 |
| | |||||
* | docs: don't use <option> | William Jon McCann | 2014-02-04 | 2 | -4/+4 |
| | |||||
* | docs: don't use <quote> | William Jon McCann | 2014-02-04 | 2 | -9/+8 |
| | |||||
* | docs: don't use <tag> docbook elements | William Jon McCann | 2014-02-04 | 4 | -12/+13 |
| | |||||
* | docs: replace all figures with headings and images | William Jon McCann | 2014-02-04 | 2 | -24/+29 |
| | |||||
* | docs: fix last commit | William Jon McCann | 2014-02-04 | 1 | -1/+0 |
| | |||||
* | docs: replace all <examples> with markdown headings | William Jon McCann | 2014-02-04 | 27 | -151/+108 |
| | |||||
* | docs: Use markdown for section headings | William Jon McCann | 2014-02-04 | 6 | -69/+49 |
| | |||||
* | docs: use markdown instead of inlinegraphic tags | William Jon McCann | 2014-02-04 | 7 | -159/+163 |
| | |||||
* | docs: use markdown instead of <filename> tags | William Jon McCann | 2014-02-04 | 11 | -27/+27 |
| | |||||
* | docs: use markdown for <envar> tags | William Jon McCann | 2014-02-04 | 4 | -12/+12 |
| | |||||
* | scalebutton: Apply a shape on the popover | Carlos Garnacho | 2014-02-04 | 1 | -0/+4 |
| | | | | | | | | This hideous hack is necessary so far because the main users of GtkScaleButton are also clutter users, so the GtkScaleButton popover will be very likely shaped against a clutter-enabled native window. https://bugzilla.gnome.org/show_bug.cgi?id=723556 | ||||
* | popover: Add private _gtk_popover_set_apply_shape() call | Carlos Garnacho | 2014-02-04 | 3 | -39/+67 |
| | | | | | | | | | Popovers no longer sets a shape, unless this function is called. This function exists so widgets that are potentially placed on top of other native windows can get a popover that's nicely shaped, even if it has no border shadow around. https://bugzilla.gnome.org/show_bug.cgi?id=723556 | ||||
* | popover: Apply child shapes on the GtkWidget popover subwindow | Alexander Larsson | 2014-02-04 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=723556 | ||||
* | Use gdk_screen_get_preferred_visual() | Matthias Clasen | 2014-02-04 | 1 | -7/+2 |
| | | | | | When creating windows, and when returning a widgets visual, use the new API to get the preferred visual. |