[gtk+/treeview-refactor] (257 commits) ...Merge branch 'master' into treeview-refactor
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/treeview-refactor] (257 commits) ...Merge branch 'master' into treeview-refactor
- Date: Tue, 16 Nov 2010 07:16:30 +0000 (UTC)
Summary of changes:
e0e6d5b... Fix gtk-doc markup: /* <private> */ should be /*< private > (*)
d08e8aa... Remove size_request from GtkAssistant (*)
8178e60... Remove size_request from GtkButtonBox (*)
f85543a... Remove size_request from GtkCalendar (*)
3bb3dc7... Remove size_request from GtkCheckButton (*)
2432bf4... Remove size_request from GtkEntry (*)
58354f2... Remove size_request from GtkFixed (*)
909a005... Remove size_request from GtkHSV (*)
86cb8d0... Remove size_request from GtkLayout (*)
4ca8716... Remove size_reuqest from GtkImage (*)
e45e9b1... Remove size_request from GtkProgressBar (*)
ac1bb22... Remove size_request from GtkSpinButton (*)
393bd50... Fixed unused variable in get_preferred_height(). (*)
7e3e063... Remove size_request from GtkHandleBox (*)
814cd2c... Removed size_request from GtkIconView. (*)
c8c3cf9... Removed size_request from GtkImageMenuItem (*)
2dca7ad... Removed size_request from GtkMenuBar (*)
9a80908... Removed size_request from GtkNotebook (*)
80ac6c9... Removed size_request from GtkOffscreenWindow (*)
d8051d1... [l10n] Updated Estonian translation (*)
9b60d27... Remove size_request from GtkPaned (*)
2b728f6... Fix a typo (*)
d95f8ae... Remove size_request from GtkRange (*)
7947f19... Remove size_request from GtkSeparator (*)
fc081e7... Remove size_request from GtkPathBar (*)
1184295... Remove size_request from GtkRuler (*)
add32ba... Removing size_request from GtkTreeview. (*)
f7740fe... Remove size_request from GtkTable (*)
1205f5a... Remove size_request from GtkToolbar (*)
7a85a31... Removing size_request from GtkToolPalette (*)
17c1bb4... Remove size_request from gtkToolItem (*)
87dfa72... Removed size_request from GtkTextView (*)
cb34d40... Use correct icon name in testtoolbar (*)
8f9807a... Remove size_request from GtkSeparatorToolItem (*)
1132f54... Removing size_request from GtkTextView (*)
c33a2b7... Fixed remaining call to ->size_request in GtkTextView. (*)
a41436c... Removed size_request from GtkTearoffMenuItem (*)
fb0a72d... Remove size_request from GtkScale (*)
f5207ab... Don't g_free gslice-allocated structures (*)
e3bf39b... Remove size_request from GtkSocket (*)
d13bf08... Revert "Removed size_request from GtkTextView" (*)
cb287cd... GtkSocket: Add error trap around call to XFixesChangeSaveSe (*)
94c8390... gtk: Fix crasher when loading symbolic icons (*)
a84b81d... Fix gtk_fixed_get_preferred_width (*)
48d0be5... Fix the build (*)
df4c566... Add a migration guide section on size_request (*)
6e22c64... Use gtk_widget_set_size_request() instead of handling "size (*)
1523509... Removed size_request from GtkToolItemGroup (*)
7af16e8... Make GtkPathBar use set_size_request() instead of the "size (*)
2f3e513... Merge branch 'kill-size-request' (*)
18f46ad... Added a runtime warning if any class is implementing the -> (*)
c41ec57... Fire a warning if there are any handlers connected to the d (*)
60feed7... Remove useless vars. (*)
4f9f52a... Port tests to GtkScrollable API instead of deprecated GtkLa (*)
a863697... [introspection] annotate delete_text invoker to match do_de (*)
7018c2a... GtkButtonBox doesn't do height-for-width (*)
7da5cd5... ifdef X-specific stuff (*)
398728f... Remove unused GdkDeviceManager variable (*)
b1dec86... Use the client pointer for events with no device. (*)
a4d9d2c... Updated Catalan (Valencian) translation (*)
8b512bd... Re-enable deprecation guards (*)
ac3fe17... GtkComboBox: Add a constructor that takes a model and adds (*)
b2397d3... Don't set get_preferred_width_for_height to NULL (*)
8154a59... gtk: remove declarations of removed internal functions (*)
e31304f... Use gtk_button_box_new() instead gtk_[v|h]_button_box_new() (*)
8d00879... Use gtk_separator_new() instead gtk_[v|h]separator_new() (*)
f00f120... Use gtk_ruler_new() instead gtk_[v|h]ruler_new() (*)
b3a7d40... Use gtk_paned_new() instead gtk_[v|h]paned_new() (*)
8177ad3... Use gtk_scale_new_with_range() instead gtk_[v|h]scale_new_w (*)
2170369... Use gtk_scale_new() instead gtk_[v|h]scale_new() (*)
570b90e... Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new() (*)
630b2c5... Fix initial size allocation with child widgets (*)
edec3e1... Make gdk_rgba_to_string() take a const GdkRGBA (*)
9795bd4... Migration guide additions (*)
b2207f6... docs: remove template of deprecated gtkcombo widget (*)
a9894d4... Use gtk_box_new() instead gtk_[v|h]box_new() (*)
73bac5a... Emphasize that GtkBox and GtkTable can be replaced by GtkGr (*)
338001a... Fixing typo in scrolled window (*)
ae71cf7... Fixed hangs in TextView and ToolPalette (*)
cdda7f9... Handle NULL intp in test_increment_intp() (*)
c5e9526... Improve GtkAssistant docs (*)
b5abd10... GtkAssistant: Add more details about buttons shown (*)
cbbfd7b... GtkAssistant: Add custom page type (*)
81d7dd0... Add content size test for scrolled window (*)
3a0afce... gtk: remove "gboolean homogeneous" from gtk_box_new() (*)
c6a379d... GtkAssistant: Mention custom pages in the introduction (*)
240e1b4... tests: missed these two gtk_box_new() which sneaked in by r (*)
476b4c2... gtk: fix automatic width of spin buttons which have no widt (*)
d1a58b7... gtk: remove all border_width handling from the button box (*)
54a5e37... Fix interaction between scrolling menus and automatic mnemo (*)
a3f19dd... Mention actions in the libunique migration guide (*)
750a9f3... Fix a typo (*)
b2ff82d... [l10n] Updated Estonian translation (*)
8eee2f9... NEWS for 2.91.3 (*)
c59ca4f... Move the /*< private >*/ at the correct position (*)
816f088... Fix make check (*)
9ff207b... Avoid exporting an extra symbol (*)
be70315... Add unit tests for textiter. (*)
4291019... Fix backward search bug exposed by the unit test (*)
2f98a1c... Add case insensitive to GtkTextIter. Fixes bug #61852. (*)
1fad7ea... Add caseless unit tests for textiter. (*)
69c7213... GtkToolitemGroup: Use monotonic clock for animation timeout (*)
450b1f4... Update NEWS (*)
5dddcb1... Get rid of unused shaped_object list in _GtkTextLineDisplay (*)
586c5f0... Bump version (*)
37dc91f... Do not use gbooleans to save some bits. (*)
d8d7316... Normalize boolean. (*)
c471466... Removed a trailing enum comma. (*)
d3aa89f... GtkScrollable: Improve the documentation text. (*)
764f627... Fix tiny documetnation typo. (*)
b80322b... Updated Japanese translation (*)
dab457f... docs: Fix gtk-doc markup in GtkWidget docs (*)
4e0a50d... docs: Improve cross-referencing on GtkGrid docs (*)
1f1e7c3... Revert "Move the /*< private >*/ at the correct position" (*)
fbdcf19... gtktoolitemgroup: don't use GTimeSpec (*)
5daab52... Switch to CSS interpretation of rgb() and rgba() colors (*)
1c14268... Only show Desktop in file chooser button if there is one (*)
10f0e99... Handle empty button boxes gracefully (*)
897a333... GtkWidget: Document the size-request signal deprecation. (*)
d1829ec... GtkWidget/GtkContainer: Slight fixes to geometry-management (*)
f437507... gtkwindow: properly set the window icon list (#631331) (*)
5071aa7... icon-theme: support pixbufs implementing the GIcon interfac (*)
fcfd494... tests: add a test for pixbufs implementing the GIcon interf (*)
a994a9f... icon-theme: always force icon sizes for emblems (*)
c69075f... tests: fix the build (*)
cf71dbd... docs: Fix generation of GtkGrid documentation (*)
0e0c4ee... docs: move documentation to inline comments: GtkEntry (*)
ef3cc73... GtkApplication: drop Quit from the docs (*)
04ba8ef... GtkApplication: rewrite example application (*)
f90bdb3... docs: Move documentation to inline comments: GtkTextView (*)
5efde9d... docs: move documentation to inline comments: GtkTreeView (*)
c08e7f0... docs: move documentation to inline comments: GtkColorButton (*)
6e56d05... Drop unused static function (*)
1e9c091... Avoid a compiler warning (*)
58ed78c... Fix build breakage and avoid a warning (*)
8f98c7f... Add _gtk_cell_renderer_calc_offset (*)
a9a7b60... Added Luganda translation (*)
6553655... docs: Move documentation to inline comments: GtkLayout (*)
aa4c965... docs: Move documentation to inline comments: GtkColorSelect (*)
c418ea8... docs: Move documentation to inline comments: GtkSettings (*)
6cfd907... docs: Move documentation to inline comments: GtkCellRendere (*)
d5593de... docs: Move documentation to inline comments: GtkCellRendere (*)
3aad9f6... docs: Move documentation to inline comments: GtkCellView (*)
5400ec8... [l10n] Updated Estonian translation (*)
9dfeee8... Make GtkFileChooserButton behave as expected when expanding (*)
dc40e17... Update msvc build (*)
9452b27... Bug 609622 - disappearing statusicon (*)
6920249... docs: Move documentation to inline comments: GtkPageSetup (*)
6a93e3b... docs: Move documentation to inline comments: GtkProgressBar (*)
76ba033... docs: Move documentation to inline comments: GtkPaned (*)
3ecc361... pixbuf engine: remove only use of GCache in Gtk (*)
1ddf183... Fix entry completion window sizing (*)
f718f1b... NEWS for 2.91.4 (*)
1b3cc80... gtk+.vsprops: Removed GdkPixbuf stuff and made up for misse (*)
2fccd51... gtk-demo.vcproj: set linker settings to be consistent (*)
3aabef6... gdk.vcprojin: Include .rc file and fixed linker settings (*)
f114efc... Bump glib req. to 2.27.3 (*)
88366ad... Don't export _gtk_cell_renderer_calc_offset (*)
6613fc7... Fix the doc build (*)
b3a4095... Rewrap text in gtk-demo (*)
4acf92c... introspection: Explicitly include libgdk-x11.la when scanni (*)
185bb28... Another attempt at scrolledwindow size allocation (*)
6929db7... fix up accidental exports (*)
bc070b9... bump version (*)
cdf517d... [introspection] add transfer none annotation to gdk_keyval_ (*)
eb34f33... [introspection] mark invokers for gtkeditable vfuncs (*)
76dc9e6... gtk: fix C99-style variable declarations in various sources (*)
ce3680f... Merge ssh://git.gnome.org/git/gtk+ (*)
086bfc7... gtkwocket-win32.c Added missing include to avoid C4013 (*)
8c674c5... gtklabel.c: Added hack for rint() (*)
66edc82... gtk+.vsprops: Update for GTK-3.0 (*)
7e47a5a... gtk+.sln: Remove GDK-Pixbuf compilation stuff (*)
02cbc51... gtk.vcprojin: include .rc file (*)
bbd0e73... Print files to Documents directory by default (*)
ba4dde9... gtkdialog.c: Remove trailing whitespace (*)
7c21974... gtk_dialog_get_content_area(): Fix the docs. (*)
b96d100... Updated Traditional Chinese translation (Hong Kong and Taiw (*)
63913ff... Pass the correct GDK library when working around Debian lib (*)
5beb96e... Really get rid of _gtk_cell_renderer_calc_offset (*)
aff1ca2... Remove no longer existing files (*)
7a52b1d... gdk: Add XSetting for "gtk-cursor-blink-timeout" (*)
4549841... Fix a crash in gnome-terminal when using a compositor (*)
c466d5e... examples/gtkdial: Do not use size_request vfunc (*)
d129c26... Updated Arabic translation (*)
fab3fcf... Updated Hungarian translation (*)
0f3b0e1... Added UG translation (*)
9786263... docs: Update URL of some documentation links (*)
ac94503... docs: Do not refer to deprecated GNOME2 porting guide (*)
3b90a21... docs: Mention that tooltip_column text should be escaped in (*)
4083e49... Updated British English translation (*)
466931c... Fixes wrong translation for Catalan (*)
8ca6882... docs: Move documentation to inline comments: gdkapplaunchco (*)
ca480f3... docs: Move documentation to inline comments: gdkdisplay (*)
133dfe5... docs: Move documentation to inline comments: gdkdisplaymana (*)
5f89dea... docs: Move documentation to inline comments: gdkscreen (*)
44ff1d8... docs: move documentation to inline comments: gdktesting (*)
2cd0302... docs: Move documentation to inline comments: gdkkeys (*)
1268c17... docs: Move documentation to inline comments: general (*)
d8e7486... docs: Remove GdkPixmap template (*)
9677dc0... docs: gdkrgba: Add "Since: 3.0" tags (*)
f69a035... Update Czech translation (*)
a3da018... [gi] add "out" annotations to gtk_tree_store_sort_column_id (*)
6b23787... gdk: Update gdk_settings_map for blink timeout to work (*)
157ec27... gdk: Add big fat warning about updating XSettings (*)
cc13047... docs: Move documentation to inline comments: gdkcursor (*)
9a8fcfa... docs: Move documentation to inline comments: gdkpango (*)
6bfdece... docs: Move documentation to inline comments: gdkvisual (*)
2f06ec0... docs: Move documentation to inline comments: gdkselection (*)
d2915ed... docs: Move documentation to inline comments: properties (*)
4400f99... docs: Move documentation to inline comments: gdkevents (*)
b63800b... docs: Move documentation to inline comments: gdkthreads (*)
a384b35... docs: Move documentation to inline comments: drawing (*)
e2cfecf... docs: Move documentation to inline comments: x_interaction (*)
b204995... docs: Move documentation to inline comments: event_structs (*)
2e2effb... docs: Remove template of unused functions (*)
9e78176... docs: Fix a typo in gtk_button_set_alignment() docs (*)
d45fd56... docs: Add cross-reference in GtkAlign docs (*)
5f3d819... GtkArg is deprecated since 2.2 (*)
77d6bd1... Deprecate GtkCallbackMarshal and GtkFunction (*)
70d95f0... gtkmain: Remove deprecated gtk_init_add() function (*)
1dd7424... Updated Hungarian translation
cb1ef69... Added UG translation
abb9824... docs: Update URL of some documentation links
333ff7d... docs: Do not refer to deprecated GNOME2 porting guide
a00cd60... docs: Mention that tooltip_column text should be escaped in
bad8d0b... Updated British English translation
3166767... Fixes wrong translation for Catalan
bb218b0... docs: Move documentation to inline comments: gdkapplaunchco
236f15c... docs: Move documentation to inline comments: gdkdisplay
1a1c4be... docs: Move documentation to inline comments: gdkdisplaymana
209afbb... docs: Move documentation to inline comments: gdkscreen
0b61aaa... docs: move documentation to inline comments: gdktesting
145fe4b... docs: Move documentation to inline comments: gdkkeys
2909edb... docs: Move documentation to inline comments: general
40b7a91... docs: Remove GdkPixmap template
4f92875... docs: gdkrgba: Add "Since: 3.0" tags
1e3f7ba... Update Czech translation
0d07cba... [gi] add "out" annotations to gtk_tree_store_sort_column_id
038fb4b... gdk: Update gdk_settings_map for blink timeout to work
e85c0f6... gdk: Add big fat warning about updating XSettings
1b5f0d5... docs: Move documentation to inline comments: gdkcursor
2adf427... docs: Move documentation to inline comments: gdkpango
4593df1... docs: Move documentation to inline comments: gdkvisual
7090aa1... docs: Move documentation to inline comments: gdkselection
4d6c033... docs: Move documentation to inline comments: properties
7524d5f... docs: Move documentation to inline comments: gdkevents
dd2db85... docs: Move documentation to inline comments: gdkthreads
7d12d2a... docs: Move documentation to inline comments: drawing
1cbba3f... docs: Move documentation to inline comments: x_interaction
ccd740f... docs: Move documentation to inline comments: event_structs
70bb377... docs: Remove template of unused functions
8809e46... docs: Fix a typo in gtk_button_set_alignment() docs
a5ab0a4... docs: Add cross-reference in GtkAlign docs
a512143... GtkArg is deprecated since 2.2
d5eee0d... Deprecate GtkCallbackMarshal and GtkFunction
446c0fd... gtkmain: Remove deprecated gtk_init_add() function
7105d02... Merge branch 'master' into treeview-refactor
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]