Maemo/MaemoGtkChanges
This page keeps track of all changes that are in Maemo-GTK+ and have not been backfolded to upstream GTK+. All new changes that are being done to Maemo-GTK+ that divert Maemo-GTK+ away from upstream GTK+ (ie. non-backport commits) must be documented on this page.
All question mark and check mark changes from Maemo/Gtk210Changes have been taken over on this page and marked with a new status accordingly. Any new commits to Maemo-GTK+ (that are not backmerges) will only appear on this page, as Maemo/Gtk210Changes will no longer be updated. Most question mark entries are still marked with a question mark; most checkmark entries are now blank entries, indicating a need for investigation.
Related Pages
Maemo/Gtk210Changes - (Outdated) Changes from GTK+ 2.10 to Maemo-GTK+ 2.10
Maemo/GtkContributions - Maemo-GTK+ features being contributed to upstream GTK+
Related Resources
maemo-gtk-2-10 - Maemo-GTK+ 2.10 branch in the repository
gtk-2.6.10-svn8713-cvs20061211.diff.gz - Diff between Maemo-GTK+ trunk revision 8713 and gtk-2-6 CVS as of 2006-12-11, cleaned up and whitespace corrected.
splitpatch-gtk-2-10.sh - Script to split up above gtk patch.
Maemo-GTK+ changes compared to upstream GTK+
Status (
)
Meaning
change has not been investigated and is not in upstream GTK+
change is not upstreamable
default property value differs from upstream
?
Unclear to merge and/or unclear to test
change has been submitted to upstream GTK+, see Maemo/GtkContributions
S
Maemo-GTK+ 2.10 stub, needs investigation
File
Comments
acconfig.h
add MAEMO_CHANGES define
configure.in
--with-maemo argument
gdk/gdkinternals.h
scratch image sizes
gdk/gdk.symbols
guard maemo symbols in MAEMO_CHANGES #ifdefs
gdk/makegdkalias.pl
support #ifdef MAEMO_CHANGES
gdk/x11/gdkdisplay-x11.c
allow to disable XSHM (env GDK_DISABLE_XSHM)
gdk/x11/gdkinput-x11.c
follow the Xi spec more closely when translating coords
gdk/x11/gdkmain-x11.c
Use g_error() on X errors, so testers get core dumps
gtk/Makefile.am
move gtkfilesystem.h, gtkfilesystemmodel.h, gtkfilechooserprivate.h, gtkfilechooserutils.h from private to semi-private
gtk/Makefile.am
compile with -DGTK_FILE_CHOOSER_ENABLE_UNSUPPORTED
gtk/Makefile.am
define MAEMO_CHANGES in the gtktypebuiltins.c rule
gtk/makegtkalias.pl
support #ifdef MAEMO_CHANGES
gtk/gtk.symbols
Add symbols new in Maemo-GTK+; guard them in MAEMO_CHANGES #ifdefs
gtk/gtkarrow.c
add "maemo-min-size" and "maemo-aspect-ratio" style properties
gtk/gtkbbox.{c,h}
refactor into _gtk_button_box_child_size_props
gtk/gtkbutton.c
M66 separator-height style property
gtk/gtkbutton.c
set tap-and-hold-state to GTK_STATE_ACTIVE
gtk/gtkbutton.{c,h}
S
hildon_gtk_button_set_depressed()
gtk/gtkcellrenderercombo.c
Add "changed" signal
gtk/gtkcellrenderertext.c
changes to xpad, ypad defaults
gtk/gtkcellrenderertext.c
render cell with normal state in prelight mode (might need back out later, since this is only triggered by motion events)
gtk/gtkcellrenderertext.c
don't set xpad, ypad to 2
gtk/gtkcellrenderertoggle.c
set toggle width default to 26
gtk/gtkcellrenderertoggle.c
follow insensitive state of widget
gtk/gtkcellview.c
different size allocation algorithm
gtk/gtkcellview.c
propagate insensitive state to cell renderers
gtk/gtkcombobox.c
propagate insensitive press from combo box child
gtk/gtkcombobox.c
::autodimmed-button propery for insensitive button on empty models
gtk/gtkcombobox.c
?
unset CAN_FOCUS on the button if the child is a GtkEntry, grab focus on the entry when button is clicked
gtk/gtkcontainer.c
Port support for tap-and-hold
gtk/gtkcontainer.c
Remove all instances from container from size_allocated_containers when it is destroyed
gtk/gtkcontainer.c
Only add toplevels to size_allocated_containers list
gtk/gtkcontainer.c
On adjustment updates after a container resize, only force focussed widget to be visible if it is smaller than the viewport.
gtk/gtkcontainer.c
adjust scroll area around focussed widget for every window after any container got resized via _gtk_container_post_size_allocate()
gtk/gtkcontainer.h
added _gtk_container_post_size_allocate()
gtk/gtkentry.c
hildon-input-mode IM property proxying/API
gtk/gtkentry.c
::invalid_input() signal, filter_text() function
gtk/gtkentry.c
connect to IM clipboard signals
gtk/gtkentry.c
various IM method calling changes/additions
gtk/gtkentry.c
truncation enabled by default
gtk/gtkentry.c
Resize completion popup in gtk_entry_size_allocate
gtk/gtkentry.h
hildon-input-mode API
gtk/gtkentry.h
::invalid_input() signal
gtk/gtkentry.h
hildon_gtk_entry_set_progress_adjustment
gtk/gtkentry.c
Added progressbar display in entry background
gtk/gtkentrycompletion.c
constrain popup size to fit on screen
gtk/gtkentrycompletion.c
?
make popup positioning hildon-friendly (bogus?)
gtk/gtkentrycompletion.c
don't add pointer grab to popup window (retain focus for IM)
gtk/gtkenums.h
GtkInvalidInputType, HildonGtkInputMode, HildonMode, HildonUIMode
gtk/gtkfilechooserprivate.h
add #ifndef GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED guard
gtk/gtkfilechooserutils.{c,h}
export _gtk_file_chooser_install_properties() via hildon_gtk_file_chooser_install_properties()
gtk/gtkfilechooserutils.c
add #include "gtkaliasdef.c"
gtk/gtkfilechooserutils.h
add #ifndef GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED guard
gtk/gtkfilesystem.[c,h]
Add gtk _file_info_set_icon_pixbuf
gtk/gtkfilesystem.h
add GTK_FILE_SYSTEM_ERROR_TIMEOUT
gtk/gtkfilesystemmodel.h
add #ifndef GTK_FILE_SYSTEM_ENABLE_UNSUPPORTED guard
gtk/gtkhbbox.c
better handling for allocation < requisition
gtk/gtkhbbox.c
support heterogeneous size allocation
gtk/gtkiconcachevalidator.c
adapt max value of "flags" due to addition ANI in updateiconcache.c
gtk/gtkiconfactory.c
Initialize Hildon icon sizes
gtk/gtkicontheme.c
Port of support for animations
gtk/gtkiconview.c
Paint the selection around the whole item and improve themeability
gtk/gtkiconview.c
Handle hildon-ui-mode property
gtk/gtkiconview.c
Render tickmarks over icons in some cases
gtk/gtkiconview.c
Alter row selection and activation behavior
gtk/gtkiconview.c
Disable cursor related code
gtk/gtkiconview.c
Enforce a row to be selected in single selection mode
gtk/gtkiconview.c
Support for row headers; tweaks to layouting algorithm, item paint routine, selection code and key navigation
gtk/gtkiconview.h
Support for row headers
gtk/gtkimcontext.c
added GtkIMContextPrivate, hildon-input-mode property
gtk/gtkimcontext.c
added has-selection, clipboard-operation signals
gtk/gtkimcontext.c
implement filter_event handler
gtk/gtkimcontext.c
added hildon_gtk_im_context_filter_event()
gtk/gtkimcontext.c
added gtk_im_context_show(), gtk_im_context_hide() (and the same prefixed with hildon_)
gtk/gtkimcontext.c
added hildon_gtk_im_context_has_selection(), hildon_gtk_im_context_{cut,copy,paste}()
gtk/gtkimcontext.h
GtkIMContextClipboardOperation, new signals, hildon_gtk_im_context_filter_event(), new API for signals
gtk/gtkimmodule.c
Drop "const" from _gtk_im_module_get_default_context_id()
gtk/gtkimmodule.h
Drop "const" from _gtk_im_module_get_default_context_id()
gtk/gtkimmulticontext.c
replace constant global_context_id string with get_global_context_id() function and update code dealing with global_context_id
gtk/gtkimmulticontext.c
port _{set,get}_property methods
gtk/gtkimmulticontext.c
add signal handlers for has-selection, clipboard-operation, input-mode-changed
gtk/gtkimmulticontext.c
handle notifications of hildon-input-mode property
gtk/gtkimmulticontext.c
implement filter_event, show, hide handlers
gtk/gtkimmulticontext.h
dropped const on context_id in GtkIMMultiContext
gtk/gtklabel.c
wrap at 85% (now 75%) of screen instead of 50% See 101968 for the real extended layout solution.
gtk/gtkmain.c
adaptions for ::insensitive_press
gtk/gtkmarshalers.list
VOID:STRING,BOXED for GtkCellRendererCombo::changed
gtk/gtkmenu.{c,h}
_gtk_menu_{push,pop}_context_menu_behavior()
gtk/gtkmenu.c
implemented Maemo context menu handling
gtk/gtkmenu.c
added widget names (HILDON_MENU_NAME*) for Maemo specific rc-files. Trying to figure out if we can do this without patching gtkmenu
gtk/gtkmenu.c
added gtk_menu_check_name() to help with HILDON_MENU_NAME*. Trying to figure out if we can do this without patching gtkmenu
gtk/gtkmenu.c
changed window from popup to toplevel without decorations
gtk/gtkmenu.c
added visibility notify handling (popdown when obscured)
gtk/gtkmenu.c
save/ restore pointer position across popups
gtk/gtkmenu.c
remove scroll arrow background painting
gtk/gtkmenu.c
add 20 pixel proximity thresholds (N770 spec)
gtk/gtkmenu.c
close context menus beyond pixel threshold in gtk_menu_motion_notify()
gtk/gtkmenu.c
call _gtk_menu_shell_set_first_click()
gtk/gtkmenu.c
scroll on click in touchscreen mode
gtk/gtkmenu.c
move scroll arrows to the bottom
gtk/gtkmenu.c
add maemo-arrow-scaling style property
gtk/gtkmenu.c
invoke accels even though menu is open
gtk/gtkmenuitem.c
submenu indicator draws differently when submenu is visible
gtk/gtkmenuitem.c
reduce the minimum width of menuitems
gtk/gtkmenushell.c
make navigation to GTK_MENU_DIR_PARENT always close exactly one submenu
gtk/gtkmenushell.c
::insensitive-press support
gtk/gtkmenushell.c
add _gtk_menu_shell_fake_button_events() to forward clicks when clicking outside
gtk/gtkmenutoolbutton.c
chain ::insensitive-press from the internal arrow
gtk/gtkmessagedialog.c
do not show the titlebar
gtk/gtknotebook.c
notebooks scrollable by default; pages expanded by default
gtk/gtknotebook.c
Show tabs for invisible pages
gtk/gtknotebook.c
Pass extra notebook_show_arrow detail to theme engine
gtk/gtkprogressbar.c
minimum height adjustment
gtk/gtkprogressbar.c
set text-xalign to 0.0
gtk/gtkquery.c
make semi-private instead of private
gtk/gtkradiobutton.c
Make TAB_FORWARD/BACKWARD behave as UP/DOWN. We have the inverse mapping for all dialogs, but it's wrong here
gtk/gtkrange.c
arrow-scaling style property (arrow images)
gtk/gtkrange.{c,h}
M31 stream-indicator/position API
gtk/gtkrbtree.{c, h}
allow for setting a base offset (used for GtkTreeView action area)
gtk/gtkrc.c
parse old hildon logical color format
gtk/gtkrc.c
attempt to read .cache file before parsing
gtk/gtkrc.c
parse theme and key theme first (makes styles available when parsing with gtk_rc_context_parse_string)
gtk/gtksearchengine.c
make semi-private instead of private
gtk/gtkstyle.c
gtk_style_lookup_logical_color() (deprecated in Maemo)
gtk/gtkstyle.h
provide old hidon logical color API
gtk/gtktextbuffer.{c,h}
M30 gtk_text_buffer_set,get_can_paste_rich_text(), gtk_text_buffer_set,get_rich_text_format()
gtk/gtktextview.c
hildon-input-mode property proxying/API
gtk/gtktextview.c
connect to IM clipboard signals
gtk/gtktextview.c
keep cursor visible in size_allocate() (this patch is now removed from maemo-gtk)
gtk/gtktextview.c
call IM's filter_event()
gtk/gtktextview.c
various IM reset changes
gtk/gtktextview.c
?
include previous whitespace in retreive_surrounding_handler()
gtk/gtktextview.c
in _set_buffer(): always set the buffer on the layout to NULL
gtk/gtktextview.c
in _set_buffer(): clear pending scroll
gtk/gtktextview.c
in _set_buffer(): unref buffer after removing the selection from clipboard
gtk/gtktextview.c
in _queue_scroll(): bail out if the given mark is not in text view's current buffer
gtk/gtktextview.c
in _value_changed(): also update the IM spot location before running _validate_onscreen()
gtk/gtktextview.h
hildon-input-mode API
gtk/gtktoolbutton.c
add support for insensitive-press
gtk/gtktoolbutton.c
proxy tap-and-hold signals for the GtkButton inside GtkToolButton
gtk/gtktreemodelfilter.c
don't assert in gtk_tree_model_filter_row_has_child_toggled()
gtk/gtktreeprivate.h
change TREE_VIEW_DRAG_WIDTH to 28 (affects size of area around column separators where resizing drag can be started)
gtk/gtktreeselection.c
make sure cursor is on selected row when switching to a single selection mode
gtk/gtktreeselection.c
?
small optimization in tree_column_is_sensitive
gtk/gtktreeselection.c
make _gtk_tree_selection_row_is_selectable check for row sensitivity
gtk/gtktreeselection.c
allow for unselecting an insensive row (this might have to go upstream)
gtk/gtktreeselection.c
use gtk_tree_view_column_set_cell_data_with_hint() where applicable
gtk/gtktreeselection.c
implement different row selection behaviors
gtk/gtktreeselection.c
Support for row headers
gtk/gtktreeview.c
Port of tap-and-hold support
gtk/gtktreeview.c
drag selection (pen dragging) (ported by modifying the upstream rubber banding code to resemble Maemo pen dragging, discontinuous selection has been dropped -- NOTE: needs more testing when hildon-fm port has been finalized)
gtk/gtktreeview.c
row-insensitive signal (test when hildon-fm is finalized)
gtk/gtktreeview.c
don't allow cursor to reach insensitive rows (keyboard)
gtk/gtktreeview.c
tap on row expands/collapses
gtk/gtktreeview.c
row-activate on single tap, but not until button-release, disable double click handling
gtk/gtktreeview.c
headers invisible by default
gtk/gtktreeview.c
scroll to expanding row (except for the bit that takes collapsing branches above into account, since that doesn't happen anymore)
gtk/gtktreeview.c
M41 expander indent (default value 10) (set value of 2.10 level-indentation property to 10)
gtk/gtktreeview.c
don't indent first level (handled by level-indentation property)
gtk/gtktreeview.c
separator height style property
gtk/gtktreeview.c
?
cursor follows selection handler (still needed?)
gtk/gtktreeview.c
unselect insensitive rows in row_changed
gtk/gtktreeview.c
M60 drop + 2 in gtk_tree_view_queue_draw_arrow (patched by setting the 2.10 show-expanders property to FALSE by default)
gtk/gtktreeview.c
M60 disable expanders (patched by setting the 2.10 show-expanders property to FALSE by default)
gtk/gtktreeview.c
paint drop indicator before cells
gtk/gtktreeview.c
move focus if we can't expand/collapse
gtk/gtktreeview.c
real_set_cursor() should not set cursor on insensitive rows (depends on row-insensitive signal)
gtk/gtktreeview.c
consider rows with only one special cell as not having special cells to get the focus rectangle over the whole row
gtk/gtktreeview.c
bail out of gtk_tree_view_focus() if can-focus is false
gtk/gtktreeview.c
don't start edge scrolling as soon as we receive a motion event
gtk/gtktreeview.c
skip headers when acquiring focus
gtk/gtktreeview.c
Clear all pending actions if we decide to start a drag in maybe_beging_dragging_row()
gtk/gtktreeview.c
Stop rubberbanding on row-deleted
gtk/gtktreeview.c
use gtk_tree_view_column_set_cell_data_with_hint() where applicable
gtk/gtktreeview.c
row-height style property
gtk/gtktreeview.c
make fixed-height-mode and row-separator-func play nice
gtk/gtktreeview.c
queue a resize when a new row separator func is set
gtk/gtktreeview.c
handle hildon-ui-mode property
gtk/gtktreeview.c
render tickmarks right of last column in some cases
gtk/gtktreeview.c
alter row selection and activation behavior
gtk/gtktreeview.c
enforce a row to be selected in single selection mode
gtk/gtktreeview.c
disable cursor related code
gtk/gtktreeview.c
Support for row headers; updates to validate, expose and selection code
gtk/gtktreeview.c
introduce hildon-row-tapped signal
gtk/gtktreeview.c
do not activate interactive search when enter/space is pressed
gtk/gtktreeview.c
allow for an action area via action-area-visible and action-area-orientation properties
gtk/gtktreeview.c
properly handle rows-offset based on action area status
gtk/gtktreeview.h
add row_insensitive signal
gtk/gtktreeview.h
Support for row headers
gtk/gtktreeview.h
allow for an action area
gtk/gtktreeviewcolumn.c
column header alignment changes
gtk/gtktreeviewcolumn.c
?
added _set_cell_data variants (_for_validation and _with_attributes)
gtk/gtktreeviewcolumn.c
add gtk_tree_view_column_set_cell_data_with_hint() and gtk_tree_view_column_get_cell_data_hint()
gtk/gtkwidget.c
Maemo specific customization hooks in constructed()
gtk/gtkwidget.c
Port of tap-and-hold implementation
gtk/gtkwidget.c
insensitive-press
gtk/gtkwidget.c
Added "maemo-position-theming" style property
gtk/gtkwidget.c
call _gtk_container_post_size_allocate() at the end of gtk_widget_size_allocate()
gtk/gtkwidget.c
(gtk_widget_size_allocate): only add toplevels to size_allocated_containers list
gtk/gtkwidget.c
introduce hildon-mode style property
gtk/gtkwidget.c
(tap and hold) custom boolean accumulator for handling the tap-and-hold-query signal correctly
gtk/gtkwidget.h
Port of tap-and-hold implementation
gtk/gtkwidget.h
insensitive-press
gtk/gtkwindow.{c,h}
M23 gtk_window_set,get_prev_focus_widget()
gtk/tests/iconview-hildon.c
new test
gtk/tests/Makefile.am
add new Maemo specific tests to test suite, only build these when --with-maemo enabled
gtk/tests/treeview-hildon.c
new test
gtk/updateiconcache.c
Port of animation support
tests/autotestfilechooser.c
GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED
tests/Makefile.am
add new tests
tests/testhildontreeview.c
new test
tests/testhildoniconview.c
new test
gtk/gtkstyle.c
clamp cursor coordinates to window bounds
gtk/gtkwindow.{c,h}
?
gtk_window_close_other_temporaries()
gtk/gtkrc.c
Optimize is_c_identifier
gtk/gtktextview.c
Paint shadow conditional to hildon-mode
gtk/gtkrange.c
Jump directly instead of steps with jump-to-position
gtk/gtkdnd.c
Disable DND unconditionally
gtk/gtkdialog.c
?
Properties top-, left, bottom- right-padding, inner-spacing
Maemo-GLib changes compared to upstream GLib
File
Status
Comments
configure.in
Atomic operations for ARM
glib/gatomic.c
Atomic operations for ARM