summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* docs: use markdown instead of inlinegraphic tagsWilliam Jon McCann2014-02-047-159/+163
* docs: use markdown instead of <filename> tagsWilliam Jon McCann2014-02-0411-27/+27
* docs: use markdown for <envar> tagsWilliam Jon McCann2014-02-044-12/+12
* scalebutton: Apply a shape on the popoverCarlos Garnacho2014-02-041-0/+4
* popover: Add private _gtk_popover_set_apply_shape() callCarlos Garnacho2014-02-043-39/+67
* popover: Apply child shapes on the GtkWidget popover subwindowAlexander Larsson2014-02-041-0/+2
* Use gdk_screen_get_preferred_visual()Matthias Clasen2014-02-041-7/+2
* Introduce API to get the preferred visualMatthias Clasen2014-02-041-2/+7
* Ignore hide-titlebar-when-maximized for custom titlebarsMatthias Clasen2014-02-041-5/+23
* Revert "Ignore hide-titlebar-when-maximized for CSD"Matthias Clasen2014-02-041-6/+18
* Make gtk_window_set_titlebar work on realized windowsMatthias Clasen2014-02-031-3/+11
* Re-realize the window if neededMatthias Clasen2014-02-031-1/+7
* widget: Fix set_focus_child handling during focus changesOlivier Brunel2014-02-031-1/+3
* Avoid a gtk-doc warningMatthias Clasen2014-02-031-0/+2
* Fix docs buildMatthias Clasen2014-02-031-4/+3
* GtkMountOperation: Clean up a dangling signal handlerMatthias Clasen2014-02-031-10/+14
* Update gtkvolumebutton.ui.hMatthias Clasen2014-02-031-4/+0
* Revert "fixed: draw css background and borders"Matthias Clasen2014-02-031-19/+0
* GtkVolumeButton: Remove tooltipsMatthias Clasen2014-02-031-10/+0
* GtkScaleButton: Use a popoverMatthias Clasen2014-02-033-685/+157
* css: Fix computation of pixels occupied by blur radiusBenjamin Otte2014-02-034-13/+38
* a11y: Ignore deprecation warnings for ATK focus trackerBenjamin Otte2014-02-032-0/+6
* docs: add missing close para tagWilliam Jon McCann2014-02-031-1/+2
* docs: fix spurious list close tagWilliam Jon McCann2014-02-031-1/+0
* Docs: Don't use note elementsMatthias Clasen2014-02-0219-92/+54
* Docs: Use markdown for listsMatthias Clasen2014-02-0216-312/+191
* docs: Convert to markdownMatthias Clasen2014-02-0235-1041/+629
* docs: remove spurious paraWilliam Jon McCann2014-02-012-3/+4
* docs: list items require blank linesWilliam Jon McCann2014-02-013-6/+25
* docs: use markdown instead of docbook tagsWilliam Jon McCann2014-02-011-295/+189
* Fix a case of nested commentsMatthias Clasen2014-01-311-2/+3
* Update ui.h file for GtkFileChooserDefault renameJasper St. Pierre2014-01-311-0/+0
* gtkicontheme: Don't query CONTENT_TYPE to determine if something is an SVGJasper St. Pierre2014-01-311-25/+9
* Ignore hide-titlebar-when-maximized for CSDMatthias Clasen2014-01-311-18/+6
* docs: Improve grammar in GtkHeaderBar overviewMurray Cumming2014-01-311-2/+2
* GtkPopover: avoid a criticalMatthias Clasen2014-01-301-1/+3
* assistant: add text-button style classWilliam Jon McCann2014-01-291-0/+18
* assistant: set window title with page titleWilliam Jon McCann2014-01-291-0/+2
* assistant: make button labels match mockupsWilliam Jon McCann2014-01-292-4/+4
* assistant: add ability to use header barWilliam Jon McCann2014-01-292-1/+209
* GtkStyleContext: don't use disconnect_by_func()Giovanni Campagna2014-01-291-12/+11
* docs: don't escape entities in example codeWilliam Jon McCann2014-01-2910-61/+61
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-2965-128/+128
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-2968-316/+300
* docs: add docs for GtkFileChooserWidget signalsWilliam Jon McCann2014-01-281-0/+182
* Merge GtkFileChooserWidget and GtkFileChooserDefaultWilliam Jon McCann2014-01-289-7639/+7426
* docs: remove spurious quotation markWilliam Jon McCann2014-01-281-1/+1
* listbox: return GDK_EVENT_STOP if button events were handledCarlos Garnacho2014-01-281-2/+6
* popover: Improve minimal size allocationCarlos Garnacho2014-01-281-21/+63
* popover: Hide/ungrab on button releaseCarlos Garnacho2014-01-281-0/+23