Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Spanish translation | Jorge González | 2010-05-10 | 1 | -829/+778 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-05-10 | 1 | -305/+244 |
| | |||||
* | Fix make dist after breaking it in my last commit | Richard Hughes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Update API version in file and directory names | Tor Lillqvist | 2010-05-10 | 1 | -17/+20 |
| | |||||
* | Update GtkApiVersion | Tor Lillqvist | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | GtkCList is gone | Tor Lillqvist | 2010-05-10 | 1 | -3/+2 |
| | |||||
* | Don't use g_drag_context_ref | Tor Lillqvist | 2010-05-10 | 1 | -2/+2 |
| | |||||
* | Install gdk-pixbuf-xlib-3.0.so.0, although this might be nuked in the near ↵ | Richard Hughes | 2010-05-10 | 2 | -8/+8 |
| | | | | future | ||||
* | Install the gail tests in /usr/lib/gtk-3.0/modules | Richard Hughes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Modify the gettext translation domain for the gtk3 rename | Richard Hughes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Add padding around the status icons | Matthias Clasen | 2010-05-10 | 3 | -1/+108 |
| | | | | | | | | The amount of padding is determined by reading a _NET_SYSTEM_TRAY_PADDING property off the manager window, in the same way that orientation and visual are obtained. Signed-off-by: Richard Hughes <richard@hughsie.com> | ||||
* | Change the location of the gdk-pixbuf.loaders for gtk3 ABI | Richard Hughes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Fix make distcheck | Richard Hughes | 2010-05-10 | 2 | -2/+1 |
| | |||||
* | Make it easy for apps to have dark themes | Bastien Nocera | 2010-05-10 | 4 | -13/+100 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix typo in gtkprintoperation | Javier Jardón | 2010-05-08 | 1 | -1/+1 |
| | | | | | Reported by Andika Triwidada in https://bugzilla.gnome.org/show_bug.cgi?id=618093 | ||||
* | 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 | 242 | -2393/+5986 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Better tooltip positioning | Matthias Clasen | 2010-05-07 | 1 | -31/+108 |
| | | | | | Avoid the covering up the widget that you are tipping, as far as possible. Bug 599618. | ||||
* | Remove links to code that no longer exists to fix make dist | Richard Hughes | 2010-05-07 | 9 | -558/+0 |
| | |||||
* | Clear out removed deprecations from POTFILES | Seán de Búrca | 2010-05-07 | 1 | -19/+0 |
| | |||||
* | Remove a missing include in one of the tests that broke the build from a ↵ | Richard Hughes | 2010-05-07 | 1 | -1/+0 |
| | | | | fresh checkout | ||||
* | Typo | Khaled Hosny | 2010-05-07 | 1 | -1/+1 |
| | |||||
* | [test] Fix floating test | Javier Jardón | 2010-05-07 | 1 | -1/+0 |
| | | | | The test was broken by commit e0969a13 | ||||
* | Updated Indonesian translation, 100% as of 20100507 | Andika Triwidada | 2010-05-07 | 1 | -39/+43 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2010-05-07 | 1 | -5/+5 |
| | |||||
* | Rename configure.in to configure.ac | Martin Nordholts | 2010-05-07 | 5 | -90/+89 |
| | | | | | | | 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 | ||||
* | [test] Do not test deprecated GtkText | Javier Jardón | 2010-05-07 | 1 | -2/+1 |
| | |||||
* | Reintroduce gtk_progress_* api in gtk.symbols | Javier Jardón | 2010-05-07 | 1 | -0/+21 |
| | | | | This api is deprecated but GtkToolBar still uses it | ||||
* | Remove deprecated functions from GtkProgressBar | Javier Jardón | 2010-05-07 | 1 | -107/+0 |
| | |||||
* | Clean up docs, disable testtext for now. | Matthias Clasen | 2010-05-07 | 5 | -558/+2 |
| | |||||
* | Merge branch 'gtk-2-90' | Matthias Clasen | 2010-05-06 | 448 | -64106/+1184 |
|\ | | | | | | | | | Conflicts: gtk/gtkentry.h | ||||
| * | Use accessor functions to access GtkLabel variables | Javier Jardón | 2010-05-03 | 2 | -10/+14 |
| | | |||||
| * | Do not use deprecated GtkNoteBook api in testgtk | Javier Jardón | 2010-05-03 | 1 | -46/+6 |
| | | |||||
| * | Remove deprecated GtkProgress functionality from testgtk | Javier Jardón | 2010-05-03 | 1 | -73/+26 |
| | | |||||
| * | Remove GtkTreeItem completely | Javier Jardón | 2010-05-03 | 4 | -158/+0 |
| | | |||||
| * | Remove GtkTree completely | Javier Jardón | 2010-05-03 | 6 | -562/+0 |
| | | |||||
| * | Remove GtkText completely | Javier Jardón | 2010-05-03 | 5 | -485/+0 |
| | | |||||
| * | Restore non-deprecated GtkToolbar functions in gtk.symbols | Javier Jardón | 2010-05-03 | 1 | -0/+2 |
| | | | | | | | | | | The functions gtk_toolbar_set_icon_size() and gtk_toolbar_unset_icon_size() are not deprecated | ||||
| * | Remove GtkTooltips completely | Javier Jardón | 2010-05-03 | 4 | -233/+0 |
| | | |||||
| * | Remove GtkOptionMenu completely | Javier Jardón | 2010-05-03 | 4 | -158/+0 |
| | | |||||
| * | Remove all gtk_marshal_* functions from the gtk.symbols | Javier Jardón | 2010-05-03 | 1 | -33/+0 |
| | | |||||
| * | Port testtreeview to new API | Javier Jardón | 2010-05-03 | 1 | -62/+17 |
| | | | | | | | | | | | | Use GtkComboBox instead the deprecated GtkOptionMenu https://bugzilla.gnome.org/show_bug.cgi?id=616679 | ||||
| * | Remove all gtk_draw_* deprecated functions completely | Javier Jardón | 2010-05-03 | 3 | -397/+0 |
| | | |||||
| * | Remove gtk_color_selection_set_update_policy() completely | Javier Jardón | 2010-05-03 | 3 | -40/+0 |
| | | |||||
| * | Declare random item correctly in stresstest-toolbar | Christian Dywan | 2010-05-03 | 1 | -4/+4 |
| | | |||||
| * | Use GtkComboBox, GtkOrientable and no GtkObject in testtoolbar | Christian Dywan | 2010-05-03 | 1 | -33/+20 |
| | | |||||
| * | Don't set child-min-width/ height in the button box test | Christian Dywan | 2010-05-03 | 1 | -4/+0 |
| | | | | | | | | This is not a property. The feature was removed. | ||||
| * | Revert accidental removal of book pixmap strings | Christian Dywan | 2010-05-03 | 1 | -2/+48 |
| | | |||||
| * | Remove unused dump_accels() function from testgtk | Christian Dywan | 2010-05-03 | 1 | -8/+0 |
| | |