root / trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5935 [5935] 32 minutes artur.signell@… Fix for OrderedLayout? height problem
(edit) @5934 [5934] 43 minutes matti.tahvonen@… fixes extra scrollbar issues in webkit based browsers
(edit) @5933 [5933] 72 minutes artur.signell@… ContainerResizedListeners? should no longer run descendentsLayout so …
(edit) @5932 [5932] 3 hours matti.tahvonen@… added test case
(edit) @5931 [5931] 4 hours matti.tahvonen@… Modified test case.
(edit) @5930 [5930] 5 hours artur.signell@… Fixed ComboBox? suggestion popup menu width so contents is taken into …
(edit) @5928 [5928] 18 hours artur.signell@… Another test case for #2209
(edit) @5927 [5927] 23 hours matti.tahvonen@… better handling on width change when grid has component which height can …
(edit) @5924 [5924] 28 hours matti.tahvonen@… made constant final
(edit) @5923 [5923] 29 hours matti.tahvonen@… made constant final
(edit) @5922 [5922] 31 hours matti.tahvonen@… implemented replaceComponent for IScrollTable and fixed a bug with …
(edit) @5919 [5919] 2 days matti.tahvonen@… removed obsolete TODO
(edit) @5918 [5918] 2 days matti.tahvonen@… replaceComponent for IForm
(edit) @5917 [5917] 2 days matti.tahvonen@… fully GWT 1.5 style code for new layouts
(edit) @5916 [5916] 2 days matti.tahvonen@… added null check
(edit) @5915 [5915] 2 days matti.tahvonen@… fixes #2210. Components with wrapping content may change their height when …
(edit) @5914 [5914] 2 days matti.tahvonen@… removed java 1.6 annotation (@Override on interface method)
(edit) @5912 [5912] 3 days artur.signell@… Test case for #2209
(edit) @5911 [5911] 3 days artur.signell@… Test case for #2208
(edit) @5910 [5910] 3 days artur.signell@… Fixed iLayout recursion problem. Fixed iLayout in several components so …
(edit) @5909 [5909] 3 days artur.signell@… Fixed compile warnings
(edit) @5908 [5908] 3 days matti.tahvonen@… Added isDebugMode() helper function (reads "Debug" parameter from context …
(edit) @5907 [5907] 3 days matti.tahvonen@… Relocated layout checks and fixed long variable handling
(edit) @5901 [5901] 6 days marc.englund@… Fix for double cookie submission native windowing problem, forgotten …
(edit) @5900 [5900] 6 days marc.englund@… Fix for double cookie submission native windowing problem.
(edit) @5897 [5897] 6 days matti.tahvonen@… removed obsolete field
(edit) @5895 [5895] 7 days matti.tahvonen@… removed obsolete component (replaced by new gridlayout implementation)
(edit) @5894 [5894] 7 days marc.englund@… Updated double-cookie-submission pattern; works with IE6 and Liferay.
(edit) @5893 [5893] 7 days artur.signell@… Added form test
(edit) @5892 [5892] 7 days artur.signell@… replaceChildComponent fixed for …
(edit) @5891 [5891] 7 days artur.signell@… replaceChildComponent implementation for IPanel (#2204)
(edit) @5890 [5890] 7 days artur.signell@… Container is no longer responsible for unregistering paintable in …
(edit) @5889 [5889] 7 days artur.signell@… Fixed problems with invisible OrderedLayouts?
(edit) @5888 [5888] 7 days artur.signell@… Better replaceComponent for TabSheet? (#2204)
(edit) @5887 [5887] 7 days artur.signell@… Fixed replaceChildComponent for TabSheet? and Accordion (#2204) Fixed …
(edit) @5886 [5886] 7 days artur.signell@… Fix for #2061 - Firefox flicker problems with Accordion
(edit) @5885 [5885] 7 days artur.signell@… Fixed TabSheet? size update problem
(edit) @5884 [5884] 7 days matti.tahvonen@… Fixed TODO: More efficient and less error prone widget set implementation. …
(edit) @5883 [5883] 7 days matti.tahvonen@… Added new component to read and manipulate URI fragment. (#34)
(edit) @5882 [5882] 7 days matti.tahvonen@… added sanity check
(edit) @5881 [5881] 7 days artur.signell@… TextField? size fix for IE (new fix for #2058)
(edit) @5880 [5880] 7 days artur.signell@… Fixed Safari overflow fix typo
(edit) @5879 [5879] 8 days matti.tahvonen@… ICaption getHeight improvement, Igridlayout cleaning and enhancements
(edit) @5878 [5878] 8 days risto.yrjana@… Added a switch for hiding the popup on mouse out
(edit) @5877 [5877] 8 days risto.yrjana@… Fixed problems with the new layouts not showing
(edit) @5876 [5876] 8 days artur.signell@… Less flicker for captions in Safari
(edit) @5875 [5875] 8 days artur.signell@… Less flicker for captions in Safari
(edit) @5874 [5874] 8 days artur.signell@… Less flicker for captions in Safari
(edit) @5873 [5873] 8 days matti.tahvonen@… implemented scroll listening and updating from UIDL, fixes #2197
(edit) @5872 [5872] 8 days matti.tahvonen@… IGridLayout enhancements: correct available space and canvas size
(edit) @5871 [5871] 8 days artur.signell@… Added deprecated annotations to deprecated size methods so Eclipse shows …
(edit) @5870 [5870] 8 days artur.signell@… Moved clear element to correct position in DOM
(edit) @5869 [5869] 8 days artur.signell@… Run panel hacks for all browsers after rendering
(edit) @5868 [5868] 8 days artur.signell@… Better workaround for Safari overflow auto issue
(edit) @5867 [5867] 8 days matti.tahvonen@… javadocs for expand ratio methods
(edit) @5866 [5866] 8 days artur.signell@… Panel caption width for IE7
(edit) @5865 [5865] 8 days artur.signell@… Fixed caption width when located after component
(edit) @5864 [5864] 9 days matti.tahvonen@… fixes #2201
(edit) @5863 [5863] 9 days marc.englund@… Changed double cookie submission to use JSESSIONID, can be disabled, …
(edit) @5862 [5862] 9 days matti.tahvonen@… added possibility to use dateformat independent from Locale. Fixes #2200
(edit) @5860 [5860] 9 days matti.tahvonen@… fixes #2159
(edit) @5859 [5859] 9 days matti.tahvonen@… Changed another slider to be vertical. Better test and example.
(edit) @5858 [5858] 9 days matti.tahvonen@… fixed invalid layout
(edit) @5857 [5857] 9 days matti.tahvonen@… fixed some invalid layouts in example
(edit) @5855 [5855] 10 days marc.englund@… Double cookie submit pattern impl; fixes #2198
(edit) @5851 [5851] 10 days matti.tahvonen@… fixes #2170, postal code in example is now required field
(edit) @5850 [5850] 10 days matti.tahvonen@… cleaner layout for example
(edit) @5849 [5849] 10 days matti.tahvonen@… Some documentation and better defaults for formlayout
(edit) @5848 [5848] 10 days matti.tahvonen@… formlayout now reservers space for error indicator even though nothing is …
(edit) @5847 [5847] 10 days matti.tahvonen@… sane height for subwindows in FB
(edit) @5846 [5846] 10 days matti.tahvonen@… form now defaults 100% width
(edit) @5845 [5845] 10 days marc.englund@… Launcher contenxt can be changed with --context=/somecontext (for testing …
(edit) @5844 [5844] 10 days artur.signell@… Fix for OrderedLayout? component remove problem
(edit) @5843 [5843] 10 days artur.signell@… OrderedLayout? cleanup
(edit) @5842 [5842] 10 days artur.signell@… Fixed problem with TabSheet? not always reacting correctly to resize events
(edit) @5841 [5841] 10 days artur.signell@… Fixed SplitPanel? overflow issue
(edit) @5840 [5840] 10 days matti.tahvonen@… fixes some child component size change issues
(edit) @5839 [5839] 10 days matti.tahvonen@… bug fix
(edit) @5838 [5838] 10 days artur.signell@… Fix for #2195 - TabSheet? problems in Safari
(edit) @5837 [5837] 10 days marc.englund@… Sampler: ProminentPrimaryAction? css
(edit) @5836 [5836] 10 days marc.englund@… Application div id now contains hashcode, classname contains themename and …
(edit) @5835 [5835] 10 days artur.signell@… Implemented replaceChildComponent for GridLayout?
(edit) @5833 [5833] 13 days marc.englund@… Sampler; Icons
(edit) @5832 [5832] 13 days artur.signell@… Implemented replaceChildComponent for OrderedLayout?
(edit) @5831 [5831] 13 days artur.signell@… Captions are now hidden when component is hidden
(edit) @5829 [5829] 13 days matti.tahvonen@… fixes #2191, subtree caching problems with table and collapsed columns
(edit) @5828 [5828] 13 days marc.englund@… Sampler Tooltips example added, etc
(edit) @5827 [5827] 13 days matti.tahvonen@… debug console usability improvements
(edit) @5824 [5824] 13 days matti.tahvonen@… IScrolltable now someh