Commit Graph

  • 9560740b8e Fix X11: test/gl_overlay stale overlay rendering (#1111) branch-1.3 ManoloFLTK 2024-11-08 13:00:51 +0100
  • 55db651a96 Fix: X11: test/gl_overlay stale overlay rendering (#1111) master ManoloFLTK 2024-11-08 12:25:49 +0100
  • c46a92809e Fix macOS Very minor high DPI rounding issue with fl_rect (#1113) ManoloFLTK 2024-11-08 11:07:32 +0100
  • e15cd9d5bb Fix: fl_draw_image() with horizontal flip reads out of bounds (#1112) ManoloFLTK 2024-11-08 10:28:27 +0100
  • 3fbbce0654 Slightly improve member function Fl_Wayland_Graphics_Driver::copy_offscreen() ManoloFLTK 2024-11-08 09:46:35 +0100
  • 82e0e859ee Fix X11: test/checkers drawing artifacts when window is scaled (#1109) ManoloFLTK 2024-11-08 09:14:29 +0100
  • 8f987ce8bd Fix X11: test/curve "points" mode not drawn correctly (#1110) ManoloFLTK 2024-11-07 19:33:43 +0100
  • 87527017b2 MacOS: Fix build folder for detection of SDK version (#1103) Albrecht Schlosser 2024-11-05 16:53:12 +0100
  • d5c0e215a4 MacOS: Improve detection of SDK version (#1103) Albrecht Schlosser 2024-11-05 16:09:39 +0100
  • a77cc0cb35 MacOS version check using try_compile: #1103 Matthias Melcher 2024-11-04 22:35:43 +0100
  • 71a61d9cbf
    Using try_run to get __MAC_OS_X_VERSION_MAX_ALLOWED (#1105) Matthias Melcher 2024-11-04 20:26:49 +0100
  • 0e55cbc725 Cleanup, support for UniformTypeIdentifiers #1105 Matthias Melcher 2024-11-04 20:22:37 +0100
  • f12c092262 Fixed Albrechts suggested typos and simplifications Matthias Melcher 2024-11-04 18:20:23 +0100
  • afe87de013 Correctly add weak-linked frameworks for increasingly high macOS versions ManoloFLTK 2024-11-04 13:06:36 +0100
  • 5e91ecfd58 Fix Mac: Fl_Window::fullscreen() doesn't work for unfocused tabbed window (#1101) ManoloFLTK 2024-11-04 06:28:02 +0100
  • 37144c06a1 Undo 6f6a375 that does not properly support macOS SDK 15.x (#1103) ManoloFLTK 2024-11-04 04:50:31 +0100
  • e50f2863f4 Using try_run to get __MAC_OS_X_VERSION_MAX_ALLOWED Matthias Melcher 2024-11-04 02:11:30 +0100
  • 4dabc62aa8 Testing default deployment target #1104 Matthias Melcher 2024-11-03 23:42:29 +0100
  • 8b321e0217 Testing error message Matthias Melcher 2024-11-03 23:31:14 +0100
  • a9c9458cec macOS: Change required version for inclusion of ScreenCaptureKit Matthias Melcher 2024-11-03 23:23:13 +0100
  • f90887ec49 Update ANNOUNCEMENT and CHANGES.txt for 1.4.0rc3 Albrecht Schlosser 2024-11-03 18:55:15 +0100
  • 5ac570c338 Fixes Fl_Tile resizing for "sudden" size changes: #1102 Matthias Melcher 2024-11-03 18:53:18 +0100
  • 6f6a375fca Recent macOS SDKs badly define MAC_OS_X_VERSION_MAX_ALLOWED ManoloFLTK 2024-11-03 14:27:28 +0100
  • b8bf13ec65 Recent Xcode versions badly define MAC_OS_X_VERSION_MAX_ALLOWED ManoloFLTK 2024-11-03 13:06:24 +0100
  • e138814257 Fix confusing alignment Albrecht Schlosser 2024-11-02 17:11:32 +0100
  • b3a6838128 Fix Mac: "Merge All Windows" fails if focused window is borderless (#1100) ManoloFLTK 2024-11-02 07:37:43 +0100
  • 7ce5b74e12 New member function Fl_Cocoa_Window_Driver::capture_decorated_window_10_6(NSWindow*) ManoloFLTK 2024-11-01 18:25:59 +0100
  • abf28f0b70 Improve and clarify documentation Albrecht Schlosser 2024-11-01 17:48:13 +0100
  • 9bcef81cae Fix memory leaks in examples/shapedwindow.cxx Albrecht Schlosser 2024-11-01 16:48:20 +0100
  • 9d708a1b5a Fix compiler warning [-Wsign-compare] Albrecht Schlosser 2024-11-01 16:35:03 +0100
  • 818e2b77d1 Wayland: Fix issue in maximization of a borderless window (#1099) ManoloFLTK 2024-11-01 15:43:18 +0100
  • 34f465add2 Windows: fix compiler warning [-Wstrict-aliasing] Albrecht Schlosser 2024-10-31 18:38:50 +0100
  • bdb5972504 macOS: prevent changing window border while window is maximized ManoloFLTK 2024-10-31 15:35:52 +0100
  • 0ac1379985 macOS: prevent changing window border while window is fullscreen ManoloFLTK 2024-10-31 15:15:33 +0100
  • 0cab095b3c Fix "Mac: Mixing native fullscreen button with Fl_Window::fullscreen() has side effects" (#1098) ManoloFLTK 2024-10-31 12:19:22 +0100
  • 7237e0d308 Restore Fl_Widget_Surface::draw_decorated_window() under XQuartz ManoloFLTK 2024-10-31 09:17:55 +0100
  • 3c03aecc3c Fix Windows: fullscreen doesn't always pick the correct display (#1097) ManoloFLTK 2024-10-30 17:32:57 +0100
  • 56cf5684dc Make Fl_Window::flush() public for consistency with subclasses Albrecht Schlosser 2024-10-30 14:27:40 +0100
  • 510cffdb59 Improve layout of fltk-options Albrecht Schlosser 2024-10-30 14:18:17 +0100
  • 3c4f21783c Improve README.CMake.txt Albrecht Schlosser 2024-10-29 20:10:53 +0100
  • d90a1d7c1a
    Merge 345e304bff into 307148222a #55 darealshinji 2024-10-28 13:48:44 +0000
  • 307148222a Update CHANGES.txt for 1.4.0 Release Candidate 2 release-1.4.0rc2 Albrecht Schlosser 2024-10-27 15:55:01 +0100
  • ae55a42c71 Quick fix for Windows Ctrl character handling - cont'd ManoloFLTK 2024-10-27 00:14:09 +0200
  • 94a50ecd6b Windows: fix for using AltGr key after kludge for Ctrl+ (#1093) ManoloFLTK 2024-10-26 18:33:26 +0200
  • c0e07d3452 Add range check to Fl_Group::child(int) Albrecht Schlosser 2024-10-25 02:39:47 +0200
  • f9f89be7d7 Improve docs about subclassing Albrecht Schlosser 2024-10-24 17:59:18 +0200
  • eb545c981b Fluid: replace 'FL_WINDOW+1' with 'FL_DOUBLE_WINDOW' Albrecht Schlosser 2024-10-24 17:56:51 +0200
  • 1fbcbee107 Mention HighDPI support in 'ANNOUNCEMENT' Albrecht Schlosser 2024-10-24 17:50:41 +0200
  • 048ea46e56
    Merge f38f35d672 into d932c0de4f #1083 Adam (ThinLinc team) 2024-10-22 16:22:55 +0200
  • f38f35d672 Backport support for mouse buttons 4 + 5 (#1076, #1068) #1083 Adam Halim 2024-10-03 11:10:42 +0200
  • 2228ec22d7 FLUID: Adds missing code for Grid and Flex live: #1092 Matthias Melcher 2024-10-22 13:49:48 +0200
  • fb5c652200 FLUID: quick fix for live preview of Grid: #1092 Matthias Melcher 2024-10-22 12:41:48 +0200
  • 18e5c8232a Small typo fixes for release release-1.4.0rc1 Albrecht Schlosser 2024-10-20 22:28:34 +0200
  • d85b67beac Fluid: update function_panel.fl from function_panel.cxx Albrecht Schlosser 2024-10-20 20:03:09 +0200
  • 32ac2ce0ac Update ANNOUNCEMENT and CHANGES files for release 1.4.0 Albrecht Schlosser 2024-10-20 19:40:02 +0200
  • d163ab1357 Make remaining 'XPM' images 'const' Albrecht Schlosser 2024-10-20 17:00:16 +0200
  • 74d827f71f Remove FL_MENU_RESERVED bit mask in favor of better documentation Albrecht Schlosser 2024-10-19 15:58:25 +0200
  • 737137cf78 Fixes Fl_Text_Display line number calculation. (#1088) Matthias Melcher 2024-10-19 15:53:18 +0200
  • 6ea450407b Windows: process the +-containing key used with Ctrl in cross-platform way ManoloFLTK 2024-10-19 09:14:45 +0200
  • 04c8dd9d26 Add forgotten FL_OVERRIDE attribute Albrecht Schlosser 2024-10-18 19:18:23 +0200
  • 975cd3b4fd Remove unnecessary casts from glut demo programs Albrecht Schlosser 2024-10-18 17:01:34 +0200
  • d932c0de4f Implement missing Fl_Single_Window::make_current() Albrecht Schlosser 2024-10-18 16:27:03 +0200
  • 89309ebbf2 Add missing *public* methods of Fl_Single_Window Albrecht Schlosser 2024-10-18 16:30:23 +0200
  • df3a02ed3d
    Merge 311a7888e0 into 1a4ec05b2b #310 Markus Mützel 2024-10-18 14:58:39 +0200
  • 1a4ec05b2b Update GitHub workflow: actions/checkout Albrecht Schlosser 2024-10-18 14:08:07 +0200
  • b2c6910997 Update README files Albrecht Schlosser 2024-10-18 14:06:14 +0200
  • cb6ee39852 Update documentation Albrecht Schlosser 2024-10-17 16:01:32 +0200
  • acf3037ae8 FLUID: make sure that dialogs are visible for snapshots Matthias Melcher 2024-10-17 14:32:30 +0200
  • c454930966 FLUID: Fixes uninitialized class member Matthias Melcher 2024-10-17 14:17:39 +0200
  • f269367d41 Clarify the documentation of class Fl_Callback_User_Data ManoloFLTK 2024-10-17 14:10:15 +0200
  • 37fbc63f5c Two additions to CHANGES.txt Matthias Melcher 2024-10-16 18:44:38 +0200
  • a6a0a65edf Update or remove version numbers, update copyright years Albrecht Schlosser 2024-10-15 20:42:26 +0200
  • ad422791f0 Update dependencies Albrecht Schlosser 2024-10-15 19:52:16 +0200
  • d589c05b17 Fix documentation typos and trailing whitespace Albrecht Schlosser 2024-10-15 18:59:28 +0200
  • 957fa1fe37 Improve method to draw boxes of type FL_BORDER_BOX and FL_SHADOW_BOX (#1089) ManoloFLTK 2024-10-15 18:02:48 +0200
  • a5f28b3984 Fix compiler warning [-Wstringop-overflow=] Albrecht Schlosser 2024-10-12 15:27:25 +0200
  • 013e939c93 Make Pango-handled text accept legacy CP1252-encoded text - continued ManoloFLTK 2024-10-10 18:18:52 +0200
  • f87d7a71c0 Missing *not* in Fl_Preferences docs. Matthias Melcher 2024-10-10 15:12:04 +0200
  • a0f1d5bc5e Fl_Preferences documentation update. Matthias Melcher 2024-10-10 11:46:31 +0200
  • 81d3ccefa4 CMake: ignore FLTK_MSVC_RUNTIME_DLL on other platforms Albrecht Schlosser 2024-10-09 16:01:54 +0200
  • 99c36b44ac Restore building without Cairo developer files (#1087) ManoloFLTK 2024-10-08 23:52:03 +0200
  • 475bfa9230 Define missing macro on Windows/MinGW platform Albrecht Schlosser 2024-10-07 18:14:19 +0200
  • 9dd8bf4b60 Document Fl_Flex and Fl_Grid in the list of group widgets Albrecht Schlosser 2024-10-07 17:15:20 +0200
  • 6e5f3f7ecb Make Pango-handled text accept legacy CP1252-encoded text ManoloFLTK 2024-10-07 16:20:44 +0200
  • 05d78e8ebd Improve documentation on mouse and keyboard events Albrecht Schlosser 2024-10-07 16:13:11 +0200
  • 0b4bea1eea Fix shortcut FL_CTRL+'=' on Windows (#1086) Albrecht Schlosser 2024-10-07 14:33:44 +0200
  • 16d59008c2 Add option to test scaling shortcuts in test/menubar Albrecht Schlosser 2024-10-07 14:27:01 +0200
  • 18bda5315d Update Widget order in test/keyboard. Matthias Melcher 2024-10-07 11:59:49 +0200
  • 5c6ec56b33
    Submenus with no callback enter their submenu instead of closing the whole menu (#1043) dannye 2024-10-06 12:19:54 -0500
  • c067956efd
    Merge b0de49b280 into 6e3b64425e #767 six809 2024-10-06 19:17:06 +0200
  • 6e3b64425e Add fwd and back mouse buttons to test/keyboard Matthias Melcher 2024-10-06 15:46:26 +0200
  • 4f4a9be15b Support mouse buttons 4 + 5 (aka "side buttons") (#1076, #1068) Albrecht Schlosser 2024-09-26 17:59:52 +0200
  • d39fc58480 Add fwd and back mouse buttons to test/keyboard #1081 Matthias Melcher 2024-10-06 15:46:26 +0200
  • dffc04650c Support mouse buttons 4 + 5 (aka "side buttons") (#1076, #1068) Albrecht Schlosser 2024-09-26 17:59:52 +0200
  • 3fbd4f944f Apply `scaling-shortcut-kludge.patch` for Windows Albrecht Schlosser 2024-09-10 12:14:56 +0200
  • 0594d9a1a0 Update FLUID .fl files in the test/. Matthias Melcher 2024-10-06 17:53:41 +0200
  • 133d8fb96d Update comment, sorry for the noise Albrecht Schlosser 2024-10-06 17:44:20 +0200
  • cd0f5aec24 Add comments regarding X11 keyboard layout handling Albrecht Schlosser 2024-10-06 17:42:22 +0200
  • 9eb5f11c39 FLUID: Fixes file reading bug, introduces two weeks ago: #1078 Matthias Melcher 2024-10-06 17:33:04 +0200
  • 3431c9d21a
    Fl_Text_Display: Fix text selection off-by-one bug (#1080) Andrew Fuller 2024-10-06 07:18:37 -0700