[gtk+] (102 commits) Created branch treeview-refactor
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] (102 commits) Created branch treeview-refactor
- Date: Tue, 26 Oct 2010 09:21:31 +0000 (UTC)
The branch 'treeview-refactor' was created.
Summary of new commits:
0a3fa74... Properly propagate expand flags (*)
f4d57db... Make GtkProgressBar a no-window widget (*)
331323e... Make GtkSpinButton a no-window widget (*)
e465432... gtk: change GtkIconView to "support" actual trees (*)
596da84... Make GtkEntry a no-window widget (*)
715f577... socket: Fix compiler issues (*)
707d05b... progressbar: Remove declaration of nonexisting function (*)
5862075... comboboxtext: Add gtk_combo_box_text_remove_all() (*)
e6f95e9... entry: No, you can not haz ununused variables (*)
e428a09... configure: Enable silent rules by default (*)
5e8baa5... container: Fix typo that caused madness (*)
8bb2092... Adding vague initial draft of GtkCellArea to the codebase (
86b3c1b... Enhanced GtkWidget documentation with regards to height-for (*)
705e7ee... Added GtkCellArea to the build
55196a7... Add GtkScrollable interface (*)
06758f1... recent-manager: Move the file under XDG_USER_DATA (*)
03fc0dd... recent-manager: Add RecentInfo.create_app_info() (*)
27b71e0... recent-manager: Fix the documentation (*)
b0fe3e4... Add gtk_recent_info_get_gicon() (*)
95610f2... recent-chooser: Use gtk_recent_info_get_gicon() (*)
ba9efed... gtk: add gtk_entry_get_text_area() and gtk_entry_get_icon_a (*)
a7465c3... Fix a typo (*)
c101271... Make the docs build (*)
8f0ae8e... Add GtkGrid (*)
a9204e6... Remove child flipping from GtkGrid (*)
8cd13d0... Discourage use of GtkMisc and GtkAlignment (*)
6d2e4c2... gtk: return 0 not NULL from functions returning gint (*)
8e7aed9... gtk: fix tool palette scroll adjustment setting (*)
a46dec1... gtk: use the new scrollable API to get scroll adjustments (*)
d26ac64... Fixed problems with combination of height-for-width apis an (*)
585d719... Fix make dist now that gtkcomboboxentry does not exist (*)
3dc1f09... gtk: use the new scrollable API to get to the scroll adjust (*)
1f77384... gtk: undef DISABLE_DEPRECATED around including our own head (*)
8999053... docs: Add gtk-doc notation (*)
56d5b45... GtkExpander: avoid use of gtk_get_event_widget() (*)
d6a73fd... Assign all g_signal_connect() and friends to gulong variabl (*)
5ef2b46... Don't declare various unused variables in gtk_grid_set_orie (*)
ce5a29b... recent-manager: Coalesce multiple changes (*)
0d9ebb5... Move min-display-width/height to GtkScrolledWindow (*)
09ec50a... Remove GtkScrollablePolicy again (*)
d2eac1b... Remove some warnings (*)
c750003... Point to GtkGrid from the GtkBox and GtkTable docs (*)
5a5f808... Add GdkRGBA struct to supersede GdkColor (*)
ce06043... GdkWindow: Add gdk_window_set_background_rgba() (*)
684c941... GtkCellView: Add gtk_cell_view_set_background_rgba() (*)
e351a48... Make gtk_icon_info_load_symbolic() Take GdkRGBA colors. (*)
cb5b74e... GtkColorSelection: Add API to deal with GdkRGBA. (*)
1bbbd00... GtkColorButton: Add API to deal with GdkRGBA. (*)
5fbf20c... GtkCellRenderer: Add ::cell-background-rgba property (*)
d1140d0... GtkCellRendererText: Add [foreground|background]-rgba prope (*)
d2781bc... GtkBuilder: Prepare for parsing GdkRGBA types. (*)
8f766d3... gtktreestore: Move documentation to inline comments (*)
16cf239... gtktreeviewcolumn: Move documentation to inline comments (*)
e51daa7... gtktreesortable: Move documentation to inline comments (*)
8d3b36d... gtktreeselection: Move documentation to inline comments (*)
ec0c739... gtktreemodelfilter: Move documentation to inline comments (*)
96f2f2f... gtkscrollbar: Move documentation to inline comments (*)
38dbb84... gtkadjustment: Move documentation to inline comments (*)
9fb36ff... Add a way to associate numeric ids with combobox values (*)
ae6ba3a... NEWS for 2.91.2 (*)
a94db5b... Fix distcheck (*)
f89aaf9... Updated Hebrew translation. (*)
d94adcf... docs: Some fixes in GtkComboboxText notations (*)
0dd5eb4... docs: GtkComboBoxText: more fixes (*)
8885320... Merge branch 'master' into treeview-refactor
741d10c... Adding initial code skeleton for GtkCellAreaBox.
ed63ae2... Fixed push/pop_recursion_check() to not fire warnings for e (*)
ff5972c... Updated Spanish translation (*)
051dcde... Fixed fallout from GtkScrollable patches. (*)
7651c23... Revert the id-column patch (*)
3e594dd... Fix doc build (*)
1be9b7f... Some GtkApplication cleanups (*)
d7653e7... Add a unique->GtkApplication migration guide (*)
520a6ae... Fix up docs (*)
45e42ca... Implemented remaining portions of GtkCellLayout iface
0d7fdfb... Merge branch 'master' into treeview-refactor
0e3179b... Merge branch 'master' into treeview-refactor
5e163f7... Updated Arabic translation (*)
0722fbe... Removed attribute handling from class vfuncs of GtkCellArea
468a1d3... Implemented basic child list handling on GtkCellAreaBox
fe3f948... Implemented GtkCellLayoutIface->reorder on GtkCellAreaBox.
6153feb... Fill out the bug section (*)
bcb2394... Bring back lost functionality (*)
52a7553... GtkCalendar: turn into a no-window widget (*)
fdea6c5... Fix typo. (*)
4a63814... Updated Galician translations (*)
1d7aabe... Fix make distcheck as gtkcomboboxentry does not exist anymo (*)
546be63... Updated Spanish translation (*)
503698f... Support resetting cell renderer colors with NULL again (*)
366a37d... Add some GdkRGBA tests (*)
377e717... Add tests for GdkRGBA serialization (*)
d3f1745... Use g_ascii_strto[u]ll instead of strto[u]l (*)
9c60da8... Add new GdkRGBA api to symbol list (*)
c406b6e... Add new GdkRGBA apis to gtk.symbols (*)
7bbaa56... More updates (*)
a7285e6... Include gdkrgba.h (*)
04c1337... Bump version (*)
3fe0fb4... Added GtkScrollablePolicy property to scrollable interface (*)
209715f... Missed adding the scrolled window test in previous commit, (*)
8679563... Merge branch 'master' into treeview-refactor
b5e529f... Added GtkCellAreaIter class
97e3ccc... Added GtkCellAreaBox subclass to handle alignments of cells
(*) 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]