aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-reflow.c
Commit message (Expand)AuthorAgeFilesLines
* Use -no-undefined on Linux tooMilan Crha2009-05-201-1534/+0
* Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-30/+20
* Progress update:Matthew Barnes2008-09-181-2/+1
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-39/+39
* Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-311-5/+5
* ** Fixes bug 360134Tobias Mueller2007-10-121-1/+1
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-281-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-23/+14
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #352450Matthew Barnes2006-09-181-2/+2
* Fix for Bug #331998.Devashish Sharma2006-02-281-0/+2
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-3/+0
* Remove e-util-marshal.list in current directory, and use the copy inSimon Zheng2006-01-111-1/+1
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-6/+7
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-8/+9
* we should not do any layout adjustment if the item doesn't exist.Mengjie Yu2005-04-291-1/+4
* use idle callback to adjust scrollbar when focus has been changed. addMengjie Yu2005-04-221-0/+41
* don't allow to drag the first line of mini reflows.Mengjie Yu2005-03-041-0/+3
* Don't pass in the "fill_color" property for creating the canvas item forRodney Dawes2005-01-221-1/+0
* added castRadek Doulik2004-06-111-3/+1
* Don't destroy item until after we know which column it is in; the sortHans Petter Jansson2004-04-281-8/+11
* make sure we don't unref the sorter more than once.Chris Toshok2003-07-051-1/+4
* unref the sorterDan Winship2003-07-011-1/+3
* [ fixes bug #39856 ] request a full redraw when we're done draggingChris Toshok2003-03-211-0/+1
* init column_count to column_start + 1. (item_removed): clean up theChris Toshok2003-02-281-7/+11
* make this actually work: destroy the canvas item, memmove stuff around,Chris Toshok2003-02-171-0/+12
* enable this function to reflow the view from a particular column onward.Chris Toshok2003-02-171-22/+92
* column_width = double. (e_reflow_realize): no need to cast to double,Chris Toshok2002-11-191-4/+4
* fix c&p typo.Chris Toshok2002-11-171-1/+1
* fix c&p typo.Chris Toshok2002-11-171-1/+1
* lots of GObject work.Chris Toshok2002-11-171-118/+134
* this derives from GObject now.Chris Toshok2002-11-151-48/+48
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-121-5/+5
* remove duplicate g_signal_new for column_width_changed.Chris Toshok2002-11-071-8/+0
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-6/+17
* Bumped the version number to 0.19.99.17.Christopher James Lahey2002-06-061-1/+22
* Change this directory to include the $(VERSION).Christopher James Lahey2002-05-071-6/+2
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* New signal for when the width of the column changes.Christopher James Lahey2002-02-131-0/+21
* Merging changes:Christopher James Lahey2001-12-051-11/+29
* Added column_width argument.Christopher James Lahey2001-10-301-0/+21
* Commented out connecting to the scroll adjustments here since it's notChristopher James Lahey2001-10-281-30/+37
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-12/+13
* Added cursor_changed handling to set the has_cursor argument of theChristopher James Lahey2001-10-261-0/+39
* Use right_click_down here instead of maybe_do_something.Christopher James Lahey2001-10-211-1/+1
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-2/+2
* Transcode empty message from utf8 to gtk charset. Fixes Ximian bug #2468.Christopher James Lahey2001-10-031-6/+12
* Fixed a typo here where we were setting the running height based on theChristopher James Lahey2001-09-211-1/+1
* Check that unsorted >= 0 before using it as an array index. (Bug #9115)Jon Trowbridge2001-09-151-2/+3
* Reset the view when we set the model here. Fixes Ximian #4105.Christopher James Lahey2001-07-161-0/+1
* Killed a warning here. (model_changed, items_inserted): Check if we'reChristopher James Lahey2001-05-191-7/+5
* Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. RemovedChristopher James Lahey2001-05-081-394/+796
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. SameKjartan Maraas2001-04-041-2/+2
* Made this function do something a little closer to what it is supposed toChristopher James Lahey2001-03-141-2/+4
* Added e-selection-model-simple.lo.Christopher James Lahey2001-03-011-15/+16
* Always have some text. Fixes crash.Miguel de Icaza2000-12-261-0/+1
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-2/+2
* Added e-reflow-sorted and e-reflow and fixed the #includes.Christopher James Lahey2000-09-181-4/+4
* Several contacts list bugfixes.Anders Carlsson2000-07-091-6/+17
* Made double clicking create a new card. Set the empty message.Christopher James Lahey2000-05-301-50/+122
* Removed dist-hook section.Christopher James Lahey2000-05-101-1/+1
* Rearranged order of things getting destroyed.Christopher James Lahey2000-05-091-0/+4
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-3/+5
* Changed some incorrect gtk_object_refs and gtk_object_unrefs intoChristopher James Lahey2000-04-111-0/+1
* CVS move mistake. Fixed the correct changes in the correct places.Christopher James Lahey2000-04-091-8/+28
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-111-70/+32
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-3/+3
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-281-193/+239
* Set the minimum_width.Christopher James Lahey2000-01-271-4/+28
* Added an arrow cursor for the draggable columns. Made the clickable columnChristopher James Lahey2000-01-261-36/+156
* Handle shift-tab properly now.Christopher James Lahey2000-01-261-1/+3
* Changed some line spacing.Chris Lahey2000-01-211-9/+166
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-141-0/+438