Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix doc generation: rename gdk-overrides.txt to gdk3-overrides | Javier Jardón | 2010-05-13 | 4 | -15/+0 |
| | | | | | Also, remove unnneded *-overrides files Patch by Tadej Borovšak | ||||
* | Move documentation to inline comments: GtkOrientable | Javier Jardón | 2010-05-13 | 2 | -59/+1 |
| | |||||
* | Move documentation to inline comments: GtkToggleAction | Javier Jardón | 2010-05-13 | 2 | -103/+1 |
| | |||||
* | Move documentation to inline comments: GtkPageSetupUnixDialog | Javier Jardón | 2010-05-13 | 2 | -82/+1 |
| | |||||
* | Move documentation to inline comments: GtkSeparator | Javier Jardón | 2010-05-13 | 2 | -29/+1 |
| | |||||
* | Move documentation to inline comments: GtkTextIter | Javier Jardón | 2010-05-13 | 2 | -910/+1 |
| | |||||
* | Move documentation to inline comments: GtkToolItem | Javier Jardón | 2010-05-13 | 2 | -310/+1 |
| | |||||
* | Remove some deprecated stuff from GdkWindow | Javier Jardón | 2010-05-12 | 5 | -108/+2 |
| | | | | Also, substitute the deprecated functions with the correct ones | ||||
* | Remove deprecated gdk_exit() function | Javier Jardón | 2010-05-12 | 2 | -15/+0 |
| | |||||
* | Try to fix up man page handling | Matthias Clasen | 2010-05-11 | 1 | -9/+23 |
| | |||||
* | Remove deprecated GtkObject macros | Javier Jardón | 2010-05-11 | 2 | -15/+0 |
| | | | | | Remove GTK_OBJECT_TYPE() and GTK_OBJECT_TYPE_NAME(), G_OBJECT_TYPE() and G_OBJECT_TYPE_NAME() should be used instead. | ||||
* | Make the docs parallel installable | Matthias Clasen | 2010-05-10 | 17 | -18/+13 |
| | |||||
* | Make it easy for apps to have dark themes | Bastien Nocera | 2010-05-10 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | Some types of applications would benefit from having "dark" themes, usually black backgrounds, such as: * Movie players * Photo management and display applications To make it easy for those applications to prefer a dark theme, we're adding the "gtk-application-prefer-dark-theme" GtkSetting, which will make the theme loading code automatically look for a "gtkrc-dark" file in the same directory you would usually find a gtkrc file. the same name and a "-dark" suffix. If no "-dark" gtkrc variant is available, the normal gtkrc will be used. https://bugzilla.gnome.org/show_bug.cgi?id=617955 | ||||
* | [docs] Fix GdkColor description: blue and green colors are changed | Javier Jardón | 2010-05-10 | 1 | -2/+2 |
| | | | | | Reported by César Themudo here: https://bugzilla.gnome.org/show_bug.cgi?id=618162 | ||||
* | remove some deprecated parts from the docs | Matthias Clasen | 2010-05-08 | 1 | -5/+1 |
| | |||||
* | Make 3.0 parallel-installable to 2.x | Matthias Clasen | 2010-05-08 | 206 | -2182/+5776 |
| | | | | | | | | | | | | | | | In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk. | ||||
* | Rename configure.in to configure.ac | Martin Nordholts | 2010-05-07 | 3 | -7/+7 |
| | | | | | | | In the autoconf manual the recomended name for the autoconf input file is configure.ac and not configure.in. Follow this recomendation. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=598768 | ||||
* | Clean up docs, disable testtext for now. | Matthias Clasen | 2010-05-07 | 4 | -557/+2 |
| | |||||
* | Merge branch 'gtk-2-90' | Matthias Clasen | 2010-05-06 | 56 | -5507/+52 |
|\ | | | | | | | | | Conflicts: gtk/gtkentry.h | ||||
| * | Remove GtkTreeItem completely | Javier Jardón | 2010-05-03 | 3 | -144/+0 |
| | | |||||
| * | Remove GtkTree completely | Javier Jardón | 2010-05-03 | 3 | -341/+0 |
| | | |||||
| * | Remove GtkText completely | Javier Jardón | 2010-05-03 | 2 | -269/+0 |
| | | |||||
| * | Remove GtkTooltips completely | Javier Jardón | 2010-05-03 | 3 | -217/+0 |
| | | |||||
| * | Remove GtkOptionMenu completely | Javier Jardón | 2010-05-03 | 3 | -146/+0 |
| | | |||||
| * | Remove all gtk_draw_* deprecated functions completely | Javier Jardón | 2010-05-03 | 2 | -335/+0 |
| | | |||||
| * | Remove gtk_color_selection_set_update_policy() completely | Javier Jardón | 2010-05-03 | 2 | -32/+0 |
| | | |||||
| * | Remove GTK_WIDGET_* macros | Javier Jardón | 2010-05-03 | 3 | -25/+3 |
| | | |||||
| * | Remove gtk_fixed_get_has_window() and gtk_fixed_set_has_window() | Javier Jardón | 2010-05-03 | 3 | -26/+4 |
| | | |||||
| * | Remove GtkCtree documentation | Javier Jardón | 2010-05-03 | 4 | -1369/+0 |
| | | |||||
| * | Remove GtkOldEditable completely | Javier Jardón | 2010-05-03 | 3 | -188/+0 |
| | | |||||
| * | [gdk] Remove gdki18n.h completely | Javier Jardón | 2010-05-03 | 1 | -2/+0 |
| | | |||||
| * | [gtk/gtktoolitem] Remove deprecated GtkToolItem stuff | Javier Jardón | 2010-05-03 | 1 | -11/+0 |
| | | | | | | | | This completes 221dcb6955cb89d1f89e71f442fc4c42fb76fcf3 | ||||
| * | [gdk] Remove deprecated GdkRGB stuff | Javier Jardón | 2010-05-03 | 3 | -51/+0 |
| | | |||||
| * | [gdk] Remove deprecated GdkVisual stuff | Javier Jardón | 2010-05-03 | 2 | -19/+0 |
| | | |||||
| * | [gdk] Remove deprecated gdktypes stuff. | Javier Jardón | 2010-05-03 | 2 | -11/+0 |
| | | |||||
| * | [gdk] Remove deprecated GdkSelection stuff. | Javier Jardón | 2010-05-03 | 2 | -33/+0 |
| | | |||||
| * | Remove deprecated GtkMenu stuff. | Javier Jardón | 2010-05-03 | 3 | -37/+1 |
| | | | | | | | | | | Also, substitute the deprecated functions with the new ones in documentation. | ||||
| * | Remove GtkCurve completely | Javier Jardón | 2010-05-03 | 7 | -200/+0 |
| | | |||||
| * | Remove GtkGammaCurve completely | Javier Jardón | 2010-05-03 | 7 | -79/+2 |
| | | |||||
| * | Remove gtk_toggle_button_set_state() documentation | Javier Jardón | 2010-05-03 | 2 | -9/+0 |
| | | |||||
| * | Substitute deprecated stuff from GtkContainer in documentation | Javier Jardón | 2010-05-03 | 1 | -4/+0 |
| | | |||||
| * | Remove all deprecated stuff from GtkContainer | Javier Jardón | 2010-05-03 | 2 | -18/+0 |
| | | |||||
| * | Remove remaining deprecated GtkInputDialog stuff | Javier Jardón | 2010-05-03 | 2 | -17/+0 |
| | | |||||
| * | Remove deprecated GtkEntry stuff from docs and tutorial. | Javier Jardón | 2010-05-03 | 3 | -64/+4 |
| | | | | | | | | | | Also, substitue the deprecated functions with the new ones in documentation and in tests code | ||||
| * | Remove gtkmain stuff from docs and tutorial. | Javier Jardón | 2010-05-03 | 3 | -216/+5 |
| | | | | | | | | | | Also, substitue the deprecated functions with the new ones in documentation and in tests code | ||||
| * | Force shooter process updates to match gtk_widget_draw closely | Christian Dywan | 2010-05-03 | 1 | -0/+1 |
| | | |||||
| * | Use gtk_widget_queue_draw_area instead of gtk_widget_draw in shooter | Christian Dywan | 2010-05-03 | 1 | -1/+3 |
| | | |||||
| * | Remove GtkInputDialog completely | Christian Dywan | 2010-05-03 | 1 | -71/+0 |
| | | |||||
| * | Deprecate GtkInputDialog | Christian Dywan | 2010-05-03 | 1 | -4/+0 |
| | | | | | | | | | | | | Deprecate the widget and adjust the documentation. https://bugzilla.gnome.org/show_bug.cgi?id=594903 | ||||
| * | Remove GtkPixmap completely | Javier Jardón | 2010-05-03 | 2 | -102/+0 |
| | |