Commit Graph

1027 Commits

Author SHA1 Message Date
Markus Gans d6fe46c922 configure.ac AC_LANG = C++ 2018-12-06 22:31:33 +01:00
Markus Gans 8a45d9c1cb .travis.yml 2018-12-06 22:09:29 +01:00
Markus Gans 77619bd8f8 .travis.yml 2018-12-06 21:48:26 +01:00
Markus Gans 1b23b0806b ui.cpp: deactivate copy constructor and assignment operator with "= delete" 2018-12-06 21:19:37 +01:00
Markus Gans 31c828d25e Easier handling of fc::SpecialCharacter 2018-12-06 15:39:00 +01:00
Markus Gans fab5aaafdd Easier handling of fc::SpecialCharacter 2018-12-06 03:55:32 +01:00
Markus Gans 527f7d3432 Easier handling of fc::SpecialCharacter 2018-12-06 03:48:17 +01:00
Markus Gans 936995cbdd Easier handling of fc::SpecialCharacter 2018-12-06 03:30:43 +01:00
Markus Gans 9ba1b77069 Easier handling of fc::SpecialCharacter 2018-12-06 02:28:24 +01:00
Markus Gans 48f88fdeec Use delegated constructors and in-class default member initializers 2018-12-03 03:39:55 +01:00
Markus Gans 3537152c28 Use delegated constructors and in-class default member initializers 2018-12-03 03:22:36 +01:00
Markus Gans 4046f05a0c Switched to the language standard C++11 2018-12-02 14:13:52 +01:00
Markus Gans 635d7c691e Improved gpm wheel mouse support 2018-12-01 21:28:25 +01:00
Markus Gans aed6893eb4 FAQ update 2018-11-30 17:01:06 +01:00
Markus Gans 0ff6e540eb FAQ update 2018-11-30 00:18:17 +01:00
Markus Gans 65781d6095 packaging update 2018-11-29 23:31:01 +01:00
Markus Gans c3847b6b05 Correct vertical scrollbar position after sorting in FListView 2018-11-27 01:32:21 +01:00
Markus Gans 11871cba89
Merge pull request #25 from gansm/master
merge
2018-11-25 19:58:39 +01:00
Markus Gans 7f5901d237 Fix compiler warning on non-x86 architectures 2018-11-25 16:27:13 +01:00
Markus Gans 541f127088 Version 0.5.0 2018-11-25 04:48:57 +01:00
Markus Gans 642e61b6e1 Namespace fix in FTermFreeBSD and FTermOpenBSD 2018-11-25 01:20:51 +01:00
Markus Gans c15cb0ba24 memory management + handling environment variables with numbers 2018-11-24 23:43:09 +01:00
Markus Gans 6c4ba7af89 fkeyboard_test fix 2018-11-24 03:22:47 +01:00
Markus Gans ca90fb64bd Improved Sun Microsystems workstation console quirks 2018-11-24 02:59:56 +01:00
Markus Gans 820ef81377 bad_alloc_str in now usable in the entire namespace finalcut 2018-11-22 21:51:32 +01:00
Markus Gans f30b8f9431
Merge pull request #22 from gansm/master
merge
2018-11-22 00:19:50 +01:00
Markus Gans f6df9585f5 The integer type of FPoint and FRect changed from short to int 2018-11-21 22:15:14 +01:00
Markus Gans 1f64843fb6 New type FKey for key inputs 2018-11-21 20:07:08 +01:00
Markus Gans 167b7c97bc install fix with final/ftermdata.h 2018-11-20 21:11:04 +01:00
Markus Gans 801147161d FAQ update 2018-11-18 22:50:45 +01:00
Markus Gans 2cb08ce928 checkable FListViewItem now shows the input cursor 2018-11-18 22:48:55 +01:00
Markus Gans 3953dc19fa FListViewItem now provides checkable list view items 2018-11-18 01:15:38 +01:00
Markus Gans e40a233d64 FColor fix 2018-11-13 02:51:41 +01:00
Markus Gans 9b3f30f006 Clicking on the column header in FListView now changes the sort order 2018-11-12 23:22:45 +01:00
Markus Gans b451f0047a Clicking on the column header in FListView now changes the sort order 2018-11-12 22:40:16 +01:00
Markus Gans d39e85d4c5 FListView now has a sort indicator (▼/▲) to display the sort order 2018-11-10 00:53:57 +01:00
Markus Gans 3109189b1c Remove testing line "return;" 2018-11-07 22:30:59 +01:00
Markus Gans cd8e4f78ae Use new type FColor for color values 2018-11-07 22:06:58 +01:00
Markus Gans 9fc1910c18 strncpy boundary 2018-11-06 01:27:08 +01:00
Markus Gans baabf9546e FButton now uses the widget flags directly 2018-11-05 23:19:03 +01:00
Markus Gans f7a75247ef struct widget_flags is now a public type 2018-11-04 23:12:41 +01:00
Markus Gans 5a356664b2 The widget flags are now stored in a bit field 2018-11-04 23:00:06 +01:00
Markus Gans 1f8d16791a New method rgb2ColorIndex() to converts a 24-bit RGB color to a 256-color compatible approximation 2018-11-03 01:32:51 +01:00
Markus Gans 70f3598b62 Moved FTerm debug access methods to FTermDebugData 2018-11-02 01:28:33 +01:00
Markus Gans deb62c2914 Moved FTerm debug access methods to FTermDebugData 2018-11-02 01:17:57 +01:00
Markus Gans c2df8ac7d9 Moved FTerm debug access methods to FTermDebugData 2018-11-01 21:29:54 +01:00
Markus Gans 4afa988232 Add the file faq.md 2018-11-01 00:49:13 +01:00
Markus Gans 77ad698c45 Looser coupling between examples and FTerm 2018-10-30 01:13:32 +01:00
Markus Gans c1b304e429 Looser coupling between examples and FTerm 2018-10-29 23:57:35 +01:00
Markus Gans 4d42804059 Don't print empty streams 2018-10-29 23:10:48 +01:00