summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Resend motion_notify event to child even in selection mode.HEADmasterXabier Rodriguez Calvar1-4/+2
2009-12-09Implemented selection with Shift in HildonTextViewXabier Rodriguez Calvar1-1/+45
2009-12-09Avoided infinite loop in button press in pannable area.Xabier Rodriguez Calvar1-12/+15
2009-12-09Made cosmetic changes to the management of events in the pannable.Xabier Rodriguez Calvar1-21/+21
2009-12-09Unref event->window instead of priv->event_window in pannable areaXabier Rodriguez Calvar1-3/+3
2009-12-09Stopped panning when pressing shift in the pannable area.Xabier Rodriguez Calvar1-12/+5
2009-12-09Simplied two if conditions in pannable area code to be easier to readXabier Rodriguez Calvar1-4/+2
2009-12-09Discard button_press problem in pannable area solved.Xabier Rodriguez Calvar1-2/+2
2009-12-09Preliminary version of allowing text selection inside a pannable.Alejandro Pinheiro1-122/+147
2009-12-08Emit HildonTouchSelector:value-changed when a row is removedClaudio Saavedra1-0/+44
2009-12-08Do not call gtk_tree_model_filter_set_visible_func() multiple timesClaudio Saavedra1-9/+19
2009-12-08Fix a critical warning in hildon_touch_selector_get_selected()Claudio Saavedra1-6/+9
2009-12-07Don't emit HildonTouchSelector:changed unless necessaryAlberto Garcia1-2/+5
2009-12-07Allow a visible function to be set more than once in HildonLiveSearchClaudio Saavedra1-1/+4
2009-12-04Remove the proper widget during HildonTouchSelector column removalClaudio Saavedra1-7/+8
2009-12-03Revert "Don't make HildonNote modal by default"Alberto Garcia1-0/+1
2009-11-30Also match non-alphanum if the prefix starts with a non-alphanum charClaudio Saavedra1-1/+3
2009-11-30Improve the matching algorithm in HildonTouchSelector's livesearchClaudio Saavedra1-3/+50
2009-11-30Comment the string handling methods in HildonTouchSelectorClaudio Saavedra1-0/+31
2009-11-30Fix indentation of hildon-touch-selector.cClaudio Saavedra1-113/+113
2009-11-26Don't make HildonNote modal by defaultAlberto Garcia1-1/+0
2009-11-25Add default includes for gtkdoc-mkdbClaudio Saavedra1-1/+1
2009-11-24Revert "Protect hildon_window_event_filter() with gdk_threads_enter()"Alberto Garcia1-13/+1
2009-11-20Make HildonNote non-resizableAlberto Garcia1-0/+3
2009-11-20Add gitignoregitignoreXavier Claessens1-0/+37
2009-11-19Don't close a picker dialog if both the model and the entry are emptyAlberto Garcia1-2/+9
2009-11-19Set "text-column" in _append_text_column() instead of _new_text()Claudio Saavedra1-7/+8
2009-11-19Only unselect during selection restoral if there's anything to selectClaudio Saavedra1-1/+2
2009-11-19Check that the iter is properly set before attempting selectionClaudio Saavedra1-2/+2
2009-11-19Do not attempt to select an invisible iter in HildonTouchSelectorClaudio Saavedra1-2/+7
2009-11-19Validate text_column before trying to get text from the modelClaudio Saavedra1-1/+1
2009-11-19Rename hildon_touch_selector_get_text_from_model()Claudio Saavedra1-2/+2
2009-11-19Fix a leak in selection_map_update_selection_from_map()Xavier Claessens1-0/+1
2009-11-19Do not call the visible_func() excesively in HildonLiveSearchClaudio Saavedra1-14/+11
2009-11-19Fix hildon_live_search_get_filter() return on assertion failureClaudio Saavedra1-1/+1
2009-11-19Make touchselector's live search filter by multiple strings matchingClaudio Saavedra1-24/+93
2009-11-19Rename touchselector's visible_func() to hildon_live_search_visible_func()Claudio Saavedra1-5/+5
2009-11-19Disable live-search for touchselectors with more than one columnClaudio Saavedra1-0/+10
2009-11-19Allow HildonTouchSelectorEntry with empty modelsAlberto Garcia1-0/+3
2009-11-18Fix commentAlberto Garcia1-3/+3
2009-11-18Fix hildon_window_stack_pop_and_push() for new window stacksAlberto Garcia1-10/+7
2009-11-18Update layout of progress noteAlberto Garcia2-3/+14
2009-11-17Add a HildonLiveSearch::refilter signalXavier Claessens1-6/+50
2009-11-17Rename filter function to visible functionXavier Claessens5-25/+30
2009-11-17Add a hildon_live_search_get_filter() methodXavier Claessens3-0/+24
2009-11-17Only set the visible func in the filter if necessaryClaudio Saavedra1-5/+16
2009-11-17Protect hildon_window_event_filter() with gdk_threads_enter()Alberto Garcia1-1/+13
2009-11-17Fade the indicator when using hildon_pannable_area_jump_to()Alberto Garcia1-6/+1
2009-11-17Change the method used to calculate the size of the HildonBanner labelAlberto Garcia1-30/+15
2009-11-16Fix example in HildonTouchSelector documentationAlberto Garcia1-2/+3