Commit Graph

  • e462db30a9 New zoom interaction-elements to maximize a FDialog Markus Gans 2016-09-11 16:48:39 +0200
  • fa037ee3ec Fix meta key + 1..9 dialog switch in transparent.cpp Markus Gans 2016-09-05 19:14:51 +0200
  • 6749164aca FButton, FDialog, FLineEdit and FProgressbar has now shadow as default Markus Gans 2016-09-04 18:31:31 +0200
  • 3d0f046de9 clearFlatBorder() replace now a double flatline with a single flatline Markus Gans 2016-09-03 15:17:48 +0200
  • 817e033d57 setGeometry assigns now the full widget size to the double_flatline_mask Markus Gans 2016-09-02 23:06:47 +0200
  • be96aea0d8 incorrect parameter can now return an error message Markus Gans 2016-08-28 22:52:55 +0200
  • 44cb96e732 incorrect parameter can now return an error message Markus Gans 2016-08-28 22:43:14 +0200
  • 2904ed31b9 new inherit background option for characters Markus Gans 2016-08-27 23:23:42 +0200
  • 98fbce5de6 Use the new transparent shadow option in drawShadow() Markus Gans 2016-08-25 01:54:10 +0200
  • f493f7d480 Fix: Dereference of null pointer in FButtonGroup Markus Gans 2016-08-21 22:47:45 +0200
  • bd1b9e7c90 Add a transparent example program Markus Gans 2016-08-21 21:29:04 +0200
  • 7d0cf3383e Add a transparent example program + improve transparent shadow Markus Gans 2016-08-21 21:27:44 +0200
  • f870506194 switchToPrevWindow() is looking for another window if no previous window was found Markus Gans 2016-08-21 00:16:34 +0200
  • 5f3f8468ea Switch back to the own dialog when you closing a dialog menu Markus Gans 2016-08-20 22:33:59 +0200
  • bbfbde465f Switch back to the own dialog when you closing a dialog menu Markus Gans 2016-08-20 22:27:23 +0200
  • b08d064226 Screen characters now have a transparent and a transparent shadow option Markus Gans 2016-08-14 23:27:34 +0200
  • 485b8e25aa Fix: Dereference of null pointer in FMenu Markus Gans 2016-08-06 22:46:37 +0200
  • 4deede746f Fix: Dereference of null pointer in FMenu Markus Gans 2016-08-06 22:01:22 +0200
  • 5606d66404 widget clearing updates now only non-covered characters Markus Gans 2016-08-06 21:43:39 +0200
  • f81370f8cf Do not redraw the dialog on activate Markus Gans 2016-07-31 22:49:09 +0200
  • 303c402ada Add the windows example to show the window behavior Markus Gans 2016-07-31 20:28:45 +0200
  • 0ad1228b1a Fix method setPos in the class FRect Markus Gans 2016-07-31 20:25:25 +0200
  • d5685aaafc Remove dialog list item callback from the associated dialog window Markus Gans 2016-07-30 23:00:37 +0200
  • 9b7918f2f6 Delete all callbacks from a widget, when it will be destroyed Markus Gans 2016-07-30 14:34:13 +0200
  • 15793868fe Improvements for the window focus Markus Gans 2016-07-28 23:38:17 +0200
  • d3f5979873 Segmentation fault fix Markus Gans 2016-07-28 01:04:27 +0200
  • 94c297ba88 Widget focus at window change Markus Gans 2016-07-28 00:06:32 +0200
  • 95f1bdc23a Widget focus at window change Markus Gans 2016-07-27 23:47:12 +0200
  • a91d0566fc Improvements for the window focus Markus Gans 2016-07-27 04:55:10 +0200
  • cb468c59d2 Improvements for the window focus Markus Gans 2016-07-25 23:50:57 +0200
  • 4ba7af7cdc Remove callbacks and accelerator keys from FDialogListMenu on closing a dialog window Markus Gans 2016-07-24 20:18:23 +0200
  • 7d6d5cf71f Fix: Dereference of null pointer in FOptiAttr Markus Gans 2016-07-24 13:51:36 +0200
  • add402c5ac Fix: Dereference of null pointer in FOptiAttr Markus Gans 2016-07-24 01:08:22 +0200
  • 4cccc6527b Small code improvements Markus Gans 2016-07-23 20:56:20 +0200
  • 8b0ac17b63 Add a modifier key correction for the linux tty Markus Gans 2016-07-23 19:59:55 +0200
  • 3a822e3f3b Add a modifier key correction for the linux tty Markus Gans 2016-07-23 19:50:28 +0200
  • c16d3dc3c5 Support to read meta+tab from keyboard Markus Gans 2016-07-17 20:30:00 +0200
  • 75b6ac477e Switch to a specific dialog with meta + 1..9 Markus Gans 2016-07-16 20:39:38 +0200
  • ef201a1a33 Adding a dialog list with the entries in the chronological order of the generation Markus Gans 2016-07-14 23:55:22 +0200
  • 9ef3bd3243 Bind accelerator key from the FMenuItem to the root widget Markus Gans 2016-07-14 00:12:16 +0200
  • 2acda53224 Status and menu bar insert accelerator keys into root widget Markus Gans 2016-07-12 23:35:33 +0200
  • fbb3c8ef11 FDialog focus fix Markus Gans 2016-07-10 03:51:20 +0200
  • 07bcf76bf4 Remove obsolete code from FDialog destructor Markus Gans 2016-07-10 00:23:39 +0200
  • 9766ee4b6f Better code readability: control structures (if/else, while, switch) are now separated by a blank line. Markus Gans 2016-07-09 00:01:59 +0200
  • 2b40854e2f Stop terminal updates during processCloseWidget() is working Markus Gans 2016-07-06 23:11:49 +0200
  • 11a7aad0ee Fix unchecked dynamic_cast Markus Gans 2016-07-03 20:27:27 +0200
  • b7c11c7c90 Code simplification Markus Gans 2016-07-03 20:16:43 +0200
  • 71b5b16865 Add the new class FDialogListMenu to switch between dialog menus Markus Gans 2016-07-03 20:08:39 +0200
  • 0c4b3a3a14 Fix the use-after-free bug for previous_widget Markus Gans 2016-06-27 23:08:32 +0200
  • a179e190f9 Bug fix for FWindow::activatePrevWindow() Markus Gans 2016-06-26 16:08:03 +0200
  • e29e58acb6 Move processNextEvent() code into sub functions Markus Gans 2016-06-25 14:33:43 +0200
  • 396525d80f Adding required updateTerminal() calls for FMenuBar Markus Gans 2016-06-22 00:48:33 +0200
  • 8ffa221e5f Fixes some status bar update issues and focus problems Markus Gans 2016-06-19 23:18:53 +0200
  • 7dd7455b23 Fixes some status bar update issues and focus problems Markus Gans 2016-06-19 20:32:03 +0200
  • 4e447a6096 Improved status bar text updating at window change Markus Gans 2016-06-18 19:10:41 +0200
  • 203c50f4e6 Bug fix in FDialog onWindowActive() for combined setFocus() and activateWindow() Markus Gans 2016-06-16 22:50:34 +0200
  • 07fbe91cea Bug fix in FTerm updateVTerm() for updates from vdesktop Markus Gans 2016-06-16 00:39:01 +0200
  • 28c4a61997 Improved title bar menu integration Markus Gans 2016-06-13 22:44:15 +0200
  • b576b8dcad Add a title bar menu to close dialogs Markus Gans 2016-06-12 23:06:58 +0200
  • 29dfeafa87 Add some comments Markus Gans 2016-06-12 11:56:06 +0200
  • 0146ae9d99 Use nl_langinfo to determine the numeric thousands separator Markus Gans 2016-05-24 22:30:01 +0200
  • 6ff2fb0b32 Fix for menus in modal dialogs Markus Gans 2016-05-22 19:18:16 +0200
  • dcfd7c6246 Remove duplicate code Markus Gans 2016-05-16 23:36:13 +0200
  • 8ca888b063 Don't focus menus with focusFirstChild() and focusLastChild() Markus Gans 2016-05-16 23:26:04 +0200
  • e6c4fc9882 Improve adjustSize() Markus Gans 2016-05-16 21:12:18 +0200
  • 9df9eb5961 Improve adjustSize() Markus Gans 2016-05-16 21:11:32 +0200
  • d40b5f22a4 Better terminal identification Markus Gans 2016-05-01 22:18:54 +0200
  • f77c2b3ff1 Better terminal identification Markus Gans 2016-05-01 21:45:27 +0200
  • ed518a8e2d Improve 256 color terminal detection Markus Gans 2016-04-30 12:52:18 +0200
  • 8244a558df The Final Cut logo Markus Gans 2016-04-25 21:13:12 +0200
  • 01be1a5c37 Fix the missing typecast for SpecialCharacter in ui.cpp Markus Gans 2016-04-19 22:05:42 +0200
  • c0af243403 small shell script improvements Markus Gans 2016-04-02 18:35:34 +0200
  • 9c378151a3 TODO update Markus Gans 2016-02-07 22:02:38 +0100
  • 4dca45036e OSC sequence support for GNU Screen and tmux Markus Gans 2016-02-04 01:27:15 +0100
  • ffff3aa5ca Better escape sequences readability Markus Gans 2016-01-31 21:06:29 +0100
  • 56e5847d41 Moving widget flags into the class fc Markus Gans 2016-01-24 14:53:09 +0100
  • e35340114b Avoid height and width underflow in adjustSize Markus Gans 2016-01-17 23:37:52 +0100
  • b21fe6a405 moving events into the class fc Markus Gans 2016-01-17 02:57:08 +0100
  • 65047855e9 some code improvements Markus Gans 2016-01-10 10:42:55 +0100
  • 8ba652eb07 code improvement Markus Gans 2016-01-10 07:08:55 +0100
  • df5e7e7ccf code improvement Markus Gans 2016-01-10 06:47:40 +0100
  • 9bc6ec6f96 Better default color handling Markus Gans 2016-01-10 00:56:52 +0100
  • db463c686f better understandable code Markus Gans 2016-01-08 12:39:38 +0100
  • 472fb1bbf3 small linker fix Markus Gans 2016-01-08 02:30:21 +0100
  • e5003ac8d1 New class FOptiAttr to control video attributes and colors Markus Gans 2016-01-08 02:19:38 +0100
  • 978f14bbf8 New class FOptiAttr to control video attributes and colors Markus Gans 2016-01-08 01:10:32 +0100
  • 49629a995a New class FOptiAttr to control video attributes and colors Markus Gans 2016-01-08 01:00:05 +0100
  • 4a697e7c9a example program to test video attributes Markus Gans 2015-12-24 02:37:01 +0100
  • 6b789b16a0 Add video attribute support for dim (half-bright) and italic Markus Gans 2015-12-24 02:34:30 +0100
  • 33fbbd3bc6 activate the menu with ctrl+space Markus Gans 2015-12-21 18:48:38 +0100
  • 7590d2101d Add the possibility to switch off the cursor optimization Markus Gans 2015-12-21 18:37:20 +0100
  • a1b7e34d7d Fix missing eat_newline_glitch (xn) in TeraTerm Markus Gans 2015-12-21 01:10:32 +0100
  • 27d8b515f1 Some bug fixes Markus Gans 2015-12-20 23:27:33 +0100
  • 54c45a6501 Version 0.2.0 0.2.0b Markus Gans 2015-12-19 22:01:48 +0100
  • 7dc30f7c70 Version 0.2.0 Markus Gans 2015-12-19 20:51:04 +0100
  • 16a2477b74 Add delOwnTimer() for FObject Markus Gans 2015-12-19 20:49:01 +0100
  • bf606f3f23 Close sub-menu on right and middle click Markus Gans 2015-12-19 20:48:08 +0100
  • 9cc95d952b Optimize menu example Markus Gans 2015-12-18 21:48:27 +0100
  • 6074c78516 More string types for FString relational operators Markus Gans 2015-12-18 21:47:19 +0100
  • 0ffe405dd6 little font fix Markus Gans 2015-12-17 00:28:29 +0100