Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix distcheck by removing references to gtk/gtkprogress.c | Richard Hughes | 2010-06-09 | 2 | -2/+0 |
| | |||||
* | Fix build breakage on non-Unix | Tor Lillqvist | 2010-06-09 | 1 | -1/+4 |
| | | | | | gdesktopappinfo.h does is in gio-unix headers, so can compile testapplication only on Unix. | ||||
* | Fix build breakage on non-X11 | Tor Lillqvist | 2010-06-09 | 1 | -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 GdkDnd | Javier Jardón | 2010-06-09 | 2 | -0/+30 |
| | | | | | The docs was removed by error in commit 9399114802846a3878ff3f8d818bd18664285cf4 | ||||
* | Get rid of GtkProgress | Matthias Clasen | 2010-06-09 | 11 | -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 version | Matthias Clasen | 2010-06-09 | 1 | -1/+1 |
| | |||||
* | [docs] Added some GtkIconView missing documentation | Javier Jardón | 2010-06-09 | 1 | -0/+20 |
| | | | | | | Document GtkIconViewDropPosition and GtkIconViewForeachFunc. The docs was removed by error in commit e17b9f282fb6cfb413de598350e273a68031994b | ||||
* | [docs] .gitignore some template files | Javier Jardón | 2010-06-09 | 1 | -0/+3 |
| | |||||
* | Remove one more gtk-doc template2.90.2 | Matthias Clasen | 2010-06-08 | 1 | -261/+0 |
| | |||||
* | Don't call update-po in make dist | Matthias Clasen | 2010-06-08 | 2 | -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 distcheck | Matthias Clasen | 2010-06-08 | 7 | -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écinaux | 2010-06-08 | 1 | -23/+42 |
| | |||||
* | Move docs inline | Matthias Clasen | 2010-06-08 | 1 | -0/+16 |
| | |||||
* | Distcheck fixes | Matthias Clasen | 2010-06-08 | 3 | -2/+4 |
| | |||||
* | Fix !srcdir build | Matthias Clasen | 2010-06-08 | 1 | -14/+0 |
| | |||||
* | gail: don't use removed GtkTooltips API | Michael Natterer | 2010-06-08 | 1 | -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 translation | Seán de Búrca | 2010-06-08 | 1 | -19/+14 |
| | |||||
* | bgo#608537 - Make the file chooser's sort arrows consistent with the HIG | Federico Mena Quintero | 2010-06-08 | 1 | -2/+2 |
| | | | | | | ... Although I think the HIG gets things backwards anyway. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | Updates | Matthias Clasen | 2010-06-08 | 1 | -0/+61 |
| | |||||
* | Bump the gobject-introspection requires | Matthias Clasen | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Get one step closer to fixing the gobject-introspection compile failure | Richard Hughes | 2010-06-08 | 1 | -0/+1 |
| | |||||
* | Use gtk_action_group_get_action when looking up actions | Matthias Clasen | 2010-06-08 | 1 | -15/+8 |
| | | | | | ...instead of open-coding it. Pointed out by Christian Persch in bug 620960 | ||||
* | Remove debug spew | Matthias Clasen | 2010-06-08 | 1 | -3/+0 |
| | |||||
* | Update to GApplication api changes | Matthias Clasen | 2010-06-08 | 1 | -2/+1 |
| | |||||
* | add transfer-none to return value of gtk_widget_get_window | John (J5) Palmieri | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | [gdkevents] Add annotations for GdkEvent getters. | Steve Frécinaux | 2010-06-08 | 1 | -9/+9 |
| | |||||
* | [gtktextbuffer] Annotate gtk_text_buffer_create_mark() | Steve Frécinaux | 2010-06-08 | 1 | -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 GtkApplication | Matthias Clasen | 2010-06-07 | 13 | -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 param | John (J5) Palmieri | 2010-06-07 | 1 | -2/+2 |
| | |||||
* | add allow-none annotation to gtk_clipboard_set_can_store's targets parameter | John (J5) Palmieri | 2010-06-07 | 1 | -2/+3 |
| | |||||
* | Return error instead of showing an error dialog when printing | Marek Kasik | 2010-06-07 | 3 | -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 typelib | Tomeu Vizoso | 2010-06-07 | 1 | -5/+18 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=617863 | ||||
* | drop the draw_string() function from GtkStyle | Sven Herzberg | 2010-06-07 | 3 | -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 checking | Matthias Clasen | 2010-06-07 | 6 | -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 guards | Javier Jardón | 2010-06-07 | 19 | -34/+1 |
| | |||||
* | Remove gdkx_colormap_get() deprecated function | Javier Jardón | 2010-06-07 | 5 | -52/+0 |
| | |||||
* | Make gdk build against old X headers | Matthias Clasen | 2010-06-06 | 1 | -0/+6 |
| | | | | | The XI.h in RHEL5 is missing some defines that are used in the new device code. | ||||
* | Remove deprecatedd code from GdkColor | Javier Jardón | 2010-06-07 | 11 | -735/+17 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=619649 | ||||
* | Updated Esperanto translation | Kristjan Schmidt | 2010-06-06 | 1 | -1/+1 |
| | |||||
* | Updated Esperanto translation | Kristjan Schmidt | 2010-06-06 | 1 | -2341/+1919 |
| | |||||
* | Updated Esperanto translation | Kristjan Schmidt | 2010-06-06 | 1 | -2186/+2269 |
| | |||||
* | Bump Glib required version as is needed by g_source_set_name() | Javier Jardón | 2010-06-05 | 1 | -1/+1 |
| | | | | | The use of this new api was added in 95bc0f540555c15561ae1ddd2387ea5157591fda | ||||
* | Make progressbars render progress again | Christian Dywan | 2010-06-04 | 1 | -4/+6 |
| | | | | | This was broken during some earlier deprecation cleanup. Bug 620509. | ||||
* | Remove remaining single-include guards | Matthias Clasen | 2010-06-04 | 7 | -10/+6 |
| | |||||
* | Don't install private headers | Matthias Clasen | 2010-06-04 | 1 | -5/+5 |
| | |||||
* | [docs] Fix GtkWindow: activate-default => activate-focus. | Stanislas Marquis | 2010-06-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Javier Jardón <jjardon@gnome.org> | ||||
* | Fix a parameter name mismatch | Matthias Clasen | 2010-06-04 | 1 | -1/+1 |
| | |||||
* | Add a few missing symbols | Matthias Clasen | 2010-06-04 | 1 | -0/+2 |
| | |||||
* | Fix a doc comment typo | Matthias Clasen | 2010-06-04 | 1 | -1/+0 |
| | |||||
* | [docs] gtktoolshell: Fix some "Since" tags | Javier Jardón | 2010-06-04 | 1 | -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. |