summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Expand)AuthorAgeFilesLines
* Pressing [down]+[enter] on a combobox now closes the popup. (#14379)Guillermo Alvarez2014-08-131-8/+12
* Correctly display an item which is too long for the textfield. (#13477)Guillermo Alvarez2014-08-132-6/+59
* ResponsiveConnector should request layout update when breakpoints changeJouni Koivuviita2014-08-071-3/+14
* Notification delay is not set to 0 when the notification is clicked (#14368)Jouni Koivuviita2014-08-071-20/+21
* Context menu is not shown in Table body on mobile browsers (#13694)Heikki Ohinmaa2014-08-071-30/+197
* Correctly display an item which is too long for the textfield. (#13477)Guillermo Alvarez2014-08-071-6/+17
* Fix the closing of a popup DateField (#14086, #14375).Mika Murtojarvi2014-08-071-1/+1
* Fix table.setCurrentPageFirstItemIndex(n) to load only needed rows (#14135)Anthony Guerreiro2014-08-071-2/+35
* Add method for widgets to tell there is work to be done (#13565)Dmitrii Rogozin2014-08-063-3/+77
* Fix regression caused by #14147 patch (#14147)Anthony Guerreiro2014-08-062-8/+8
* Revert "Keyboard shift-selection now works as expected in VScrollTable. (#140...Markus Koivisto2014-08-051-10/+9
* Fix the behavior of PopupDateField when changing resolution (#14174).Mika Murtojarvi2014-08-052-4/+22
* Reverting multiple commits that caused 100+ regression tests to fail.Markus Koivisto2014-08-052-325/+218
* Allow changing theme on the fly (#2874, #14139, #14124)Artur Signell2014-08-0410-56/+410
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-318-18/+16
* Fix typo that caused spanned cells to be removed in Gridlayout (#14335)Markus Koivisto2014-07-311-10/+10
* Minor refactor to #14147 patch (#14147)Anthony Guerreiro2014-07-292-10/+10
* Context menu is not shown in Table body on mobile browsers (#13694)Heikki Ohinmaa2014-07-291-210/+310
* Fix Table stuck scroll position after setting scroll to last page (#14147)Anthony Guerreiro2014-07-292-1/+8
* TextArea size get reset when css resize is set (#14080)Bogdan Udrescu2014-07-282-56/+272
* Fix VWindow Vai-Aria roles for alertdialogs (#14289)Juuso Valli2014-07-281-4/+4
* Keyboard shift-selection now works as expected in VScrollTable. (#14094)Markus Koivisto2014-07-281-9/+10
* Add scrollbars to ComboBox suggestion popup if low on screen estate (#11929)Antti Tanhuanpää2014-07-283-136/+392
* Bottom component click scroll up the parent panel in a window (#12943)Bogdan Udrescu2014-07-285-89/+53
* Fix NativeButton clickEvent coordinates in IE11 (#14022)Anthony Guerreiro2014-07-251-1/+3
* Fixes memory leak in VScrollTable (#14159)Dmitrii Rogozin2014-07-172-6/+29
* Remove csrfToken if disable-xsrf-protection is true (#14111)Bogdan Udrescu2014-07-152-109/+115
* Adds a scrollbar to table column drop down (#14156).Felype Santiago Ferreira2014-07-141-0/+2
* Fix for drag-and-drop text to TextField in Firefox (#14056)Anthony Guerreiro2014-07-111-8/+49
* Remove extra shadow from combobox popup for IE9 and IE10.(#14195)Dmitrii Rogozin2014-07-101-0/+8
* Fix box shadow bug with resizing elements in IE9 and IE10.(#14173)Dmitrii Rogozin2014-07-082-1/+22
* Return a value on __gwtStatsEvent in Profiler (#11709)Bogdan Udrescu2014-07-071-14/+14
* Remove unused VWindowOverlay (#14055)Artur Signell2014-07-033-83/+5
* Remove shadow div for Overlay elements except IE8 (#9303).Henri Sara2014-07-031-38/+52
* Revert "Allow changing theme on the fly (#2874)"Henri Sara2014-07-039-368/+54
* Add missing @since 7.3 to javadocHenri Sara2014-07-035-22/+33
* Add missing @since 7.2.4 in javadocHenri Sara2014-07-033-0/+4
* Merge branch 'valo' to masterHenri Sara2014-06-3014-172/+1057
|\
| * Merge branch 'master' into valoHenri Sara2014-06-302-3/+29
| |\
| * \ Merge branch 'master' into valoJouni Koivuviita2014-06-2710-97/+437
| |\ \
| * \ \ Merge branch 'master' into valoJouni Koivuviita2014-06-2618-274/+340
| |\ \ \
| * | | | Fix notification default delayJouni Koivuviita2014-06-181-14/+9
| * | | | Fix VOverlay animation-out jitterJouni Koivuviita2014-06-181-2/+0
| * | | | Fix overlay animation-in/out for VNotification and PopupViewJouni Koivuviita2014-06-164-27/+84
| * | | | Fix multiple VOverlay animation-in/out related issuesJouni Koivuviita2014-06-165-100/+154
| * | | | Notification position should be controllable with CSS (#13990)Jouni Koivuviita2014-06-161-23/+49
| * | | | Merge branch 'master' into valoJouni Koivuviita2014-06-1611-140/+336
| |\ \ \ \
| * | | | | Fix copyright header in AnimationUtilHenri Sara2014-06-061-1/+1
| * | | | | Implement Notification animation with CSS (#13660)Jouni Koivuviita2014-06-055-143/+391
| * | | | | Merge branch 'master' into valoJouni Koivuviita2014-06-03371-1006/+2228
| |\ \ \ \ \