summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Spanish translationJorge González2010-05-101-829/+778
|
* Updated Spanish translationJorge González2010-05-101-305/+244
|
* Fix make dist after breaking it in my last commitRichard Hughes2010-05-101-1/+1
|
* Update API version in file and directory namesTor Lillqvist2010-05-101-17/+20
|
* Update GtkApiVersionTor Lillqvist2010-05-101-1/+1
|
* GtkCList is goneTor Lillqvist2010-05-101-3/+2
|
* Don't use g_drag_context_refTor Lillqvist2010-05-101-2/+2
|
* Install gdk-pixbuf-xlib-3.0.so.0, although this might be nuked in the near ↵Richard Hughes2010-05-102-8/+8
| | | | future
* Install the gail tests in /usr/lib/gtk-3.0/modulesRichard Hughes2010-05-101-1/+1
|
* Modify the gettext translation domain for the gtk3 renameRichard Hughes2010-05-101-1/+1
|
* Add padding around the status iconsMatthias Clasen2010-05-103-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 ABIRichard Hughes2010-05-101-1/+1
|
* Fix make distcheckRichard Hughes2010-05-102-2/+1
|
* Make it easy for apps to have dark themesBastien Nocera2010-05-104-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 changedJavier Jardón2010-05-101-2/+2
| | | | | Reported by César Themudo here: https://bugzilla.gnome.org/show_bug.cgi?id=618162
* Fix typo in gtkprintoperationJavier Jardón2010-05-081-1/+1
| | | | | Reported by Andika Triwidada in https://bugzilla.gnome.org/show_bug.cgi?id=618093
* remove some deprecated parts from the docsMatthias Clasen2010-05-081-5/+1
|
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-08242-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 positioningMatthias Clasen2010-05-071-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 distRichard Hughes2010-05-079-558/+0
|
* Clear out removed deprecations from POTFILESSeán de Búrca2010-05-071-19/+0
|
* Remove a missing include in one of the tests that broke the build from a ↵Richard Hughes2010-05-071-1/+0
| | | | fresh checkout
* TypoKhaled Hosny2010-05-071-1/+1
|
* [test] Fix floating testJavier Jardón2010-05-071-1/+0
| | | | The test was broken by commit e0969a13
* Updated Indonesian translation, 100% as of 20100507Andika Triwidada2010-05-071-39/+43
|
* Updated Indonesian translationAndika Triwidada2010-05-071-5/+5
|
* Rename configure.in to configure.acMartin Nordholts2010-05-075-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 GtkTextJavier Jardón2010-05-071-2/+1
|
* Reintroduce gtk_progress_* api in gtk.symbolsJavier Jardón2010-05-071-0/+21
| | | | This api is deprecated but GtkToolBar still uses it
* Remove deprecated functions from GtkProgressBarJavier Jardón2010-05-071-107/+0
|
* Clean up docs, disable testtext for now.Matthias Clasen2010-05-075-558/+2
|
* Merge branch 'gtk-2-90'Matthias Clasen2010-05-06448-64106/+1184
|\ | | | | | | | | Conflicts: gtk/gtkentry.h
| * Use accessor functions to access GtkLabel variablesJavier Jardón2010-05-032-10/+14
| |
| * Do not use deprecated GtkNoteBook api in testgtkJavier Jardón2010-05-031-46/+6
| |
| * Remove deprecated GtkProgress functionality from testgtkJavier Jardón2010-05-031-73/+26
| |
| * Remove GtkTreeItem completelyJavier Jardón2010-05-034-158/+0
| |
| * Remove GtkTree completelyJavier Jardón2010-05-036-562/+0
| |
| * Remove GtkText completelyJavier Jardón2010-05-035-485/+0
| |
| * Restore non-deprecated GtkToolbar functions in gtk.symbolsJavier Jardón2010-05-031-0/+2
| | | | | | | | | | The functions gtk_toolbar_set_icon_size() and gtk_toolbar_unset_icon_size() are not deprecated
| * Remove GtkTooltips completelyJavier Jardón2010-05-034-233/+0
| |
| * Remove GtkOptionMenu completelyJavier Jardón2010-05-034-158/+0
| |
| * Remove all gtk_marshal_* functions from the gtk.symbolsJavier Jardón2010-05-031-33/+0
| |
| * Port testtreeview to new APIJavier Jardón2010-05-031-62/+17
| | | | | | | | | | | | Use GtkComboBox instead the deprecated GtkOptionMenu https://bugzilla.gnome.org/show_bug.cgi?id=616679
| * Remove all gtk_draw_* deprecated functions completelyJavier Jardón2010-05-033-397/+0
| |
| * Remove gtk_color_selection_set_update_policy() completelyJavier Jardón2010-05-033-40/+0
| |
| * Declare random item correctly in stresstest-toolbarChristian Dywan2010-05-031-4/+4
| |
| * Use GtkComboBox, GtkOrientable and no GtkObject in testtoolbarChristian Dywan2010-05-031-33/+20
| |
| * Don't set child-min-width/ height in the button box testChristian Dywan2010-05-031-4/+0
| | | | | | | | This is not a property. The feature was removed.
| * Revert accidental removal of book pixmap stringsChristian Dywan2010-05-031-2/+48
| |
| * Remove unused dump_accels() function from testgtkChristian Dywan2010-05-031-8/+0
| |