aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Started a major refactoring: removed terminal.web, added terminal.gwt.server....Joonas Lehtinen2007-07-1733-8091/+73
* Totally useless decorations modified.Jouni Koivuviita2007-07-174-6/+13
* Totally useless decoration added to theme.Jouni Koivuviita2007-07-174-10/+22
* IScrollTable CSS classname conventions changed.Jouni Koivuviita2007-07-169-118/+196
* Better support for Table with widgets inside. (no row selects on widget clicks)Matti Tahvonen2007-07-131-5/+11
* fixed JS stylename "text-align" -> "textAlign"Matti Tahvonen2007-07-131-5/+5
* column widths, column aligns and some refactoring. State: ("Feature complete"...Matti Tahvonen2007-07-131-63/+138
* removed debug lineMatti Tahvonen2007-07-131-1/+0
* Optimized Table uidl, fixed IScrollTable when attaching before initial uidl u...Matti Tahvonen2007-07-134-127/+113
* 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