summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix distcheck by removing references to gtk/gtkprogress.cRichard Hughes2010-06-092-2/+0
|
* Fix build breakage on non-UnixTor Lillqvist2010-06-091-1/+4
| | | | | gdesktopappinfo.h does is in gio-unix headers, so can compile testapplication only on Unix.
* Fix build breakage on non-X11Tor Lillqvist2010-06-091-1/+0
| | | | | | | AM_CONDITIONALs need to be seen in all code paths. The one for XINPUT_NONE was only in the X11 if branch. But as that Automake confitional wasn't used in any Makefile.am anyway, just drop the AM_CONDITIONAL.
* [docs] Added some missing documentation to GdkDndJavier Jardón2010-06-092-0/+30
| | | | | The docs was removed by error in commit 9399114802846a3878ff3f8d818bd18664285cf4
* Get rid of GtkProgressMatthias Clasen2010-06-0911-1458/+576
| | | | | | | | | The entire api was deprecated since 2.0. This patch detangles GtkProgress from GtkProgressBar and moves all the pieces into GtkProgressBar that are required for non-deprecated progressbar functionality. Bug #620618
* Bump versionMatthias Clasen2010-06-091-1/+1
|
* [docs] Added some GtkIconView missing documentationJavier Jardón2010-06-091-0/+20
| | | | | | Document GtkIconViewDropPosition and GtkIconViewForeachFunc. The docs was removed by error in commit e17b9f282fb6cfb413de598350e273a68031994b
* [docs] .gitignore some template filesJavier Jardón2010-06-091-0/+3
|
* Remove one more gtk-doc template2.90.2Matthias Clasen2010-06-081-261/+0
|
* Don't call update-po in make distMatthias Clasen2010-06-082-2/+2
| | | | | This is causing the bulk of the conflicts I have during distcheck, and is not really necessary.
* Get rid of templates that gtk-doc touches during distcheckMatthias Clasen2010-06-087-2097/+87
| | | | | In an attempt to make distcheck not touch any files under source control.
* [gtkwidget] Add type annotations for the event signals.Steve Frécinaux2010-06-081-23/+42
|
* Move docs inlineMatthias Clasen2010-06-081-0/+16
|
* Distcheck fixesMatthias Clasen2010-06-083-2/+4
|
* Fix !srcdir buildMatthias Clasen2010-06-081-14/+0
|
* gail: don't use removed GtkTooltips APIMichael Natterer2010-06-081-3/+3
| | | | | | In the absence of new API to port to, left the code in a useless if(FALSE /* FIXME */) state, for somebody with better gail knowledge to fix.
* Updated Irish translationSeán de Búrca2010-06-081-19/+14
|
* bgo#608537 - Make the file chooser's sort arrows consistent with the HIGFederico Mena Quintero2010-06-081-2/+2
| | | | | | ... Although I think the HIG gets things backwards anyway. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* UpdatesMatthias Clasen2010-06-081-0/+61
|
* Bump the gobject-introspection requiresMatthias Clasen2010-06-081-1/+1
|
* Get one step closer to fixing the gobject-introspection compile failureRichard Hughes2010-06-081-0/+1
|
* Use gtk_action_group_get_action when looking up actionsMatthias Clasen2010-06-081-15/+8
| | | | | ...instead of open-coding it. Pointed out by Christian Persch in bug 620960
* Remove debug spewMatthias Clasen2010-06-081-3/+0
|
* Update to GApplication api changesMatthias Clasen2010-06-081-2/+1
|
* add transfer-none to return value of gtk_widget_get_windowJohn (J5) Palmieri2010-06-071-1/+1
|
* [gdkevents] Add annotations for GdkEvent getters.Steve Frécinaux2010-06-081-9/+9
|
* [gtktextbuffer] Annotate gtk_text_buffer_create_mark()Steve Frécinaux2010-06-081-1/+1
| | | | | | Add (transfer none) to the return value of gtk_text_buffer_create_mark(), as the documentation clearly states the caller doesn't have ownership of the returned value.
* Add GtkApplicationMatthias Clasen2010-06-0713-5/+868
| | | | | | | | | | | | | | | | | This is a work in progress to stub out an application class. The primary goal is to provide a mechanism for applications to export GtkActions, and there is a standard "Quit" action. This is based on GApplication. Future work: * Add a way to say "This is my application menubar", which gets put into all toplevel windows on non-OS-X, and into the top on OS X. * Support session management. * Support application settings. https://bugzilla.gnome.org/show_bug.cgi?id=127958
* annotate allow-none for gtk_image_menu_item_new_from_stock accel_group paramJohn (J5) Palmieri2010-06-071-2/+2
|
* add allow-none annotation to gtk_clipboard_set_can_store's targets parameterJohn (J5) Palmieri2010-06-071-2/+3
|
* Return error instead of showing an error dialog when printingMarek Kasik2010-06-073-44/+52
| | | | | | | Remove message dialogs showing an error when printing. Return GTK_PRINT_OPERATION_RESULT_ERROR and set error in such a case. Also return GTK_PRINT_OPERATION_RESULT_CANCEL when cancelled. Do it for synchronous and asynchronous cases (#549127).
* Split gdk x11 funcs to their own typelibTomeu Vizoso2010-06-071-5/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=617863
* drop the draw_string() function from GtkStyleSven Herzberg2010-06-073-91/+0
| | | | | | | | | | | Reviewed by Michael Natterer. * gtk/gtkstyle.c, * gtk/gtkstyle.h: gdk_draw_string() has been deprecated and removed already. There's no one left who should be using this function (found this when porting sapwood to GTK+ 3.0) * modules/engines/pixbuf/pixbuf-draw.c: don't implement this unused function
* Fix up abi checkingMatthias Clasen2010-06-076-4/+20
| | | | | The abicheck script was hardcoding assumptions about XI2 being used, making it fail on e.g. RHEL5.
* Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guardsJavier Jardón2010-06-0719-34/+1
|
* Remove gdkx_colormap_get() deprecated functionJavier Jardón2010-06-075-52/+0
|
* Make gdk build against old X headersMatthias Clasen2010-06-061-0/+6
| | | | | The XI.h in RHEL5 is missing some defines that are used in the new device code.
* Remove deprecatedd code from GdkColorJavier Jardón2010-06-0711-735/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=619649
* Updated Esperanto translationKristjan Schmidt2010-06-061-1/+1
|
* Updated Esperanto translationKristjan Schmidt2010-06-061-2341/+1919
|
* Updated Esperanto translationKristjan Schmidt2010-06-061-2186/+2269
|
* Bump Glib required version as is needed by g_source_set_name()Javier Jardón2010-06-051-1/+1
| | | | | The use of this new api was added in 95bc0f540555c15561ae1ddd2387ea5157591fda
* Make progressbars render progress againChristian Dywan2010-06-041-4/+6
| | | | | This was broken during some earlier deprecation cleanup. Bug 620509.
* Remove remaining single-include guardsMatthias Clasen2010-06-047-10/+6
|
* Don't install private headersMatthias Clasen2010-06-041-5/+5
|
* [docs] Fix GtkWindow: activate-default => activate-focus.Stanislas Marquis2010-06-051-1/+1
| | | | Signed-off-by: Javier Jardón <jjardon@gnome.org>
* Fix a parameter name mismatchMatthias Clasen2010-06-041-1/+1
|
* Add a few missing symbolsMatthias Clasen2010-06-041-0/+2
|
* Fix a doc comment typoMatthias Clasen2010-06-041-1/+0
|
* [docs] gtktoolshell: Fix some "Since" tagsJavier Jardón2010-06-041-4/+4
| | | | | | | get_ellipsize_mode(), get_text_alignment(), get_text_orientation() and get_text_size_group() were added in GTK+ 2.20, not 2.14. Reported by Stanislas Marquis on IRC.