| Commit message (Expand) | Author | Age | Files | Lines |
* | null check | Matti Tahvonen | 2007-07-13 | 1 | -5/+7 |
* | disabled reordering on row header column, fixed "slot indicator" for FF | Matti Tahvonen | 2007-07-13 | 2 | -9/+37 |
* | Fixed row context menu in IE | Matti Tahvonen | 2007-07-12 | 1 | -3/+3 |
* | fixed column ordering in IE | Matti Tahvonen | 2007-07-12 | 1 | -8/+8 |
* | now fetches proper content on first request when collapsing/hiding column | Matti Tahvonen | 2007-07-12 | 1 | -73/+81 |
* | fix for reordering logick | Matti Tahvonen | 2007-07-12 | 1 | -3/+5 |
* | lots of logick to make column collapsing and reordering work togethor. | Matti Tahvonen | 2007-07-12 | 1 | -74/+203 |
* | Implemented sizeable interface for IPanel and tweaked panel CSS for IE. | Jouni Koivuviita | 2007-07-11 | 2 | -20/+52 |
* | IDateField text style parsing more robust and supports more locales. Default ... | Jouni Koivuviita | 2007-07-11 | 10 | -53/+131 |
* | committing forgotten class | Matti Tahvonen | 2007-07-11 | 1 | -0/+65 |
* | Fixes Safari tabsheet render bug (additional one pixel table offset). | Jouni Koivuviita | 2007-07-11 | 1 | -3/+11 |
* | refactoring and first steps towars column collapsing | Matti Tahvonen | 2007-07-11 | 4 | -72/+165 |
* | Fixed selecting after changes aren't automatically updated from the server (c... | Jouni Koivuviita | 2007-07-11 | 1 | -12/+35 |
* | DateField default style (IPopupCalendar) implemented. | Jouni Koivuviita | 2007-07-10 | 2 | -17/+13 |
* | DateField text-style implemented. | Jouni Koivuviita | 2007-07-10 | 10 | -90/+880 |
* | Client side context menu implementation and context menus for scroll tables rows | Matti Tahvonen | 2007-07-10 | 5 | -24/+286 |
* | Fixed an exception with IE when clicking an empty table cell. | Jouni Koivuviita | 2007-07-09 | 1 | -1/+5 |
* | DateField calendar style client-side implemetation fully functional. DateFiel... | Jouni Koivuviita | 2007-07-09 | 15 | -127/+653 |
* | removed package and unused class | Matti Tahvonen | 2007-07-09 | 3 | -477/+3 |
* | moved IScrollTable's helper classes to inner classes, implemented row selection | Matti Tahvonen | 2007-07-09 | 4 | -326/+397 |
* | improved floating headers positioning | Matti Tahvonen | 2007-07-09 | 1 | -1/+2 |
* | added opaque floating copy of dragged header cell | Matti Tahvonen | 2007-07-09 | 1 | -17/+49 |
* | Localization services from serverside (AjaxApplicationManager), cached on cli... | Jouni Koivuviita | 2007-07-05 | 12 | -166/+723 |
* | re-enabled sorting | Matti Tahvonen | 2007-06-29 | 1 | -22/+18 |
* | implemented column ordrering, not even hitting server | Matti Tahvonen | 2007-06-29 | 2 | -65/+208 |
* | combined drawWidget into refactored headerCell + some work towards column reo... | Matti Tahvonen | 2007-06-28 | 2 | -96/+175 |
* | scrolling table: ordering implemented | Matti Tahvonen | 2007-06-28 | 4 | -17/+91 |
* | fixed headers width and added horizontal scrollhandler to adjust headers posi... | Matti Tahvonen | 2007-06-28 | 1 | -0/+8 |
* | Experimental patch to block sending back variables that are just updated. Now... | Joonas Lehtinen | 2007-06-27 | 4 | -19/+57 |
* | Column resizing enhancements | Matti Tahvonen | 2007-06-27 | 1 | -22/+54 |
* | Implemented missing features for Custom Layout, reviewed and commented code | Joonas Lehtinen | 2007-06-27 | 1 | -30/+102 |
* | Column resizing | Matti Tahvonen | 2007-06-27 | 2 | -7/+96 |
* | made body container fixed height | Matti Tahvonen | 2007-06-27 | 1 | -2/+3 |
* | better table css for IE6 | Matti Tahvonen | 2007-06-26 | 1 | -3/+2 |
* | somewhat scrolling scrolltable | Matti Tahvonen | 2007-06-26 | 5 | -184/+470 |
* | row selecting to paging table | Matti Tahvonen | 2007-06-21 | 2 | -19/+164 |
* | Added a helper method to count uidl's children | Matti Tahvonen | 2007-06-21 | 1 | -0/+4 |
* | fixed np in embedded | Matti Tahvonen | 2007-06-21 | 1 | -1/+1 |
* | some fixes to paging table | Matti Tahvonen | 2007-06-21 | 1 | -3/+8 |
* | sorting to paging table | Matti Tahvonen | 2007-06-21 | 2 | -438/+45 |
* | Implemented simple paging table and forked scrolling table into "composition"... | Matti Tahvonen | 2007-06-21 | 4 | -2/+1131 |
* | trying to simplyfy things to make it work, but still no succes. Propably gott... | Matti Tahvonen | 2007-06-20 | 1 | -23/+16 |
* | Simplified customlayout, now locations can be put into divs with ids set | Joonas Lehtinen | 2007-06-20 | 3 | -165/+169 |
* | some dynamic row fetching added, contains major bugs | Matti Tahvonen | 2007-06-20 | 1 | -34/+145 |
* | added some debug output to System.out | Matti Tahvonen | 2007-06-20 | 2 | -0/+3 |
* | fixed typo | Matti Tahvonen | 2007-06-20 | 1 | -1/+1 |
* | changed row indexes to start from 0 instead of 1 (normal C-style) | Matti Tahvonen | 2007-06-20 | 1 | -3/+3 |
* | Added drafting classes for locale handling. | Jouni Koivuviita | 2007-06-19 | 16 | -13/+302 |
* | Now customlayout loading __seems__ to work with ff, ie6, ie7, safari... | Joonas Lehtinen | 2007-06-18 | 2 | -30/+35 |
* | Fixed image src prefixing for IE | Joonas Lehtinen | 2007-06-18 | 1 | -3/+8 |