Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [GI] Add missing (out) and (array) annotations | Pavel Holejsovsky | 2011-01-20 | 49 | -248/+301 |
| | |||||
* | [GI] Add missing (transfer) annotations | Pavel Holejsovsky | 2011-01-20 | 36 | -94/+103 |
| | |||||
* | [GI] Add missing (scope) annotations | Pavel Holejsovsky | 2011-01-20 | 6 | -8/+12 |
| | |||||
* | [GI] Fixes of existing incorrect annotations | Pavel Holejsovsky | 2011-01-20 | 16 | -38/+42 |
| | |||||
* | [GI] Fix transfer annotation on gtk_dialog_add_button() | Steve Frécinaux | 2011-01-20 | 1 | -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 types | Pavel Holejsovsky | 2011-01-20 | 5 | -16/+19 |
| | |||||
* | Make GtkBorder style properties have a non-NULL default | Matthias Clasen | 2011-01-19 | 1 | -0/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=639625 | ||||
* | Add gtk_text_view_get_cursor_locations | Matthias Clasen | 2011-01-19 | 3 | -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 docs | Matthias Clasen | 2011-01-19 | 1 | -1/+8 |
| | |||||
* | [GI] Added missing (transfer none) annotation to gtk_tree_view_get_path_at_pos | Sebastian Pölsterl | 2011-01-19 | 1 | -1/+1 |
| | |||||
* | Make GtkCssProvider deal with widget types not being in plain CamelCase | Carlos Garnacho | 2011-01-19 | 4 | -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 GtkRanges | Carlos Garnacho | 2011-01-19 | 1 | -0/+1 |
| | |||||
* | Make GtkCheckButton/GtkRadioButton background white again | Carlos Garnacho | 2011-01-19 | 1 | -0/+1 |
| | |||||
* | Don't displace background for spinbuttons in the theming engine | Carlos Garnacho | 2011-01-19 | 1 | -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 comments | Pavel Holejsovsky | 2011-01-18 | 15 | -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) annotations | Pavel Holejsovsky | 2011-01-18 | 8 | -18/+18 |
| | |||||
* | [GI] Annotate strings holding file paths as (type filename) | Pavel Holejsovsky | 2011-01-18 | 13 | -58/+63 |
| | |||||
* | [GI] Make argument names in vfunc decls consistent with invoker docs | Pavel Holejsovsky | 2011-01-18 | 3 | -13/+13 |
| | |||||
* | [GI] Mark callbacks' context parameter with (closure) annotation. | Pavel Holejsovsky | 2011-01-18 | 9 | -13/+24 |
| | |||||
* | GtkImage: Add "use-fallback" property | Bastien Nocera | 2011-01-18 | 1 | -2/+42 |
| | | | | | So that icon-name and GIcon type of GtkImages can use automatic fallback names. | ||||
* | More accurate fix for GtkTreeMenu regression. | Tristan Van Berkom | 2011-01-19 | 1 | -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ölsterl | 2011-01-18 | 1 | -3/+3 |
| | |||||
* | Fix GtkIconView GI annotations | Martin Pitt | 2011-01-18 | 1 | -11/+11 |
| | | | | Add the missing (out) annotations, and a missing allow-none. | ||||
* | Fix a combo refactor regression | Matthias Clasen | 2011-01-17 | 1 | -3/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=639792 | ||||
* | Fix case (s/A/a) in translatable string (Select A Folder) | Luca Ferretti | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Fix memory leak in gtk_window_group_list_windows | Garrett Regier | 2011-01-17 | 1 | -0/+2 |
| | |||||
* | Annotate GtkIconView array arguments | Martin Pitt | 2011-01-17 | 1 | -2/+4 |
| | |||||
* | Make symbolic icons work again | Matthias Clasen | 2011-01-17 | 1 | -3/+3 |
| | | | | Work around https://bugzilla.gnome.org/show_bug.cgi?id=639750 | ||||
* | Drop gtk-builder-convert | Matthias Clasen | 2011-01-17 | 2 | -805/+2 |
| | | | | It will still be shipped in gtk 2.24. | ||||
* | Move GtkFileFilter docs inline | Pavel Holejsovsky | 2011-01-17 | 2 | -0/+59 |
| | |||||
* | Move GtkMenu docs inline | Pavel Holejsovsky | 2011-01-17 | 2 | -3/+210 |
| | |||||
* | Move GtkFixed docs inline | Pavel Holejsovsky | 2011-01-17 | 1 | -0/+74 |
| | | | | Also remove incorrect documentation of opaque GtkFixed class struct. | ||||
* | Make selectors with no explicit state from higher priority GtkStyleProviders ↵ | Carlos Garnacho | 2011-01-17 | 1 | -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 Garnacho | 2011-01-17 | 1 | -2/+16 |
| | |||||
* | Do not set junction sides to the entry frame in spinbuttons. | Carlos Garnacho | 2011-01-17 | 1 | -5/+0 |
| | | | | That's meant to be the outer frame, so no junction sides apply there | ||||
* | Ensure harder a GtkStyleContext has a theming engine anytime | Carlos Garnacho | 2011-01-17 | 1 | -0/+4 |
| | |||||
* | Make GtkFrame propagate the "frame" style class to its header label | Carlos Garnacho | 2011-01-17 | 1 | -0/+18 |
| | |||||
* | Make GtkEntry set the style context state. | Carlos Garnacho | 2011-01-17 | 1 | -0/+5 |
| | |||||
* | Improve progressbars theming. | Carlos Garnacho | 2011-01-17 | 1 | -0/+3 |
| | | | | Make progressbar itself have an outset border, and improve spacings. | ||||
* | Plugged leaking PangoFontDescriptions in gtk_modifier_style_set_font(). | Tristan Van Berkom | 2011-01-16 | 1 | -1/+9 |
| | |||||
* | Plugged leak in gtkcssprovider.c | Tristan Van Berkom | 2011-01-16 | 1 | -0/+2 |
| | | | | SelectorStyleInfo structs were never freed. | ||||
* | Plugged memory leak in gtk_style_finalize (destroy the ->background[] patterns). | Tristan Van Berkom | 2011-01-16 | 1 | -0/+7 |
| | |||||
* | Plugging memory leak in GtkCellArea (free ->style_detail at finalize time). | Tristan Van Berkom | 2011-01-16 | 1 | -0/+1 |
| | |||||
* | Gtk{List,Tree}Store: Fix GI array annotations | Martin Pitt | 2011-01-15 | 2 | -6/+6 |
| | |||||
* | docs: gtkwidget: Add some "Since: 3.0" | Javier Jardón | 2011-01-15 | 1 | -0/+8 |
| | |||||
* | Avoid calling gtk_widget_is_visible(NULL) in _gtk_notebook_get_tab_flags(). | Tristan Van Berkom | 2011-01-15 | 1 | -1/+1 |
| | | | | The tab can be NULL here when GtkNotebook:show-tabs is FALSE. | ||||
* | Fix a typo | Matthias Clasen | 2011-01-15 | 1 | -1/+1 |
| | |||||
* | Fix a typo | Matthias Clasen | 2011-01-15 | 1 | -1/+1 |
| | |||||
* | Add accessors for GtkRange::round-digits | Matthias Clasen | 2011-01-15 | 4 | -16/+78 |
| | | | | | Patch by Christian Dywan, https://bugzilla.gnome.org/show_bug.cgi?id=351755 | ||||
* | Unify handling of prelighted icons | Matthias Clasen | 2011-01-14 | 2 | -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 |