summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Use g_source_set_name for all custom GSources in GTK+Colin Walters2010-06-034-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 buildsMatthias Clasen2010-06-031-1/+5
|
* [docs] Improve GtkAction documentationTadej Borovšak2010-06-041-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 pageMatthew Barnes2010-06-035-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 datarootdirMatthias Clasen2010-06-032-0/+2
|
* Fix a typoMatthias Clasen2010-06-031-1/+1
|
* Avoid a 'EXTRA_DIST multiply defined' warningMatthias Clasen2010-06-031-1/+1
|
* Updated Irish translationSeán de Búrca2010-06-031-174/+174
|
* Updated Irish translationSeán de Búrca2010-06-031-1246/+1088
|
* Test connection to all given addresses when printingMarek Kasik2010-06-032-2/+17
| | | | | Go to the next address given by CUPS if we fail to connect to previous address (#603637).
* Remove indices for 2.x additionsMatthias Clasen2010-06-031-44/+0
|
* GtkSeparator is no instantiatableMatthias Clasen2010-06-031-3/+4
|
* Update documentation for orientablesMatthias Clasen2010-06-034-11/+7
| | | | | Don't document these as abstract anymore, since they are now instantiatable.
* Remove old migration docsMatthias Clasen2010-06-039-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 differencesMatthias Clasen2010-06-022-34/+1
| | | | | These should not be kept in 3.0. Noticed by Dan Winship in bug #619838.
* Fix a doc typoMatthias Clasen2010-06-021-4/+4
| | | | See bug #620244
* app: forgot to update API docs in the last commitMichael Natterer2010-06-021-1/+1
| | | | (cherry picked from commit 22c61e0c8f0028cb4da8b4a107f8018f5a0ed5dc)
* gdk: rename gdk_drag_context_get_action() to ↵Michael Natterer2010-06-023-3/+3
| | | | | | | gdk_drag_context_get_selected_action() so its purpose is clear. (cherry picked from commit d393cb377c60a4de9cab1d026acccafed1e34ec1)
* Bug 611709 - Add gtk_statusbar_remove_allGarrett Regier2010-06-023-0/+70
|
* Bug 608218 - GtkOffscreenWindow causes bad window with GtkEntryCody Russell2010-06-011-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 annotationsJohan Dahlin2010-05-311-12/+12
|
* Improved icon view keynavMatthias Clasen2010-05-306-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 fixMatthias Clasen2010-05-301-4/+17
|
* Simple typo fixMatthias Clasen2010-05-301-2/+2
|
* [docs] Add GTK+3 migration guideJavier Jardón2010-05-293-0/+72
|
* Bug 607628 - DnD operation doesn't work when using offscreenMichael Natterer2010-05-291-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 Shahrabani2010-05-281-74/+48
|
* Updated Hebrew translation.Yaron Shahrabani2010-05-281-1489/+1456
|
* gtk_tree_selection_get_selected: added transfer none annotation to model out argJohn (J5) Palmieri2010-05-271-1/+1
|
* Revert "Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum"Javier Jardón2010-05-281-8/+0
| | | | This reverts commit 72467ba2e6136c7a2c1754280dc8edff56b5bf3c.
* gtk_tree_view_get_model: return value annotated transfer noneJohn (J5) Palmieri2010-05-271-1/+1
|
* annotation fixesJohn (J5) Palmieri2010-05-271-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 typoJavier Jardón2010-05-271-1/+1
| | | | | | | Fix a type introduced in commit 818d444e2fa772af8e483bd151522d019514030d Reported by Garrett Regier.
* Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enumJavier Jardón2010-05-271-0/+8
| | | | | | This macro will be moved to a private header in GTK+3. https://bugzilla.gnome.org/show_bug.cgi?id=615666