aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* null checkMatti Tahvonen2007-07-131-5/+7
* disabled reordering on row header column, fixed "slot indicator" for FFMatti Tahvonen2007-07-132-9/+37
* Fixed row context menu in IEMatti Tahvonen2007-07-121-3/+3
* fixed column ordering in IEMatti Tahvonen2007-07-121-8/+8
* now fetches proper content on first request when collapsing/hiding columnMatti Tahvonen2007-07-121-73/+81
* fix for reordering logickMatti Tahvonen2007-07-121-3/+5
* lots of logick to make column collapsing and reordering work togethor.Matti Tahvonen2007-07-121-74/+203
* Implemented sizeable interface for IPanel and tweaked panel CSS for IE.Jouni Koivuviita2007-07-112-20/+52
* IDateField text style parsing more robust and supports more locales. Default ...Jouni Koivuviita2007-07-1110-53/+131
* committing forgotten classMatti Tahvonen2007-07-111-0/+65
* Fixes Safari tabsheet render bug (additional one pixel table offset).Jouni Koivuviita2007-07-111-3/+11
* refactoring and first steps towars column collapsingMatti Tahvonen2007-07-114-72/+165
* Fixed selecting after changes aren't automatically updated from the server (c...Jouni Koivuviita2007-07-111-12/+35
* DateField default style (IPopupCalendar) implemented.Jouni Koivuviita2007-07-102-17/+13
* DateField text-style implemented.Jouni Koivuviita2007-07-1010-90/+880
* Client side context menu implementation and context menus for scroll tables rowsMatti Tahvonen2007-07-105-24/+286
* Fixed an exception with IE when clicking an empty table cell.Jouni Koivuviita2007-07-091-1/+5
* DateField calendar style client-side implemetation fully functional. DateFiel...Jouni Koivuviita2007-07-0915-127/+653
* removed package and unused classMatti Tahvonen2007-07-093-477/+3
* moved IScrollTable's helper classes to inner classes, implemented row selectionMatti Tahvonen2007-07-094-326/+397
* improved floating headers positioningMatti Tahvonen2007-07-091-1/+2
* added opaque floating copy of dragged header cellMatti Tahvonen2007-07-091-17/+49
* Localization services from serverside (AjaxApplicationManager), cached on cli...Jouni Koivuviita2007-07-0512-166/+723
* re-enabled sortingMatti Tahvonen2007-06-291-22/+18
* implemented column ordrering, not even hitting serverMatti Tahvonen2007-06-292-65/+208
* combined drawWidget into refactored headerCell + some work towards column reo...Matti Tahvonen2007-06-282-96/+175
* scrolling table: ordering implementedMatti Tahvonen2007-06-284-17/+91
* fixed headers width and added horizontal scrollhandler to adjust headers posi...Matti Tahvonen2007-06-281-0/+8
* Experimental patch to block sending back variables that are just updated. Now...Joonas Lehtinen2007-06-274-19/+57
* Column resizing enhancementsMatti Tahvonen2007-06-271-22/+54
* Implemented missing features for Custom Layout, reviewed and commented codeJoonas Lehtinen2007-06-271-30/+102
* Column resizingMatti Tahvonen2007-06-272-7/+96
* made body container fixed heightMatti Tahvonen2007-06-271-2/+3
* better table css for IE6Matti Tahvonen2007-06-261-3/+2
* somewhat scrolling scrolltableMatti Tahvonen2007-06-265-184/+470
* row selecting to paging tableMatti Tahvonen2007-06-212-19/+164
* Added a helper method to count uidl's childrenMatti Tahvonen2007-06-211-0/+4
* fixed np in embeddedMatti Tahvonen2007-06-211-1/+1
* some fixes to paging tableMatti Tahvonen2007-06-211-3/+8
* sorting to paging tableMatti Tahvonen2007-06-212-438/+45
* Implemented simple paging table and forked scrolling table into "composition"...Matti Tahvonen2007-06-214-2/+1131
* trying to simplyfy things to make it work, but still no succes. Propably gott...Matti Tahvonen2007-06-201-23/+16
* Simplified customlayout, now locations can be put into divs with ids setJoonas Lehtinen2007-06-203-165/+169
* some dynamic row fetching added, contains major bugsMatti Tahvonen2007-06-201-34/+145
* added some debug output to System.outMatti Tahvonen2007-06-202-0/+3
* fixed typoMatti Tahvonen2007-06-201-1/+1
* changed row indexes to start from 0 instead of 1 (normal C-style)Matti Tahvonen2007-06-201-3/+3
* Added drafting classes for locale handling.Jouni Koivuviita2007-06-1916-13/+302
* Now customlayout loading __seems__ to work with ff, ie6, ie7, safari... Joonas Lehtinen2007-06-182-30/+35
* Fixed image src prefixing for IEJoonas Lehtinen2007-06-181-3/+8