Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Use g_source_set_name for all custom GSources in GTK+ | Colin Walters | 2010-06-03 | 4 | -0/+8 |
| | | | | | | | Naming the sources allows easier debugging with e.g. SystemTap probes. https://bugzilla.gnome.org/show_bug.cgi?id=620511 | ||||
* | Silence a few warnings in !HAVE_RANDR builds | Matthias Clasen | 2010-06-03 | 1 | -1/+5 |
| | |||||
* | [docs] Improve GtkAction documentation | Tadej Borovšak | 2010-06-04 | 1 | -6/+11 |
| | | | | | | | Simple GtkAction API docs update that makes it easier to understand how action affects the appearance of proxy. Signed-off-by: Javier Jardón <jjardon@gnome.org> | ||||
* | Bug 596428 - GtkAssistant: Support ending with a progress page | Matthew Barnes | 2010-06-03 | 5 | -10/+115 |
| | | | | | | | | | | | | | - Add gtk_assistant_commit() This function discards the visited pages list so the back button is not shown on the current page, and removes the cancel button from subsequent pages. Use this when information provided thus far cannot be revisited. - Don't show the Forward button on a GTK_ASSISTANT_PAGE_PROGRESS if it's the last page (according to the forward page function). - Append a progress page to the GtkAssistant demo. | ||||
* | Silence a few configure warnings about datarootdir | Matthias Clasen | 2010-06-03 | 2 | -0/+2 |
| | |||||
* | Fix a typo | Matthias Clasen | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Avoid a 'EXTRA_DIST multiply defined' warning | Matthias Clasen | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2010-06-03 | 1 | -174/+174 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2010-06-03 | 1 | -1246/+1088 |
| | |||||
* | Test connection to all given addresses when printing | Marek Kasik | 2010-06-03 | 2 | -2/+17 |
| | | | | | Go to the next address given by CUPS if we fail to connect to previous address (#603637). | ||||
* | Remove indices for 2.x additions | Matthias Clasen | 2010-06-03 | 1 | -44/+0 |
| | |||||
* | GtkSeparator is no instantiatable | Matthias Clasen | 2010-06-03 | 1 | -3/+4 |
| | |||||
* | Update documentation for orientables | Matthias Clasen | 2010-06-03 | 4 | -11/+7 |
| | | | | | Don't document these as abstract anymore, since they are now instantiatable. | ||||
* | Remove old migration docs | Matthias Clasen | 2010-06-03 | 9 | -2096/+402 |
| | | | | | This information will still be available in the 2.22 docs. For 3.0, we'll do sortof a clean start. | ||||
* | Remove docs about 1.2 <> 2.0 differences | Matthias Clasen | 2010-06-02 | 2 | -34/+1 |
| | | | | | These should not be kept in 3.0. Noticed by Dan Winship in bug #619838. | ||||
* | Fix a doc typo | Matthias Clasen | 2010-06-02 | 1 | -4/+4 |
| | | | | See bug #620244 | ||||
* | app: forgot to update API docs in the last commit | Michael Natterer | 2010-06-02 | 1 | -1/+1 |
| | | | | (cherry picked from commit 22c61e0c8f0028cb4da8b4a107f8018f5a0ed5dc) | ||||
* | gdk: rename gdk_drag_context_get_action() to ↵ | Michael Natterer | 2010-06-02 | 3 | -3/+3 |
| | | | | | | | gdk_drag_context_get_selected_action() so its purpose is clear. (cherry picked from commit d393cb377c60a4de9cab1d026acccafed1e34ec1) | ||||
* | Bug 611709 - Add gtk_statusbar_remove_all | Garrett Regier | 2010-06-02 | 3 | -0/+70 |
| | |||||
* | Bug 608218 - GtkOffscreenWindow causes bad window with GtkEntry | Cody Russell | 2010-06-01 | 1 | -0/+3 |
| | | | | | | | We now exit early from gdk_window_register_dnd() to avoid crashing if the window type is GDK_WINDOW_OFFSCREEN and does not support dnd operations. This makes it possible to use any dnd-enabled widgets, such as GtkEntry, within a GtkOffscreenWindow. | ||||
* | [gtktreeview] Add a couple of annotations | Johan Dahlin | 2010-05-31 | 1 | -12/+12 |
| | |||||
* | Improved icon view keynav | Matthias Clasen | 2010-05-30 | 6 | -4/+370 |
| | | | | | | | | Use ::keynav-failed for arrow navigation in icon views, so that it is possible to override error handling. Also add API to get the row/col of an item. With this, it is possible to make arrow keynav span adjacent icon views, which is desired in the new control-center shell. testiconview-keynav demonstrates this. | ||||
* | Trivial typo fix | Matthias Clasen | 2010-05-30 | 1 | -4/+17 |
| | |||||
* | Simple typo fix | Matthias Clasen | 2010-05-30 | 1 | -2/+2 |
| | |||||
* | [docs] Add GTK+3 migration guide | Javier Jardón | 2010-05-29 | 3 | -0/+72 |
| | |||||
* | Bug 607628 - DnD operation doesn't work when using offscreen | Michael Natterer | 2010-05-29 | 1 | -160/+105 |
| | | | | | | | | | Changed the way to find the drop widget from a top->bottom recursion using GdkWindow positions to a liner bottom->top walk up the widget hierarchy using _gtk_widget_find_at_coords() and gtk_widget_translate_coordinates(), which both do the right things for offscreen widgets. (cherry picked from commit cb8c0763215bd18219c2d32b56e4bfe8a576f6b3) | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-05-28 | 1 | -74/+48 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-05-28 | 1 | -1489/+1456 |
| | |||||
* | gtk_tree_selection_get_selected: added transfer none annotation to model out arg | John (J5) Palmieri | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | Revert "Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum" | Javier Jardón | 2010-05-28 | 1 | -8/+0 |
| | | | | This reverts commit 72467ba2e6136c7a2c1754280dc8edff56b5bf3c. | ||||
* | gtk_tree_view_get_model: return value annotated transfer none | John (J5) Palmieri | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | annotation fixes | John (J5) Palmieri | 2010-05-27 | 1 | -2/+2 |
| | | | | | | * gtk_tree_model_get_column_type: transfer none added to the return value * gtk_tree_model_get_path: value parameter switched from inout to out so that it is annotated with caller-allocates | ||||
* | gtkwidget.h: Fix a typo | Javier Jardón | 2010-05-27 | 1 | -1/+1 |
| | | | | | | | Fix a type introduced in commit 818d444e2fa772af8e483bd151522d019514030d Reported by Garrett Regier. | ||||
* | Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum | Javier Jardón | 2010-05-27 | 1 | -0/+8 |
| | | | | | | This macro will be moved to a private header in GTK+3. https://bugzilla.gnome.org/show_bug.cgi?id=615666 |