2 Commits (68784363dca98529286420206b22a9a8881c70dc)

Author SHA1 Message Date
  Jonni Nakari 68784363dc Suggestion pop-up width API for ComboBox (#19685) 8 years ago
  Teemu Suo-Anttila 18fe7aa260 Build vaadin-client with maven 8 years ago
  Matti Tahvonen 5ae33b641e Selection is now shown although scrollToSelectedItem is false (#16673) 9 years ago
  Sauli Tähkäpää acb889336f Redesign ComboBox filtering, highlighting and selection behaviour. 9 years ago
  Anna Miroshnik 77bcd2fdd3 ComboBox: programmatic value reset breaks dropdown (#13217) 9 years ago
  Antti Tanhuanpää 28702c006f Add scrollbars to ComboBox suggestion popup if low on screen estate (#11929) 10 years ago
  Markus Koivisto 297c97a7a9 Fixed regression with changing widths when stylenames have changed (#13444, #8801): 10 years ago
  Teemu Pöntelin dc08a1c857 ComboBox no longer displays input prompt if disabled or read-only (#10573) 10 years ago
  Markus Koivisto 3eb261feff Treat initial rendering and style changes separately. (#13444) 10 years ago
  Dmitrii Rogozin cc5c5af189 Fix keyboard navigating in combo box (#11333). 10 years ago
  Markus Koivisto aa8761cc63 Force recalc of width when the ComboBox style has changed (#13444) 10 years ago
  Teemu Suo-Anttila 0897607042 Fix ComboBox cleared suggestion popup on ItemSetChange (#13635) 10 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Tapio Aali f0aaf89c18 Fixed resetting of ComboBox if focused and new items allowed (#13413). 10 years ago
  Tomi Virtanen b9a6a48ab6 Update textbox when Select item caption changes (#9250) 10 years ago
  Tomi Virtanen c5515074b5 Selected option is updated when item caption changes in Select (#9250) 10 years ago
  Artur Signell bd3f97586b Properly disable combobox when parent is disabled (#10734) 11 years ago
  Henri Sara 158c162d68 Do not clear combobox text unnecessarily (#10924, #11887) 11 years ago
  Henri Sara b8c6a15da8 Clear items in ComboBox only if changed (#10924) 11 years ago
  Henri Sara 6d7f5e4bc9 Eliminate unnecessary conversions of option keys 11 years ago
  Henri Sara 19e27a15ca Move suggestion popup width calculation from connector to VFilterSelect 11 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Artur Signell de1450300b Fixed tab index handling in broken components (#10315) 11 years ago
  Johannes Dahlström d67ed23096 Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) 11 years ago
  John Ahlroos 0543f70823 Added primary stylename to all component states #9724 11 years ago
  Pekka Hyvönen 0f5284bb82 Constants -> enums (#9072) 11 years ago
  John Ahlroos dac974af9b Removed getters/setters from states and made instance variabled public 11 years ago
  Artur Signell 51eb105ee6 Merged Select with ComboBox (#2869) 11 years ago
  Artur Signell 63595217a2 Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) 11 years ago
  Artur Signell e18177bac6 Renamed com.vaadin.terminal -> com.vaadin.server (#9431) 11 years ago
  Artur Signell bfbfdd51a0 Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) 11 years ago
  Artur Signell 8d0c857382 Replaced license place holder with actual license (#8955) 12 years ago
  Artur Signell acf099b41f Eliminated dependencies from server to client (#9279) 12 years ago
  Artur Signell 14dd4d0b28 Moved client files to a client src folder (#9299) 12 years ago
  Leif Åstrand 7f75d0f4cf Move classes common to client and server to com.vaadin.shared.* (#8934) 12 years ago
  Leif Åstrand 3604bf01de Add Java 6 @Override annotations to all methods from interfaces 12 years ago
  Artur Signell 79bb29e855 State is now created using generators, removed setState (#8502) 12 years ago
  Artur Signell c6d0787d1b Renamed @Component to @Connect 12 years ago
  Artur Signell 429aeadef9 Moved each component to its own package on client side 12 years ago
  Artur Signell 28bdc6a011 ServerConnector is no longer a Paintable, components using updateFromUidl are 12 years ago
  Henri Sara 87e5022ca8 Replace @ClientWidget with client-side @Component (#8440) 12 years ago
  Artur Signell 6548c896ea Fixed readonly handling for fields (depends on property readonly 12 years ago
  Artur Signell 042c30f5ac Use ComponentState for storing the state, not just as a communication 12 years ago
  Artur Signell 6cf9afc850 Organized imports and formatted all java files 12 years ago
  Artur Signell f603acfa30 Renamed Paintable component classes to Connector 12 years ago
  Artur Signell de73abe459 #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap 12 years ago
  Artur Signell 9cda1cc5ca getWidgetForPaintable -> getWidget 12 years ago
  Leif Åstrand a9541c3abd Refactor #8313 based on API review 12 years ago
  Henri Sara 23ff3340cd Communicate disabled flag in shared state (#8304). 12 years ago
  Henri Sara c5b9762e79 Communicate component style names in shared state (#8304). 12 years ago