Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't build the libgail-util docs | Matthias Clasen | 2011-07-05 | 1 | -1/+1 |
| | | | | | | The doc build for that is currently broken, and libgail-util is undergoing reconstructive surgery anyway, currently. Or maybe it'll turn out to be an amputation... | ||||
* | API: Add gtk_widget_class_set_accessible_type() | Benjamin Otte | 2011-07-05 | 1 | -0/+1 |
| | | | | | | | | | The function is supposed to bypass the ATK registry. For 2 reasons: 1) We get rid of a lot of boilerplate madness. 2) The registry allows creating multiple accessibles per widget and we don't. The old code for registries is still there. | ||||
* | Fix up docs for predefined style classes. | Matthias Clasen | 2011-06-30 | 1 | -0/+5 |
| | | | | | | The table was incomplete and out of date. Instead, just put a list of links in that place, and move all the extra documentation to the macros. Bug 653785 | ||||
* | docs: remove tmpl directories | Javier Jardón | 2011-06-20 | 2 | -169/+0 |
| | | | | We do not use template files anymore | ||||
* | overlay: add initial version of gtkoverlay | Ignacio Casal Quinteiro | 2011-06-12 | 3 | -0/+28 |
| | |||||
* | docs: Do not use G_CONST_RETURN | Javier Jardón | 2011-06-10 | 2 | -6/+6 |
| | |||||
* | stylecontext: add gtk_render_icon() | Cosimo Cecchi | 2011-06-09 | 1 | -0/+1 |
| | |||||
* | docs: Make "migrating to GtkStyleContext" a separate chapter | Javier Jardón | 2011-06-07 | 2 | -3/+3 |
| | |||||
* | docs: building: Fix links to the location of tarballs | Javier Jardón | 2011-06-06 | 1 | -5/+5 |
| | |||||
* | docs: building: Update links to the location of tarballs | Javier Jardón | 2011-06-06 | 1 | -5/+7 |
| | | | | | Mention ftp.gtk.org for glib and use download.gnome.org instead ftp.gnome.org | ||||
* | docs: building: Update links to the location of tarballs | Javier Jardón | 2011-06-06 | 1 | -8/+9 |
| | | | | Nowadays the tarballs are uploaded to ftp.gnome.org instead ftp.gtk.org | ||||
* | docs: dependencies: Split the list of dependencies | Javier Jardón | 2011-06-06 | 1 | -0/+3 |
| | | | | External and non-external | ||||
* | docs:building: re-order list of dependencies | Javier Jardón | 2011-06-06 | 1 | -15/+15 |
| | | | | Libraries that GTK+ depends on maintained by the GTK+ team first | ||||
* | docs: building: gz is not used anymore, but xz instead | Javier Jardón | 2011-06-06 | 1 | -3/+3 |
| | |||||
* | Revert "API: Add API to set style properties to be inherit" | Benjamin Otte | 2011-06-02 | 1 | -2/+0 |
| | | | | | | | | | Inheritance is now done using style property flags, so thereis no ned anymore to clobber the pspec flags namespace. Also, there is no need to expose this functionality in the public API without exposing more of the styleproperty API. This essentially reverts commit 9bfd3d2eec96cba146fc9f5e1ab972584672e3d5. | ||||
* | API: Add support for siblings to widget paths | Benjamin Otte | 2011-06-02 | 1 | -0/+3 |
| | |||||
* | widgetpath: Make structure refcounted | Benjamin Otte | 2011-06-02 | 1 | -0/+2 |
| | | | | | I want to use widget paths in a way that make a lot more sense with a refcounted structure. See the following patches. | ||||
* | Make cross-references to gio docs work | Matthias Clasen | 2011-05-31 | 1 | -0/+1 |
| | |||||
* | docs: Remove unused variables in shooter example | Benjamin Otte | 2011-05-27 | 1 | -5/+1 |
| | |||||
* | Simplify GtkLockButton | Matthias Clasen | 2011-05-25 | 4 | -0/+0 |
| | | | | | Now it is actually just a button, which makes things simpler and is closer to what the designers want. | ||||
* | API: Add API to set style properties to be inherit | Benjamin Otte | 2011-05-18 | 1 | -0/+2 |
| | | | | The API is not used anywhere yet. | ||||
* | API: gtk: Add gtk_css_provider_to_string() | Benjamin Otte | 2011-05-18 | 1 | -0/+1 |
| | | | | | | This is intented to convert the contents of a CSS provider back to a string. It is not complete yet but good enough for starting a testsuite. :) | ||||
* | API: Add gtk_gradient_to_string() | Benjamin Otte | 2011-05-18 | 1 | -0/+1 |
| | |||||
* | API: gtk: Add gtk_symbolic_color_to_string() | Benjamin Otte | 2011-05-18 | 1 | -0/+1 |
| | | | | | See future commits for why this is useful. Or try to debug some color problem. | ||||
* | Flesh out the GtkGrid migration chapter some more | Matthias Clasen | 2011-05-12 | 1 | -6/+52 |
| | |||||
* | Add an initial migration chapter for GtkGrid | Matthias Clasen | 2011-05-11 | 6 | -0/+192 |
| | |||||
* | Another distcheck fix | Matthias Clasen | 2011-05-07 | 1 | -1/+1 |
| | |||||
* | Distcheck fixes | Matthias Clasen | 2011-05-07 | 1 | -1/+0 |
| | |||||
* | Add a lock button widget | Matthias Clasen | 2011-05-06 | 10 | -0/+79 |
| | | | | | | | | | This is a special-purpose button that can be used together with GPermission objects to control the sensitivity of system settings. Suitable permission objects can e.g. be obtained from PolicyKit. http://bugzilla.gnome.org/show_bug.cgi?id=626457 | ||||
* | GtkButtonBox: add a non-homogeneous child property | Matthias Clasen | 2011-05-05 | 1 | -0/+2 |
| | | | | | This makes it easier to add things like lock buttons in dialogs. Part of #626457. | ||||
* | gtkdnd: Add API that takes GIcon | Colin Walters | 2011-05-03 | 1 | -0/+2 |
| | | | | | | | This will be useful for me to port gnome-panel to gnome-menus 4, which uses GAppInfo, which in turn returns icon references as GIcon. https://bugzilla.gnome.org/show_bug.cgi?id=649295 | ||||
* | docs: Remove documentation about deprecated and removed GtkText | Javier Jardón | 2011-05-02 | 1 | -487/+0 |
| | |||||
* | docs/reference/gtk/text_widget.sgml: Use GdkRGBA instead GdkColor | Javier Jardón | 2011-05-02 | 1 | -5/+5 |
| | |||||
* | docs/tools/widgets.c: Use GdkRGBA instead GdkColor | Javier Jardón | 2011-05-02 | 1 | -11/+11 |
| | |||||
* | Move documentation to inline comments: GtkRc | Javier Jardón | 2011-04-19 | 2 | -1057/+1 |
| | | | | The last one! | ||||
* | Move documentation to inline comments: GtkUIManager | Javier Jardón | 2011-04-18 | 2 | -508/+1 |
| | |||||
* | docs: Remove no longer needed template files | Javier Jardón | 2011-04-18 | 3 | -574/+0 |
| | |||||
* | Move documentation to inline comments: GtkMenuItem | Javier Jardón | 2011-04-18 | 2 | -344/+1 |
| | |||||
* | Move documentation to inline comments: GtkFontSelectionDialog | Javier Jardón | 2011-04-18 | 2 | -129/+1 |
| | |||||
* | Move documentation to inline comments: GtkWindowGroup | Javier Jardón | 2011-04-18 | 2 | -89/+1 |
| | |||||
* | Move documentation to inline comments: GtkDnd | Javier Jardón | 2011-04-18 | 2 | -424/+1 |
| | |||||
* | Move documentation to inline comments: GtkTreeModelSort | Javier Jardón | 2011-04-18 | 2 | -222/+1 |
| | |||||
* | Move documentation to inline comments: GtkToggleButton | Javier Jardón | 2011-04-18 | 2 | -207/+1 |
| | |||||
* | Move documentation to inline comments: GtkSizeGroup | Javier Jardón | 2011-04-18 | 2 | -194/+1 |
| | |||||
* | Move documentation to inline comments: GtkTextBuffer | Javier Jardón | 2011-04-18 | 2 | -974/+1 |
| | |||||
* | Move documentation to inline comments: GtkPrintUnixDialog | Javier Jardón | 2011-04-18 | 2 | -317/+1 |
| | |||||
* | Move documentation to inline comments: GtkPrintSettings | Javier Jardón | 2011-04-18 | 2 | -1040/+1 |
| | |||||
* | Move documentation to inline comments: GtkPrintContext | Javier Jardón | 2011-04-18 | 2 | -202/+1 |
| | |||||
* | Move documentation to inline comments: GtkRadioMenuItem | Javier Jardón | 2011-04-18 | 2 | -149/+1 |
| | |||||
* | Move documentation to inline comments: GtkTextMark | Javier Jardón | 2011-04-18 | 2 | -141/+1 |
| |