]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2008-02-12 Matti Tahvonenfixed first visible to me more sane
2008-02-12 Matti Tahvonensanity check
2008-02-11 Joonas LehtinenRemoved unneeded ApplicationServlet reference from...
2008-02-11 Matti TahvonenpageBuffer reset on editability change
2008-02-11 Matti Tahvonentable: forcing pageBuffer flush on some events just...
2008-02-11 Matti Tahvonenworkaround for IScrollTable bug to server side paint...
2008-02-11 Matti Tahvonensmall fix
2008-02-11 Matti Tahvonentrying to fix table issues
2008-02-11 Jani LaaksoFixed deadlock on JavaScriptAPIExample, also better...
2008-02-11 Marc EnglundupdateHierarchicalWrapper() produced duplicate nodes...
2008-02-11 Jani LaaksoFixed combobox example to allow new items.
2008-02-11 Jani LaaksoAdded TODO ("security" and design related comment)
2008-02-11 Jani LaaksoRemoved logging.
2008-02-08 Jani Laaksotests updated
2008-02-08 Jani LaaksoGot rid of last WeakHashMap, should now be able to...
2008-02-08 Matti Tahvonentable now refreshes its contents and does component...
2008-02-08 Matti Tahvonentable now refreshes its contents and does component...
2008-02-08 Jani LaaksoDeprecated Application.setFocusedComponent and Applicat...
2008-02-08 Jani LaaksoFixed #1393 (Focusable has id which is obsolete)
2008-02-08 Jani LaaksoJSONPaintTarget does not need to be class attribute.
2008-02-08 Jani LaaksoFixed RestartApplication, now also
2008-02-07 Jani Laaksosvn changeset:3745/svn branch:trunk
2008-02-07 Jani Laaksosvn changeset:3744/svn branch:trunk
2008-02-07 Matti Tahvonensvn changeset:3743/svn branch:trunk
2008-02-07 Matti Tahvonenvery simple test with button in table to test component...
2008-02-07 Matti TahvonenNot painting table if only first visible info is updated
2008-02-07 Matti Tahvonenextracted alignments and spacing to layouts subinterfaces
2008-02-07 Jani Laaksosvn changeset:3738/svn branch:trunk
2008-02-07 Jani Laaksosvn changeset:3737/svn branch:trunk
2008-02-07 Jani LaaksoRefactored robustness/leak tests.s.
2008-02-07 Jani LaaksoRobustness tests changed.
2008-02-07 Jani LaaksoAdded wwarning message to standard error stream if...
2008-02-07 Jani Laaksojavadoc fix
2008-02-07 Jani LaaksoNewbies can easily do bad code that throws exceptions...
2008-02-07 Jani LaaksoAnother fix for #1384: Critical memory leak, every...
2008-02-07 Jani LaaksoFixes (partially) #1384: Critical memory leak, every...
2008-02-07 Jani LaaksoFix
2008-02-07 Matti Tahvonenextracted alignments and spacing to layouts subinterfaces
2008-02-07 Jani LaaksoFew robustness / memory leak tests.
2008-02-07 Jani LaaksoAdded few tests utility classes that can be used for
2008-02-06 Matti Tahvonenversion since fix
2008-02-06 Jani Laakso1. Removed obsolete dependency framework methods and...
2008-02-06 Jani LaaksoRemoved obsolete code.
2008-02-06 Jani LaaksoFixed #1380.
2008-02-06 Jani LaaksoAdded stacktrace if getBaseResource fails. Doc fixes.
2008-02-06 Matti Tahvonen"Sizeable" Grid and OrderedLayout
2008-02-06 Matti Tahvonenrename target width attribute in uidl to avoid collapsi...
2008-02-05 Matti Tahvonenrename target width attribute in uidl to avoid collapsi...
2008-02-05 Matti Tahvonenalignments painting for GridLayout
2008-02-05 Matti Tahvonenremoved row indicator opacity (looks bad in IE)
2008-02-05 Matti Tahvonenrelocated method + added TODO
2008-02-04 Matti Tahvonenrenamed function (typo)
2008-02-01 Marc EnglundChanged addComponent() a bit: must call super, can...
2008-02-01 Matti Tahvonensetting main window in a cleaner manner when main windo...
2008-02-01 Matti Tahvonenfixes #1036 and removes some obsolete code
2008-02-01 Marc Englundchanged order of component adding, in case super.addCom...
2008-02-01 Marc EnglundAdded test for adding components multiple times, and...
2008-02-01 Marc EnglundSimplified; assume component's parent is always Compone...
2008-02-01 Matti Tahvonenfixed setting height for windows
2008-02-01 Jani LaaksoFixed gridlayout API calls.
2008-02-01 Marc EnglundAbstractComponent.setParent(parent) cannot be called...
2008-02-01 Matti Tahvonensome changes to support Sizeable
2008-02-01 Matti Tahvonenjava 1.4
2008-02-01 Jani LaaksoFixed 1.5 java code back to 1.4.2
2008-02-01 Marc EnglundJava 1.4-ified
2008-02-01 Jani LaaksoDeprecated
2008-02-01 Matti Tahvonenfixes #1078
2008-02-01 Marc EnglundComboBox newItemsAllowed=false by default, to avoid...
2008-01-31 Marc Englundbutton explanations
2008-01-31 Marc Englundexplanation added
2008-01-31 Marc EnglundAdded test.
2008-01-31 Matti Tahvonentest application to test how components behave with...
2008-01-31 Matti Tahvonenbetter random words
2008-01-31 Marc EnglundFixed PiggybackListener.equals()
2008-01-31 Jani LaaksoFixed #588 (another partial fix for larger listener...
2008-01-31 Jani LaaksoRemoved synchronized blocks because I forgot that whole...
2008-01-31 Jani LaaksoConcurrency issues fixed even further.
2008-01-31 Jani LaaksoFixed #588 (partially, other places still need fixes)
2008-01-31 Matti TahvonensetWidth(String) and setHeight(String) methods added...
2008-01-31 Marc EnglundFixed two NPE situations.
2008-01-31 Marc EnglundWrapper now piggybacks on listeners in order to update...
2008-01-31 Marc EnglundContainerHierarchicalWrapper now notices changes to...
2008-01-30 Matti Tahvonencleaned and fixed shortcuthandler code
2008-01-30 Jani LaaksoFixed build.
2008-01-30 Marc EnglundAdded one comment.
2008-01-30 Marc EnglundSelects now listen for changes to item/property as...
2008-01-30 Jani LaaksoFixed #1334
2008-01-30 Matti Tahvonenfixes #1085
2008-01-30 Matti Tahvonenbetter toString for Table (no more null's in d debugger)
2008-01-29 Matti Tahvonenfixes #97
2008-01-29 Matti Tahvonenbetter doc
2008-01-29 Matti Tahvonenfixes #1355
2008-01-28 Matti TahvonensetWidth/Height now method in Sizeable
2008-01-28 Matti Tahvonencomponent implements sizeable and simple general termin...
2008-01-25 Marc EnglundNon-immediate mode works like it should when not in...
2008-01-25 Matti Tahvonenenabled feature
2008-01-24 Matti Tahvonenchanged setting repaintRequestListenersNotified flag...
2008-01-24 Matti Tahvonenfixes #1331
2008-01-24 Matti Tahvonenfixes #1332
2008-01-23 Matti TahvonenAdded test for table
next