Commit graph

  • cf04523ece
    CMake: Show wxWebview overview in configuration summary Maarten Bent 2024-01-28 14:08:37 +01:00
  • 302ad5f7cd
    CMake: Check for OpenGL in imported target Maarten Bent 2024-01-28 14:06:11 +01:00
  • a63ba1cc04
    CMake: Create wxWidgets::wxWidgets imported target Maarten Bent 2024-01-28 14:05:38 +01:00
  • 966c39802e
    CMake: Throw a more descriptive error when submodule files do not exist Maarten Bent 2024-01-28 14:04:29 +01:00
  • 590e033344
    CMake: Keep UNICODE defines Maarten Bent 2024-01-28 14:03:07 +01:00
  • db7f144c1b
    CMake: Use simplified system name in configuration summary Maarten Bent 2024-01-28 14:02:12 +01:00
  • de6a117fda
    CMake: Silence the CEF configuration summary Maarten Bent 2024-01-28 14:01:45 +01:00
  • c39d2243a0
    CMake: Use CEF_RUNTIME_LIBRARY_FLAG Maarten Bent 2024-01-28 14:01:11 +01:00
  • cd7e6308cd
    CMake: Generalize determining platform name Maarten Bent 2024-01-28 13:59:36 +01:00
  • f82ccc1a19 Merge branch 'image_crash' of https://github.com/Randalphwa/wxWidgets Vadim Zeitlin 2024-01-28 18:18:14 +01:00
  • fc35ad92bb Remove unnecessary empty destructors Scott Talbert 2024-01-26 21:21:02 -05:00
  • 50e35c71eb Fix using Alt under MSW when wxGrid has focus Vadim Zeitlin 2024-01-28 18:09:10 +01:00
  • d495c50637 Replace 16-bit code in MSW wxGetUserName() with use of netapi32 Blake-Madden 2024-01-22 21:19:32 -05:00
  • 28ced1bc33 Make checks on character entry in numeric validators less relaxed taler21 2024-01-16 14:25:01 +01:00
  • 3dad98e06d Merge branch 'tab-key-category' Vadim Zeitlin 2024-01-28 17:32:54 +01:00
  • 5bb2cb43d1 Restore wxAuiToolBar::RealizeHelper(bool) for compatibility Vadim Zeitlin 2024-01-24 17:33:29 +01:00
  • cc9f9af400 Flush wxLogGui before showing a modal dialog Vadim Zeitlin 2024-01-20 02:08:23 +01:00
  • b628237245 Fix crash due to using wxLog during shutdown in a better way Vadim Zeitlin 2024-01-26 02:32:51 +01:00
  • 0255d8dded Switch to wxCHECK_RET instead of silent return Randalphwa 2024-01-27 15:01:17 -08:00
  • aa29faed81 GetImageListBitmaps() -- don't modify if invalid Randalphwa 2024-01-27 11:52:48 -08:00
  • 994bc961e7 InitAlpha() --avoid crash if empty/invalid Randalphwa 2024-01-27 11:51:33 -08:00
  • dc55e4fe11 Suppress ASAN report about memory leaks in g_quark_init() Vadim Zeitlin 2024-01-27 19:06:56 +01:00
  • 460c35ff0e Return false from wxKeyEvent::IsKeyInCategory(WXK_TAB) for Ctrl+I Vadim Zeitlin 2024-01-27 17:06:59 +01:00
  • 6053381b34 Make keyboard sample window bigger on high DPI screens Vadim Zeitlin 2024-01-27 17:37:22 +01:00
  • 29caef7a5a Show pressed key category in the "keyboard" sample Vadim Zeitlin 2024-01-27 16:53:09 +01:00
  • ac3cea5bcd Update FreeBSD 13 image name for Cirrus CI Vadim Zeitlin 2024-01-24 17:46:21 +01:00
  • 5e1890c068 Merge branch 'cef-docs' Vadim Zeitlin 2024-01-24 17:44:01 +01:00
  • f265775527 Use C++17 for MSVS wxWebView project Vadim Zeitlin 2024-01-24 00:14:03 +01:00
  • f05177db2a Improve CMake error message if C++17 is not used with CEF Vadim Zeitlin 2024-01-24 00:08:04 +01:00
  • fca0c75b2e Don't give an error if compiler supports C++17 by default Vadim Zeitlin 2024-01-23 03:45:59 +01:00
  • 5480296dd0 Use C++17 when using CEF and not C++14 Vadim Zeitlin 2024-01-23 03:29:23 +01:00
  • 8463b13c14 Don't use -Wno-extra with MSVS when building wxWebviewChromium Vadim Zeitlin 2024-01-23 03:28:17 +01:00
  • 509f853757 Add holiday authority overview Blake-Madden 2024-01-22 21:04:08 -05:00
  • 9e61385878 Add wxRendererNative implementation for wxQt ali kettab 2024-01-17 14:07:27 +01:00
  • 1b4dfc292a Merge branch 'vlistbox-current-accessors' of https://github.com/wsu-cb/wxWidgets Vadim Zeitlin 2024-01-22 21:40:40 +01:00
  • 21ae234a37 Add support for hidden panels in ribbon Blake Madden 2024-01-21 12:23:00 -05:00
  • 0c3afbe580 Mention __WXGTK3__ in the preprocessor symbols documentation taler21 2024-01-22 11:00:26 +01:00
  • 2a74f6a644 Merge branch 'more-std-obj-array' Vadim Zeitlin 2024-01-21 01:48:41 +01:00
  • 99bc43cefe Introduce minimal MSW ARM support Lauri Nurmi 2024-01-15 23:02:16 +02:00
  • ed89fc5f3b Make wxImageListBase DLL-exported to fix MSVS warnings Vadim Zeitlin 2024-01-21 01:42:54 +01:00
  • 6d0b1369aa Also add wxObjArray::swap() for consistency with the other arrays Vadim Zeitlin 2024-01-21 00:01:54 +01:00
  • a5f02170c4 Add possibility to iterate over wxObjArray using range-for Vadim Zeitlin 2024-01-20 23:58:48 +01:00
  • 046eb38bf0 Use explicit scope in wxBaseObjectArray implementation Vadim Zeitlin 2024-01-20 23:53:09 +01:00
  • 0fa605abb5 Only use CMAKE_BUILD_TYPE to set wxHAVE_CEF_DEBUG if it's defined Vadim Zeitlin 2024-01-20 02:13:46 +01:00
  • b3c1a6adfd Document CEF_RUNTIME_LIBRARY_FLAG switch for building CEF Vadim Zeitlin 2024-01-20 00:58:39 +01:00
  • 19aee81c1d Update nanosvg to the latest upstream version Vadim Zeitlin 2024-01-14 13:59:52 +01:00
  • f37401dde3 Merge branch 'webview-chromium' Vadim Zeitlin 2024-01-19 03:07:44 +01:00
  • 152ec01122 Fix wxEVT_SET_CURSOR handling under wxQt ali kettab 2024-01-14 23:23:27 +01:00
  • 38d8980283 Add optional wxXmlParseError to wxXmlDocument::Load() Randalphwa 2024-01-14 07:09:24 -08:00
  • 30b98c81b1 Replace #ifdef with #if in WXWIN_COMPATIBILITY_3_2 check Randalphwa 2024-01-14 07:59:42 -08:00
  • 567f8c47af Add wxRibbonBar::GetPageById() Blake Madden 2024-01-11 19:39:15 -05:00
  • ee691af12d Merge branch 'qt-some-cleanups' of https://github.com/AliKet/wxWidgets Vadim Zeitlin 2024-01-19 02:47:52 +01:00
  • 5ae3b771ad Merge branch 'win32-native-dialogs-pmdpi' of https://github.com/MaartenBent/wxWidgets Vadim Zeitlin 2024-01-19 02:43:11 +01:00
  • e3be9d2c52 Update Albanian translations Besnik Bleta 2024-01-17 18:46:47 +01:00
  • a3951b6863 wxUniv: wxWindow: rename SetCurrent() to WXMakeCurrent() Bill Su 2024-01-17 00:35:49 -05:00
  • fae1f35e08 Allow customizing CEF log file and log level Vadim Zeitlin 2024-01-17 01:16:06 +01:00
  • c40cf9c81d Remove __WXDEBUG__ guards around CEF logging configuration Vadim Zeitlin 2024-01-17 00:55:57 +01:00
  • 207ebe78dd Translate error message given if CefInitialize() fails Vadim Zeitlin 2024-01-17 00:40:26 +01:00
  • 2d127ba229 Give a debug log message if creating cache directory fails Vadim Zeitlin 2024-01-17 00:30:58 +01:00
  • d4327e81d1 Improve comment explaining setting CEF "root cache" path Vadim Zeitlin 2024-01-17 00:29:50 +01:00
  • ff59ef301b Merge branch 'master' into webview-chromium Vadim Zeitlin 2024-01-17 00:22:39 +01:00
  • b1353ffec1
    Fix initial and returned font size of MSW wxFontDialog Maarten Bent 2023-12-10 18:28:03 +01:00
  • ea5f585e89
    Add system option to never use AutoSystemDpiAware Maarten Bent 2023-12-10 18:24:14 +01:00
  • 9befda5c26
    Only use AutoSystemDpiAware when displays have different DPI Maarten Bent 2023-12-10 18:21:08 +01:00
  • 05ebdb7ebd Emphasize that wxQtSignalHandler is for wxWindow handlers only under wxQt ali kettab 2024-01-11 22:45:59 +01:00
  • 90d56e52a3 Fix creating wxMenuItem with nullptr parent under wxQt ali kettab 2024-01-11 22:27:22 +01:00
  • a2f7a933e8 Merge branch 'no-global-ops' Vadim Zeitlin 2024-01-12 18:39:30 +01:00
  • ec80639d79 Merge branch 'aui-events' Vadim Zeitlin 2024-01-12 18:38:01 +01:00
  • 565775a2c8 Merge branch 'bitmap-create-log-size' Vadim Zeitlin 2024-01-12 18:37:20 +01:00
  • b822d7d9e1 Fix use of "NULL" in GetOrCreateAccessible() documentation Vadim Zeitlin 2024-01-12 18:36:24 +01:00
  • d7cff61267 Merge branch 'default-xdg-config' Vadim Zeitlin 2024-01-12 18:31:58 +01:00
  • 03ad7039d6 Don't expose implementation only class to public under wxQt ali kettab 2024-01-11 21:26:56 +01:00
  • 4682d5606d Stop deriving some internal classes from wxQtSignalHandler under wxQt ali kettab 2024-01-11 20:01:40 +01:00
  • 81e9373efa Add missing documentation of wxWindow accessibility functions DietmarSchwertberger 2024-01-11 19:50:00 +01:00
  • 89e78831f7 wxVListBox: add GetCurrent()/SetCurrent() accessors Bill Su 2024-01-11 00:47:04 -05:00
  • 56d857152d Don't use comma operator in wxPoint operators Vadim Zeitlin 2024-01-11 00:49:32 +01:00
  • 5dac42edc0 Merge branch 'datetime-f-fmt' Vadim Zeitlin 2024-01-10 18:44:30 +01:00
  • afc635f845 Merge branch 'aui-repaint' Vadim Zeitlin 2024-01-10 18:43:24 +01:00
  • 4f666c227a Merge branches 'aui-close-on-all-fix', 'aui-current-after-drag', 'aui-hint', 'aui-tbar-realize' and 'aui-book-rm-current' Vadim Zeitlin 2024-01-10 18:39:41 +01:00
  • 78a8da7142 Fix a typo in comment in wxGCDC::DoStretchBlit() Vadim Zeitlin 2024-01-10 18:15:47 +01:00
  • 340bbea71d Remove irrelevant mentions of encoding from wxXmlDocument docs Vadim Zeitlin 2024-01-10 18:07:36 +01:00
  • c1b7ce5932 Fix typing error in interface def. mcorino 2024-01-10 14:46:51 +01:00
  • 6655f6e41c Fix wrong uses of wxBitmap::CreateWithDIPSize() Vadim Zeitlin 2024-01-09 03:12:56 +01:00
  • 006a84db14 Use CreateWithLogicalSize() instead of ...DIPSize() in wxOSX Vadim Zeitlin 2024-01-09 03:10:37 +01:00
  • d254a7d752 Use wxBitmap::CreateWithLogicalSize() in wxSTC code Vadim Zeitlin 2024-01-09 03:05:37 +01:00
  • 2cef35b321 Use wxBitmap::CreateWithLogicalSize() in wxMSW wxStaticBox code Vadim Zeitlin 2024-01-09 03:04:55 +01:00
  • 9cc5e5d276 Add wxBitmap::CreateWithLogicalSize() Vadim Zeitlin 2024-01-09 02:58:10 +01:00
  • 8967bed190 Merge branch 'log-collect' Vadim Zeitlin 2024-01-09 02:42:20 +01:00
  • e2cc16ef9c Fix test suite on Linux/s390x and maybe other architectures Vadim Zeitlin 2024-01-09 02:38:43 +01:00
  • d7b9548c19 Create output directory in wxFileConfig if it doesn't exist Vadim Zeitlin 2024-01-08 02:02:18 +01:00
  • 6586afb0a5 Use XDG-compliant location by default in wxFileConfig Vadim Zeitlin 2024-01-08 00:43:26 +01:00
  • e717ac5a86 Return more detailed errors from wxFileConfig::MigrateLocalFile() Vadim Zeitlin 2024-01-07 22:44:09 +01:00
  • 4fc2281286 Add wxLogCollector Vadim Zeitlin 2024-01-07 22:39:45 +01:00
  • 2566a1abf5 Add wxLogFormatterNone Vadim Zeitlin 2024-01-07 22:31:52 +01:00
  • 30dd7e9095 Add wxLogBuffer::Clear() Vadim Zeitlin 2024-01-07 22:12:28 +01:00
  • e38a61a09b Merge branch 'cmake-cxx-std' Vadim Zeitlin 2024-01-07 16:14:53 +01:00
  • b294a6b2bc Merge branch 'config-xdg' Vadim Zeitlin 2024-01-07 16:13:15 +01:00
  • cc8fbeed56 Merge branch 'xml-conv-simplify' Vadim Zeitlin 2024-01-07 16:12:31 +01:00
  • d36fd5822d Add MSVS 2022 solutions files for building tests Vadim Zeitlin 2024-01-07 00:42:44 +01:00
  • cfdfd14c59 Improve frame size in the listctrl sample Vadim Zeitlin 2024-01-05 03:03:55 +01:00