Commit graph

  • fada5fa044 Make wxWebViewChromium::OnSize() private Vadim Zeitlin 2023-11-28 19:54:43 +01:00
  • 966e81bf54 Include X11 window ID in a couple of log messages Vadim Zeitlin 2023-11-29 01:28:24 +01:00
  • efae3c07c2 Ensure that XInitThreads() is called when using CEF Vadim Zeitlin 2023-10-20 03:20:04 +02:00
  • 06e3e26ead Add checks to BitmapBundle::FromSVG-alpha test to catch lack of SVG premultiply. Tim Eliseo 2023-11-28 13:36:06 -08:00
  • 8cd33455fe Fix generic wxDataViewCtrl drag hint size with GTK Paul Cornett 2023-11-27 23:27:43 -08:00
  • d2140993de Fix generic wxDataViewCtrl drag hint transparency with GTK Paul Cornett 2023-11-27 23:08:22 -08:00
  • 175237119b Fix wxCheckBox undetermined state showing as checked with some themes Paul Cornett 2023-11-27 12:51:41 -08:00
  • d21d54b42f Document new symbol wxHAS_PREMULTIPLIED_ALPHA. Tim Eliseo 2023-11-27 10:06:47 -08:00
  • a160e788ae Add test BitmapBundle::FromSVG-alpha to verify SVG alpha premultiply fix. Tim Eliseo 2023-11-26 13:29:41 -08:00
  • fce4941404 Add wxHAS_PREMULTIPLIED_ALPHA to abstract if wxBitmap pixels are premultiplied. Tim Eliseo 2023-11-23 18:42:32 -08:00
  • 17c34d41ba Don't premultiply pixels from wxBitmapBundle::FromSVG() on wxGTK. Tim Eliseo 2023-11-21 19:45:57 -08:00
  • 7b87e64fcb Fix creating under GTK when the parent is already shown Vadim Zeitlin 2023-11-24 01:38:14 +01:00
  • 8ea22b5e92 Avoid crash with GTK3 if console program is using a GUI wxApp class Paul Cornett 2023-11-23 15:12:08 -08:00
  • 308f16d97b Fix caret sample under wxQt ali kettab 2023-11-23 19:18:20 +01:00
  • d205e331ce Added native wxOverlay implementation under wxQt ali kettab 2023-11-23 19:03:11 +01:00
  • 0c6e2fafd6 Make wxWindowDC work if constructed outside of a paint event under wxQt ali kettab 2023-11-23 22:48:05 +01:00
  • 41e9fc9a9a Fix wxClientDC not working under wxQt ali kettab 2023-11-22 23:04:15 +01:00
  • 978fa7ed06 Avoid a few fallthrough warnings Paul Cornett 2023-11-23 09:42:59 -08:00
  • 4030f3b90c Remove extraneous semicolons Paul Cornett 2023-11-23 09:25:03 -08:00
  • 222883d98f Avoid Clang -Wcomma warnings Paul Cornett 2023-11-23 09:17:21 -08:00
  • 4e679c4649 Fix wxDropSource::GiveFeedback() for Wayland Paul Cornett 2023-11-22 15:56:41 -08:00
  • 134e15f8f7 Avoid potential negative width in wxChoice::DoGetSizeFromTextSize() Paul Cornett 2023-11-22 14:54:36 -08:00
  • ae7c13a031 Fix wxDropSource::GiveFeedback() with GTK >= 3.20 Paul Cornett 2023-11-22 14:52:26 -08:00
  • 01959690cd Get rid of member variable declaration in wxWindowDC under wxQt ali kettab 2023-11-22 21:19:36 +01:00
  • 14f6f82e46 Fix for incorrect preferred size from empty wxChoice with GTK3 Paul Cornett 2023-11-21 22:42:01 -08:00
  • edd1d758de Fix wxCheckBox::SetValue() when in undetermined state with GTK Paul Cornett 2023-11-20 08:50:05 -08:00
  • f587ef7c88 Make wxDisplay::GetDepth() specific to each display with GTK Paul Cornett 2023-11-19 17:42:49 -08:00
  • 6857dc8e63 Make wxGC offsetting consistent across scales Paul Cornett 2023-11-19 17:37:22 -08:00
  • dede4b9326 Use "= default" for all trivial default ctors and dtors Vadim Zeitlin 2023-11-17 01:33:32 +01:00
  • 16cca70f8f Restore correct activation for out-of-bundle Mac executables Stefan Csomor 2023-11-14 19:51:11 +01:00
  • e64118658d Add documentation for wxSizerFlags::HorzBorder() Martin Corino 2023-11-13 16:15:44 +01:00
  • aa8c95645b Merge branch 'improve-bug-report' Vadim Zeitlin 2023-11-17 01:22:08 +01:00
  • 991a74caad Set to wx-expected clipping behavior of drawRect Stefan Csomor 2023-11-12 11:02:17 +01:00
  • 21da0e128d Change wxRendererNative to use NSCell-based methods under Mac Stefan Csomor 2023-11-12 09:51:59 +01:00
  • 1d7f2becd4 Add line spacing support to MSW wxTextCtrl Blake-Madden 2023-11-17 01:11:14 +01:00
  • 7a73044fd2 Merge branch 'tree-search' Vadim Zeitlin 2023-11-17 01:08:19 +01:00
  • ba9fe3481d Merge branch 'gtk-dpi-changed' Vadim Zeitlin 2023-11-17 01:06:54 +01:00
  • 5a184d423b Merge branch 'qt-uiaction-tests' of https://github.com/AliKet/wxWidgets Vadim Zeitlin 2023-11-17 01:05:56 +01:00
  • ef4fecc186 Merge branches 'tree-state-bmpbundle' and 'imglist-scalefactor' Vadim Zeitlin 2023-11-17 01:03:27 +01:00
  • 46feaf2066 Ignore NULL to nullptr change in git blame output Vadim Zeitlin 2023-11-17 00:38:33 +01:00
  • 56303c6236 Document wxDisplay::GetDepth() Paul Cornett 2023-11-16 10:06:57 -08:00
  • 6210c622f7 Add minimal wxVideoMode support for Wayland Paul Cornett 2023-11-16 09:47:37 -08:00
  • 86a0456bc4 Build fix for wxUSE_CONFIG==0 Paul Cornett 2023-11-15 20:36:21 -08:00
  • 67090e61d2 Improve wxSystemSettings::GetMetric() scrollbar width calculation for GTK3 Paul Cornett 2023-11-15 20:31:24 -08:00
  • 12984a0ceb Ask to specify the build system used in build problem template Vadim Zeitlin 2023-11-13 01:55:46 +01:00
  • 17d7cbe315 Try to make bug report instructions even more clear Vadim Zeitlin 2023-11-12 21:13:02 +01:00
  • 2d07dd25b4 Improve desktop environment detection Paul Cornett 2023-11-10 11:23:24 -08:00
  • 344a5fdb44 Don't expand collapsed tree items when using incremental search Vadim Zeitlin 2023-11-08 01:53:49 +01:00
  • 8ca1be38e2 Add wxGenericTreeCtrl::DoGetNext(Next_Visible) function Vadim Zeitlin 2023-11-08 01:52:00 +01:00
  • 88a39aa6f8 Implement wxEVT_DPI_CHANGED generation for wxGTK Vadim Zeitlin 2023-11-06 22:44:54 +01:00
  • 857fa3670e Make checks for m_findBell slightly more readable Vadim Zeitlin 2023-11-07 19:04:20 +01:00
  • 163d310369 Use wxTimer::StartOnce() instead of wxTIMER_ONE_SHOT Vadim Zeitlin 2023-11-07 19:01:38 +01:00
  • 39079cbf23 Return true from AddCatalog() if message ID matches language Vadim Zeitlin 2023-11-05 02:12:58 +01:00
  • 6fbb504955 Merge branch 'auibook-drag-fix' Vadim Zeitlin 2023-11-07 15:09:56 +01:00
  • 716be1bc27 Merge branch 'msw-build-mingw' Vadim Zeitlin 2023-11-07 02:33:36 +01:00
  • 1761bc3a88 Update documentation of wxTaskBarIcon limitations Vadim Zeitlin 2023-11-07 02:32:20 +01:00
  • 7aef620715 Fix using bitmaps of different dimensions in wxWithImages Vadim Zeitlin 2023-11-07 00:19:25 +01:00
  • baa56732fc Allow to get the size of all images in wxWithImages Vadim Zeitlin 2023-11-07 00:03:56 +01:00
  • 6080dca576 Add wxWindow::WXNotifyDPIChange() for wxOSX and wxGTK Vadim Zeitlin 2023-11-06 23:49:29 +01:00
  • e679e5d4c2 Replace Mac-only function with wxWindow::MakeDPIFromScaleFactor() Vadim Zeitlin 2023-11-06 23:05:14 +01:00
  • 2d6817b0a8 Add a function to save a bitmap callable from debugger Vadim Zeitlin 2023-11-06 22:08:51 +01:00
  • 089bf467a9 Allow passing const wxWindow* to more wxBitmapBundle methods Vadim Zeitlin 2023-11-06 22:05:25 +01:00
  • 53b4f4ddf2 Use physical size in wxImageList Vadim Zeitlin 2023-11-03 02:17:33 +01:00
  • a0f7980295 Add wxAuiTabCtrl::DoEndDragging() Vadim Zeitlin 2023-11-06 00:11:52 +01:00
  • 0fd15e405f Initialize wxAuiTabCtrl members in their declarations Vadim Zeitlin 2023-11-06 00:05:50 +01:00
  • bd7b333a87 Ensure that we only pass valid indices to wxAuiTabCtrl::GetPage() Vadim Zeitlin 2023-11-06 00:02:57 +01:00
  • f1a3816cd9 Fix crash in wxAuiNotebook after dragging a page Vadim Zeitlin 2023-11-05 23:50:51 +01:00
  • 523979b1f1 Explain that using MSVC-specific wx/setup.h is optional Vadim Zeitlin 2023-11-05 02:25:32 +01:00
  • 23abd00d0b Slightly improve the example list of libraries to link with Vadim Zeitlin 2023-11-05 02:22:01 +01:00
  • ae91254d3e Provide MinGW-specific instructions for building applications Vadim Zeitlin 2023-11-04 15:08:06 +01:00
  • 0d4792cc2d Refactor wxImageList classes to use wxImageListBase Vadim Zeitlin 2023-11-03 01:49:34 +01:00
  • 3f971f52c1 Add using declaration for ctors to generic wxImageList Vadim Zeitlin 2023-11-03 01:37:55 +01:00
  • 0003ac6873 Replace wxImageList::Init() with member initializers in wxMSW Vadim Zeitlin 2023-11-03 01:36:00 +01:00
  • 260a109db6 Remove outdated comment about making wxImageList ref counting Vadim Zeitlin 2023-11-03 01:27:57 +01:00
  • a4051c6c2a Don't use GetStateImageList() in wxGenericTreeCtrl implementation Vadim Zeitlin 2023-10-29 02:36:02 +02:00
  • f9a22962e0 Add wxTreeCtrl::GetStateImageCount() and HasStateImages() Vadim Zeitlin 2023-10-26 01:46:00 +02:00
  • a5449a94a1 Add high DPI versions of state icons to the treectrl sample Vadim Zeitlin 2023-10-26 01:36:44 +02:00
  • 308e902102 Add wxTreeCtrl::SetStateImages() Vadim Zeitlin 2023-10-25 19:10:55 +02:00
  • bc4a99d3c4 Fix initial size of treectrl sample window in high DPI Vadim Zeitlin 2023-10-25 19:32:36 +02:00
  • 233cca22e4 Fix not updating wxGenericTreeCtrl when clearing images Vadim Zeitlin 2023-10-25 19:29:23 +02:00
  • 6021f44e6a Fix clearing images used with wxWithImages Vadim Zeitlin 2023-10-25 19:25:29 +02:00
  • 188dc81d6e Extract custom wxBitmapBundleImpl in treectrl sample Vadim Zeitlin 2023-10-25 18:57:43 +02:00
  • 366d06847b Remove confusing boolean parameter from treectrl sample Vadim Zeitlin 2023-10-25 18:36:39 +02:00
  • 9bae94022c Fixes for wxTextProofOptions documentation Blake-Madden 2023-11-01 08:15:57 -04:00
  • 31fefa7ba2 Merge branch 'cxx17-string-toculong' Vadim Zeitlin 2023-11-03 00:51:04 +01:00
  • 71c25b4de7 Merge branch 'getsubbitmap-fixes' Vadim Zeitlin 2023-11-03 00:49:50 +01:00
  • 28cf04036d Enable tests using wxUIActionSimulator under wxQt ali kettab 2023-11-01 01:06:39 +01:00
  • aa4a19cb1d Fix or skip other failures in the tests under wxQt ali kettab 2023-11-01 00:39:19 +01:00
  • 7469f0f5c4 Fix failures in TreeCtrlTestCase tests under wxQt ali kettab 2023-10-31 22:58:21 +01:00
  • 0e325e6262 Fix failures in ListBoxTestCase tests under wxQt ali kettab 2023-10-31 22:56:30 +01:00
  • 53c2b7d65b Fix failures in wxGrid tests under wxQt ali kettab 2023-10-31 22:53:59 +01:00
  • b5dad92007 Make sure the window is active after SetFocus() under wxQt ali kettab 2023-10-31 22:41:42 +01:00
  • 3a71aeed5e Enable some more tests under wxQt ali kettab 2023-10-31 22:28:34 +01:00
  • 50e98ffe7f Fix simulating keystrokes with modifier(s) under wxQt ali kettab 2023-10-31 22:16:14 +01:00
  • ed6f32e113 Fix simulating mouse clicks with modifier(s) under wxQt ali kettab 2023-10-31 21:59:29 +01:00
  • a64d393db6 Fix simulating mouse click and double click under wxQt ali kettab 2023-10-31 21:48:32 +01:00
  • 75c85ab7b9 Fix simulating mouse events under wxQt ali kettab 2023-10-31 21:46:55 +01:00
  • 15aa8e83ed Fix a possible crash under wxQt when using wxUIActionSimulator ali kettab 2023-10-31 21:26:47 +01:00
  • ab21520d7d Make sure toplevel is active in SetFocus() under wxQt ali kettab 2023-10-31 20:58:17 +01:00
  • 4652bb05f8 Added missing wxEVT_TREE_KEY_DOWN event generation under wxQt ali kettab 2023-10-31 20:53:56 +01:00