Commit Graph

  • 994b5824dc Wayland: fix processing of keypad keys - cont'd (#881) ManoloFLTK 2024-01-13 10:48:52 +0100
  • 421e917f03 Comment out debug statement ManoloFLTK 2024-01-11 17:21:11 +0100
  • c9534460f7 Solves issue #882. Greg Ercolano 2024-01-11 08:20:16 -0800
  • d9125d76cb Solves issue #884: single quote zenity/kdialog Greg Ercolano 2024-01-11 07:50:09 -0800
  • a237743c8b #885: Fixes keyboard text selection in Fl_Text_Editor Matthias Melcher 2024-01-11 16:20:55 +0100
  • dc70a04100 Add Fl_String not-equal test Greg Ercolano 2024-01-10 21:32:02 -0800
  • 32514e6d2b Quote doxygen command where necessary Albrecht Schlosser 2024-01-11 00:33:22 +0100
  • 08e64283aa Add textattrib() get method+docs Greg Ercolano 2024-01-10 09:10:07 -0800
  • e5909854f2 Minor rephrasing. Matthias Melcher 2024-01-10 11:27:27 +0100
  • 98b2af4620 Typos Matthias Melcher 2024-01-10 00:34:55 +0100
  • 9e216683e5 Editor documentation. Matthias Melcher 2024-01-09 16:21:18 +0100
  • dbdd4d926c Fixes double callback for style changes. Matthias Melcher 2024-01-08 17:27:21 +0100
  • cbf30d25d7 Appended syntax highlighting section Matthias Melcher 2024-01-07 20:20:20 +0100
  • c2f285a10b More Editor documentation. Matthias Melcher 2024-01-07 18:55:45 +0100
  • 2db1929985 Wayland: fix processing of keypad keys - tidying (#881) ManoloFLTK 2024-01-07 10:14:40 +0100
  • b4697c33ff Remove Fl_Simple_Terminal (replaced by Fl_Terminal) Albrecht Schlosser 2024-01-06 18:28:51 +0100
  • 37eefe5548 Wld: Add missing keypad key to keypad translation table (#881) Albrecht Schlosser 2024-01-06 17:55:40 +0100
  • 829cac52c6 Fix numeric keyboard example program Albrecht Schlosser 2024-01-06 17:48:41 +0100
  • c8112003ca Fix typo Albrecht Schlosser 2024-01-06 17:44:14 +0100
  • 7fe3545f16 Completely different approach to Editor tutorial Matthias Melcher 2024-01-06 15:44:32 +0100
  • 516f9e7885 Fix "When zooming window, the window size range must be adjusted" (#880) ManoloFLTK 2024-01-06 14:52:57 +0100
  • e1cd6dec4a Wld: Fix e_original_keysym for keypad number keys + NumLock off (#881) ManoloFLTK 2024-01-06 12:38:24 +0100
  • a893cc3f5e Wayland: fix processing of '.' keypad key (#881) ManoloFLTK 2024-01-06 09:22:40 +0100
  • bc28433f2e Wayland: numeric keypad keys don't work as intended - cont'd (#881) ManoloFLTK 2024-01-05 19:34:46 +0100
  • 944b5e7072 Wayland: numeric keypad keys don't work as intended (#881) ManoloFLTK 2024-01-05 19:05:36 +0100
  • 3b1ea22d1d Remove unused variables [-Wunused-variable] Albrecht Schlosser 2024-01-04 15:29:07 +0100
  • 04bf5c5a34 Limit test/terminal window size Greg Ercolano 2024-01-03 23:08:18 -0800
  • 71d3cdd337 Removes debugging printf. Matthias Melcher 2024-01-04 01:27:40 +0100
  • 46c9cf2f10 #797: Improves Fl_Tile resize behaviour Matthias Melcher 2024-01-04 01:26:32 +0100
  • d237d186ae CMake: add missing configuration output statement Albrecht Schlosser 2024-01-01 19:14:26 +0100
  • ecb3e40d69 Fluid: fix "MergeBack" preference location Albrecht Schlosser 2023-12-30 17:37:31 +0100
  • a09c75e9bc Adds Fl_Input RMB menu translation to test/preferences Matthias Melcher 2023-12-28 15:43:21 +0100
  • 30f2ec8185 Fix for bug in Mutter Wayland compositor (#878) - cont'd ManoloFLTK 2023-12-28 11:28:47 +0100
  • 6143764885 Fix for bug in Mutter Wayland compositor (#878) ManoloFLTK 2023-12-28 09:59:51 +0100
  • 73bd4a53dd Fix position of 1-button Fl_Message windows ManoloFLTK 2023-12-27 12:15:25 +0100
  • bb5cb5b6d4 Wld: export only member functions for ./configure --enable-shared (#872) ManoloFLTK 2023-12-26 16:00:16 +0100
  • 1d73c0195c Improve docs and add two new Fl_Menu_Item methods (#875) Albrecht Schlosser 2023-12-23 18:51:43 +0100
  • 016c36c917 Fix memory free() mismatch (#875) Albrecht Schlosser 2023-12-23 19:48:58 +0100
  • f59702e290 A more cross-platform way to fix issue #876 ManoloFLTK 2023-12-22 09:16:48 +0100
  • 007e37d897 Ensure that exporting 'fl_disable_wayland' works Albrecht Schlosser 2023-12-21 19:13:49 +0100
  • fcf91e51c0 Fix "Fl_Plugin_Manager::loadAll doesn't work correct" (#876) ManoloFLTK 2023-12-21 17:12:13 +0100
  • e466fe20c8 Fix "Fl_Input popup menu customize doesn't work" (#874) ManoloFLTK 2023-12-21 15:23:38 +0100
  • 42ff55026e Fix "commit 96bacd3 may crash on X11" (#873) ManoloFLTK 2023-12-21 14:22:08 +0100
  • 76a2c95f07 Fix a typo, trailing whitespace, and dependencies Albrecht Schlosser 2023-12-21 14:03:04 +0100
  • 3984639270 Restore "configure --enable-shared" under Linux (#872) ManoloFLTK 2023-12-20 23:42:45 +0100
  • 5df5daf78e Make the 'Forms' compatibility library 'fltk_forms' optional Albrecht Schlosser 2023-12-20 16:56:29 +0100
  • 9023648e6c Update README.txt and CREDITS.txt Albrecht Schlosser 2023-12-20 17:05:18 +0100
  • bc5d7e77aa Remove typos in the documentation of fl_x11_use_display() ManoloFLTK 2023-12-19 19:36:07 +0100
  • 05687d1cb4 Fix typos, formatting, and text alignment in test/forms.cxx Albrecht Schlosser 2023-12-19 19:21:39 +0100
  • 96bacd3f9d Procedure to instruct FLTK to use given X11 connexion (#149) ManoloFLTK 2023-12-19 15:48:26 +0100
  • 1e6ac9c9bb Fix issue #871 for html causing crashes Greg Ercolano 2023-12-18 11:32:34 -0800
  • 46b2f50750 Wayland: Menu items are accessible when mouse is over another win (#869) ManoloFLTK 2023-12-18 07:49:02 +0100
  • 855a50a5f6 Fix MSVC compiler warning Albrecht Schlosser 2023-12-17 18:05:36 +0100
  • 4ab861aae2 Initial framework for dynamic color support darkmode Michael R Sweet 2021-03-24 09:00:09 -0400
  • 469d3ef3d5 #842: Enables command line color arguments on macOS Matthias Melcher 2023-12-16 21:59:39 +0100
  • 638e762d3e #674: FLUID: Scrolls shell script terminal to the bottom on every run Matthias Melcher 2023-12-16 18:53:01 +0100
  • 5f3bea4614 #832: FLUID: Improves widget browser output Matthias Melcher 2023-12-16 18:43:21 +0100
  • c0d7fe9af9 Small doc clarification Greg Ercolano 2023-12-16 07:39:17 -0800
  • f7eb21d92e Fixes fl_message_position for widgets and subwindows Matthias Melcher 2023-12-16 14:45:40 +0100
  • 046bf23a5d Adds mouse wheel input to Fl_Counter Matthias Melcher 2023-12-16 14:22:22 +0100
  • ca028872e7 #868: Suppress warning about unused private members of Fl_Shortcut_Button Matthias Melcher 2023-12-16 14:07:03 +0100
  • bdbd3497d4 STR#3283: Add new Fl_Table right-click popup menu example Greg Ercolano 2023-12-16 00:07:33 -0800
  • 411c3df1cb Fix memory leak in Fl_Terminal (#867) Albrecht Schlosser 2023-12-16 01:37:21 +0100
  • e951db4c49 Fix C++ comments in C file Albrecht Schlosser 2023-12-15 20:03:35 +0100
  • 2030995f6b Wayland+libdecor: iImprove fl_is_surface_gtk_titlebar() ManoloFLTK 2023-12-15 15:48:47 +0100
  • 04a5098a58 #840: Generously adds Fl::args_to_utf8() for MinGW support. Matthias Melcher 2023-12-15 13:04:57 +0100
  • fdf578d936 #840: Fixes fixed buffer size in Fl::args_to_utf8() (fl_call_main) MatthiasWM 2023-12-15 12:56:06 +0100
  • a118930d95 #832: FLUID: Adds custom fonts and colors for widget browser. Matthias Melcher 2023-12-15 12:31:24 +0100
  • ce06a6b519 Some reorganization of fl_libdecor-plugins.c ManoloFLTK 2023-12-15 12:05:41 +0100
  • bbafcafbe1 fix window titles for table examples Greg Ercolano 2023-12-14 14:43:46 -0800
  • 14f4dec0b9 FLUID: Adds image scaling to widget dialog Matthias Melcher 2023-12-14 23:37:05 +0100
  • 33d0718756 FLUID: option to show terminal, clear terminal, and clear history Matthias Melcher 2023-12-14 19:40:29 +0100
  • 673fa2e09c FLTK implementation of the "GTK Shell" Wayland protocol - cont'd ManoloFLTK 2023-12-14 07:55:31 +0100
  • 6ac3e8e230 #840: Fixes fixed buffer size in Fl::args_to_utf8() MatthiasWM 2023-12-13 20:00:49 +0100
  • 0c712e50bc Fix X11 '_NET_ACTIVE_WINDOW' message (STR 3396) Albrecht Schlosser 2023-12-13 19:07:30 +0100
  • 6b39bc095f #862: FLUID "Open FIle..." no longer closes current project... Matthias Melcher 2023-12-13 17:30:57 +0100
  • 41dd84016d #862: Removes default shortcut from Fl_Shortcut_Button Matthias Melcher 2023-12-13 16:55:10 +0100
  • 3c6fed2dd7 Improve Fl_Tabs documentation (minor wording issue) Albrecht Schlosser 2023-12-13 16:11:16 +0100
  • 0936c2a55d FLTK implementation of the "GTK Shell" Wayland protocol - cont'd ManoloFLTK 2023-12-13 14:48:08 +0100
  • eedc5bdc0e Allow walk while selection is being made Greg Ercolano 2023-12-13 02:52:03 -0800
  • 9738e52511 macOS platform + GLUT: fix crash with glut_test - cont'd ManoloFLTK 2023-12-13 10:41:15 +0100
  • 36d34983bb Wayland+GLUT: fix crash in glut_test application - cont'd ManoloFLTK 2023-12-13 10:17:22 +0100
  • 817966f215 Address hang in issue #866 Greg Ercolano 2023-12-12 13:46:51 -0800
  • c10183379f #188: Fixes Fl_Shared_Image ref count and find op Matthias Melcher 2023-12-12 22:44:49 +0100
  • 32b10cb626 #863: Fixes Fl_tile resize behavior when scaling window Matthias Melcher 2023-12-12 22:07:31 +0100
  • 04cf2c4c7d Wayland+GLUT: fix crash in glut_test application ManoloFLTK 2023-12-12 21:17:42 +0100
  • a20bace4e1 macOS platform + GLUT: fix crash with glut_test app ManoloFLTK 2023-12-12 19:46:27 +0100
  • 28c7c584fa Improve documentation of fl_strdup() ManoloFLTK 2023-12-12 11:58:00 +0100
  • f38d1cf424 Documentation: fix outdated statements of quantities being expressed in pixels ManoloFLTK 2023-12-12 10:08:08 +0100
  • 5ef962781f CMake: remove deprecated 'exec_program' from target 'uninstall' Albrecht Schlosser 2023-12-12 00:30:36 +0100
  • 5e3681c22a Documentation: Improve doc comment for ~Fl_Group Kyriet 2023-12-10 19:19:39 +0100
  • b12109dedb Documentation: Improve doc comment for ~Fl_Group #865 Kyriet 2023-12-10 19:19:39 +0100
  • 861bc339c0 Replace wl_output_destroy() by wl_output_release() when possible ManoloFLTK 2023-12-10 12:48:06 +0100
  • 094ee9e953 Documentation: remove obsolete deprecation warning Albrecht Schlosser 2023-12-09 19:45:42 +0100
  • 3fb9bae040 Fl_Grid: Added show_grid(1) screenshot Greg Ercolano 2023-12-09 08:20:31 -0800
  • a66273e726 Raise CMake minimum required version to 3.15 and more release-1.3.9 Albrecht Schlosser 2023-12-09 14:58:40 +0100
  • bf7d53006c Complete and update documentation of Wayland buffers ManoloFLTK 2023-12-09 10:38:05 +0100
  • 1c9063b8bc Updated nmake build command in README Greg Ercolano 2023-12-08 18:53:23 -0800
  • 3c25c0a483 Documentation: remove dark color on title page and ... Albrecht Schlosser 2023-12-08 19:36:21 +0100
  • 63ba44dc29 Document FLTK implementation of the "GTK Shell" Wayland protocol ManoloFLTK 2023-12-08 18:04:04 +0100