vaadin-framework.git/uitest, branch 8.7.1 Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework https://source.dussan.org/vaadin-framework.git/atom?h=8.7.1 2019-03-07T08:09:37+00:00 Remove redundant check for for Firefox (#11471) 2019-03-07T08:09:37+00:00 Anastasia Smirnova anasmi@utu.fi 2019-03-06T06:16:14+00:00 urn:sha1:90c41fc0758df825fc1ec26eb8fa952fc00d9c9d * Add Test file * Remove redundant check for for Firefox It seems that in older versions of Firefox (at least, older than 45) the KeyPress event should be used instead of KeyDownHandler. At some point (works already on 58 version, the current one is 65) the issue was resolved and starting from Firefox 65 this hook prevents from navigating in the pop-up via keyboard. Simply removing additional logic makes navigating in both DateField and InlineDateField possible Fixes #11465 Fix ComboBoxElement clear method 2019-03-07T08:09:37+00:00 ZheSun88 zhe@vaadin.com 2019-03-06T11:12:19+00:00 urn:sha1:c6ad655490aa3fafc71e51bdf42496bc0869dbfb Explicitly reset the value in case if it was cleared. Ignore the case for selecting a suggestion. Fixes vaadin/testbench#1122 Fix an NPE caused by the previous fix to Grid's frozen columns (#11444) 2019-03-06T08:30:35+00:00 mlindfors majuli@vaadin.com 2019-02-04T11:54:09+00:00 urn:sha1:e6a301851d0b8b7e52d7b17ca4fa041140bc87c5 * Fix an NPE caused by the previous fix to Grid's frozen columns (#10653) If the user managed to get two frozen column count changes into a single server round-trip before the component had been attached, the previous fix #11346 lead to a null pointer exception since there was no diff state available. This fix adds a null check before removing the frozen column count value from the diff state so that this will not happen. Closes #10653 Update Failed screenshots and formatted code (#11432) 2019-01-23T11:27:34+00:00 Sun Zhe 31067185+ZheSun88@users.noreply.github.com 2019-01-23T11:27:34+00:00 urn:sha1:9fbd5555fdb9af3f6c892f2def8dd43d590c2bed Update Tooltip Snapshot (#11414) 2019-01-22T14:05:19+00:00 Sun Zhe 31067185+ZheSun88@users.noreply.github.com 2019-01-17T12:31:09+00:00 urn:sha1:c68a716f0f872dd1520d3e5ea8113208f422a473 Fix #11369 (#11403) 2019-01-22T14:05:19+00:00 Maciej PrzepiĆ³ra maciej@przepiora.me 2019-01-17T10:46:49+00:00 urn:sha1:38ae04484011a18f418c758eb0a2b2a80abca537 Clear contents of iframe clone that is in a Window so that when it's reattached to DOM we don't get 404 Fix wrong year assert in DateField test (#11404) (#11405) 2019-01-02T11:40:37+00:00 Sun Zhe 31067185+ZheSun88@users.noreply.github.com 2019-01-02T11:40:37+00:00 urn:sha1:78fd7fcbd2ee344609d0bd28b439b45ee234
add_library(rfb_win32 STATIC
  AboutDialog.cxx
  Clipboard.cxx
  CurrentUser.cxx
  DeviceContext.cxx
  DeviceFrameBuffer.cxx
  Dialog.cxx
  DIBSectionBuffer.cxx
  EventManager.cxx
  LaunchProcess.cxx
  ListViewControl.cxx
  MonitorInfo.cxx
  MsgWindow.cxx
  RegConfig.cxx
  Registry.cxx
  SecurityPage.cxx
  SDisplayCorePolling.cxx
  SDisplayCoreWMHooks.cxx
  SDisplay.cxx
  Security.cxx
  Service.cxx
  SInput.cxx
  SocketManager.cxx
  TCharArray.cxx
  TsSessions.cxx
  Win32Util.cxx
  WMCursor.cxx
  WMHooks.cxx
  WMNotifier.cxx
  WMPoller.cxx
  WMShatter.cxx
  WMWindowCopyRect.cxx)

if(BUILD_WINVNC)
  target_sources(rfb_win32 PRIVATE ${RFB_WIN32_SOURCES} CleanDesktop.cxx)
endif()

target_link_libraries(rfb_win32 user32.lib comctl32.lib wtsapi32.lib version.lib)