summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-2049-248/+301
|
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-2036-94/+103
|
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-206-8/+12
|
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-2016-38/+42
|
* [GI] Fix transfer annotation on gtk_dialog_add_button()Steve Frécinaux2011-01-201-1/+1
| | | | | | | | | The transfer annotation was (transfer full) but the caller actually doesn't own a reference of the object. This made the pygobject test suite crash because pygobject was trying to unref the returned GtkButton instance. https://bugzilla.gnome.org/show_bug.cgi?id=639949
* [GI] Add (type) annotations to real typesPavel Holejsovsky2011-01-205-16/+19
|
* Make GtkBorder style properties have a non-NULL defaultMatthias Clasen2011-01-191-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=639625
* Add gtk_text_view_get_cursor_locationsMatthias Clasen2011-01-193-16/+62
| | | | | | | In GTK 3.0 it's no longer possible to e.g. pop up something at a text view's cursor (this wasn't exactly possible before either without including gtktextlayout, but this is a quite special need anyway).
* Mention type vs region ambiguity in the docsMatthias Clasen2011-01-191-1/+8
|
* [GI] Added missing (transfer none) annotation to gtk_tree_view_get_path_at_posSebastian Pölsterl2011-01-191-1/+1
|
* Make GtkCssProvider deal with widget types not being in plain CamelCaseCarlos Garnacho2011-01-194-4/+52
| | | | | | | | | | | | | | Fixes bug #Bug 639754, reported by Kjell Ahlstedt. gtkmm doesn't use plain CamelCase for its widget type names, so in order to distinguish widget type names from regions in the CSS parser, the following checks are now done: * if it contains an uppercase letter -> widget class (that should also work for gtkmm) * if it's a string compound by lowercase letters and '-' -> it's a region, checks have been added in gtk_style_context_add_region() and gtk_widget_path_iter_add_region() to ensure this.
* Set horizontal/vertical style classes to GtkRangesCarlos Garnacho2011-01-191-0/+1
|
* Make GtkCheckButton/GtkRadioButton background white againCarlos Garnacho2011-01-191-0/+1
|
* Don't displace background for spinbuttons in the theming engineCarlos Garnacho2011-01-191-9/+0
| | | | | This is a leftover from the older GtkStyle code, this is handled through CSS spacings instead.
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-1815-33/+42
| | | | | | This change does not introduce any functionality change, mostly cosmtic cleanups, like re-linebreak when introduced annotations messed up indentation or whitespace errors fixes.
* [GI] Add missing (allow-none) annotationsPavel Holejsovsky2011-01-188-18/+18
|
* [GI] Annotate strings holding file paths as (type filename)Pavel Holejsovsky2011-01-1813-58/+63
|
* [GI] Make argument names in vfunc decls consistent with invoker docsPavel Holejsovsky2011-01-183-13/+13
|
* [GI] Mark callbacks' context parameter with (closure) annotation.Pavel Holejsovsky2011-01-189-13/+24
|
* GtkImage: Add "use-fallback" propertyBastien Nocera2011-01-181-2/+42
| | | | | So that icon-name and GIcon type of GtkImages can use automatic fallback names.
* More accurate fix for GtkTreeMenu regression.Tristan Van Berkom2011-01-191-1/+1
| | | | | | | | The previous fix rebuilds the root menu unconditionally, this one only rebuilds the root menu if the root path has indeed changed. https://bugzilla.gnome.org/show_bug.cgi?id=639792
* Fixed gtk_calendar_get_date annotations: Added missing (out)Sebastian Pölsterl2011-01-181-3/+3
|
* Fix GtkIconView GI annotationsMartin Pitt2011-01-181-11/+11
| | | | Add the missing (out) annotations, and a missing allow-none.
* Fix a combo refactor regressionMatthias Clasen2011-01-171-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=639792
* Fix case (s/A/a) in translatable string (Select A Folder)Luca Ferretti2011-01-171-1/+1
|
* Fix memory leak in gtk_window_group_list_windowsGarrett Regier2011-01-171-0/+2
|
* Annotate GtkIconView array argumentsMartin Pitt2011-01-171-2/+4
|
* Make symbolic icons work againMatthias Clasen2011-01-171-3/+3
| | | | Work around https://bugzilla.gnome.org/show_bug.cgi?id=639750
* Drop gtk-builder-convertMatthias Clasen2011-01-172-805/+2
| | | | It will still be shipped in gtk 2.24.
* Move GtkFileFilter docs inlinePavel Holejsovsky2011-01-172-0/+59
|
* Move GtkMenu docs inlinePavel Holejsovsky2011-01-172-3/+210
|
* Move GtkFixed docs inlinePavel Holejsovsky2011-01-171-0/+74
| | | | Also remove incorrect documentation of opaque GtkFixed class struct.
* Make selectors with no explicit state from higher priority GtkStyleProviders ↵Carlos Garnacho2011-01-171-1/+19
| | | | | | override lower ones with a state. This makes overriding information from the themes more intuitive
* Make gtk_widget_get_path() also add all persistent style classes the widget has.Carlos Garnacho2011-01-171-2/+16
|
* Do not set junction sides to the entry frame in spinbuttons.Carlos Garnacho2011-01-171-5/+0
| | | | That's meant to be the outer frame, so no junction sides apply there
* Ensure harder a GtkStyleContext has a theming engine anytimeCarlos Garnacho2011-01-171-0/+4
|
* Make GtkFrame propagate the "frame" style class to its header labelCarlos Garnacho2011-01-171-0/+18
|
* Make GtkEntry set the style context state.Carlos Garnacho2011-01-171-0/+5
|
* Improve progressbars theming.Carlos Garnacho2011-01-171-0/+3
| | | | Make progressbar itself have an outset border, and improve spacings.
* Plugged leaking PangoFontDescriptions in gtk_modifier_style_set_font().Tristan Van Berkom2011-01-161-1/+9
|
* Plugged leak in gtkcssprovider.cTristan Van Berkom2011-01-161-0/+2
| | | | SelectorStyleInfo structs were never freed.
* Plugged memory leak in gtk_style_finalize (destroy the ->background[] patterns).Tristan Van Berkom2011-01-161-0/+7
|
* Plugging memory leak in GtkCellArea (free ->style_detail at finalize time).Tristan Van Berkom2011-01-161-0/+1
|
* Gtk{List,Tree}Store: Fix GI array annotationsMartin Pitt2011-01-152-6/+6
|
* docs: gtkwidget: Add some "Since: 3.0"Javier Jardón2011-01-151-0/+8
|
* Avoid calling gtk_widget_is_visible(NULL) in _gtk_notebook_get_tab_flags().Tristan Van Berkom2011-01-151-1/+1
| | | | The tab can be NULL here when GtkNotebook:show-tabs is FALSE.
* Fix a typoMatthias Clasen2011-01-151-1/+1
|
* Fix a typoMatthias Clasen2011-01-151-1/+1
|
* Add accessors for GtkRange::round-digitsMatthias Clasen2011-01-154-16/+78
| | | | | Patch by Christian Dywan, https://bugzilla.gnome.org/show_bug.cgi?id=351755
* Unify handling of prelighted iconsMatthias Clasen2011-01-142-72/+69
| | | | | | | | Make GtkEntry use gtk_render_icon_pixbuf for rendering the icons, and move the working icon prelighting code from GtkEntry to GtkThemingEngine. https://bugzilla.gnome.org/show_bug.cgi?id=636691