163 lines
5.4 KiB
Plaintext
163 lines
5.4 KiB
Plaintext
2015-11-05 Markus Gans <guru.mail@muenster.de>
|
|
* Menu bar navigation without menu drop down
|
|
|
|
2015-11-03 Markus Gans <guru.mail@muenster.de>
|
|
* Improve keyboard shortcut handling in menus
|
|
|
|
2015-11-01 Markus Gans <guru.mail@muenster.de>
|
|
* First working version of an application menu,
|
|
it uses the new classes FMenuBar, FMenu and FMenuItem
|
|
(alpha state)
|
|
|
|
2015-10-29 Markus Gans <guru.mail@muenster.de>
|
|
* Support for the menu key
|
|
|
|
2015-10-23 Markus Gans <guru.mail@muenster.de>
|
|
* Color setting improvements
|
|
|
|
2015-10-22 Markus Gans <guru.mail@muenster.de>
|
|
* Make cursor visibility more standards compliant.
|
|
|
|
2015-10-18 Markus Gans <guru.mail@muenster.de>
|
|
* Hidden windows are now non-clickable
|
|
|
|
2015-10-17 Markus Gans <guru.mail@muenster.de>
|
|
* More faster header inline code
|
|
* Improve getXTermFont() and getXTermTitle()
|
|
* Newfont characters are now printable in FLabel, FMenuBar and FMenu.
|
|
|
|
2015-10-16 Markus Gans <guru.mail@muenster.de>
|
|
* Fixed: calculator behavior for negative values
|
|
in trigonometric functions
|
|
|
|
2015-10-13 Markus Gans <guru.mail@muenster.de>
|
|
* Reduce the number of getParent() function calls for print operations
|
|
|
|
2015-10-11 Markus Gans <guru.mail@muenster.de>
|
|
* Improve attribute setting for bold, reverse and underline output
|
|
* Better support for monochrom terminals
|
|
|
|
2015-10-10 Markus Gans <guru.mail@muenster.de>
|
|
* Deactivate a key from the status bar automatically
|
|
after getting back from the callback.
|
|
|
|
2015-10-09 Markus Gans <guru.mail@muenster.de>
|
|
* Eliminate duplicate code
|
|
|
|
2015-10-06 Markus Gans <guru.mail@muenster.de>
|
|
* Refactoring FTerm::init()
|
|
|
|
2015-10-05 Markus Gans <guru.mail@muenster.de>
|
|
* Improve compatibility with initialize_color
|
|
* Better support for TeraTerm
|
|
|
|
2015-10-02 Markus Gans <guru.mail@muenster.de>
|
|
* No terminal updates until input data is pending.
|
|
This speeds up the window moving with the mouse on terminals
|
|
with a high latency.
|
|
* Use now the select command before read ENQ and SEC_DA
|
|
|
|
2015-09-29 Markus Gans <guru.mail@muenster.de>
|
|
* Some code improvements
|
|
|
|
2015-09-27 Markus Gans <guru.mail@muenster.de>
|
|
* Add methods getPos and setPos to FRect and FWidget
|
|
|
|
2015-09-24 Markus Gans <guru.mail@muenster.de>
|
|
* Add macro _METHOD_CALLBACK and _FUNCTION_CALLBACK
|
|
to simplify the use callback functions
|
|
* The callback data pointer is now predefined with
|
|
NULL as default argument
|
|
|
|
2015-09-23 Markus Gans <guru.mail@muenster.de>
|
|
* Further code optimizations
|
|
|
|
2015-09-22 Markus Gans <guru.mail@muenster.de>
|
|
* Add the possibility to hide a virtual window
|
|
* Some code optimizations
|
|
|
|
2015-09-18 Markus Gans <guru.mail@muenster.de>
|
|
* Fixed compile error on 32-bit architectures
|
|
|
|
2015-08-08 Markus Gans <guru.mail@muenster.de>
|
|
* Bug fix in FDialog (use GlobalPos to move)
|
|
* Don't check mouse click position on titlebar again
|
|
while FDialog is in move
|
|
|
|
2015-07-26 Markus Gans <guru.mail@muenster.de>
|
|
* init() method for the FStatusKey constructor
|
|
to avoid code duplication
|
|
|
|
2015-07-18 Markus Gans <guru.mail@muenster.de>
|
|
* Add multiple lines support for FLabel
|
|
|
|
2015-07-12 Markus Gans <guru.mail@muenster.de>
|
|
* Improve focusFirstChild() and focusLastChild()
|
|
|
|
2015-07-09 Markus Gans <guru.mail@muenster.de>
|
|
* Better contrast on 8 color terminals
|
|
|
|
2015-07-06 Markus Gans <guru.mail@muenster.de>
|
|
* Bug fix disable cursor on focus FSwitch
|
|
* Hold down the mouse button displays FSwitch in a different color.
|
|
|
|
2015-07-04 Markus Gans <guru.mail@muenster.de>
|
|
* New class FSwitch
|
|
* Add the watch example to demonstrate FSwitch
|
|
* Version 0.1.1
|
|
|
|
2015-07-02 Markus Gans <guru.mail@muenster.de>
|
|
* Add a joined right-left-line character to the newfont
|
|
* Use the object timer for the progress bar animation
|
|
in the ui example program
|
|
|
|
2015-07-01 Markus Gans <guru.mail@muenster.de>
|
|
* Use the object timer for the click animation in FButton
|
|
|
|
2015-06-28 Markus Gans <guru.mail@muenster.de>
|
|
* Add exception handling for toLong() and toULong()
|
|
in FString
|
|
|
|
2015-06-27 Markus Gans <guru.mail@muenster.de>
|
|
* Add toFloat(), toDouble() and setNumber(...) for
|
|
floating point values to FString
|
|
|
|
2015-06-22 Markus Gans <guru.mail@muenster.de>
|
|
* Add a simple calculator with trigonometric functions
|
|
|
|
2015-06-21 Markus Gans <guru.mail@muenster.de>
|
|
* Add the possibility to draw double lines on overlapped
|
|
flat lines for the 8x16graph font
|
|
* Bug fix in FButton (mouse click with unsetClickAnimation())
|
|
|
|
2015-06-20 Markus Gans <guru.mail@muenster.de>
|
|
* Add the possibility to change the colors from FButton
|
|
|
|
2015-06-15 Markus Gans <guru.mail@muenster.de>
|
|
* Add the possibility to turn off click animation
|
|
on FButton
|
|
|
|
2015-06-14 Markus Gans <guru.mail@muenster.de>
|
|
* correction for the modifier letter small x
|
|
in the character map
|
|
|
|
2015-06-12 Markus Gans <guru.mail@muenster.de>
|
|
* Add Some mathematical signs to the character map
|
|
|
|
2015-05-28 Markus Gans <guru.mail@muenster.de>
|
|
* Add keyword 'explicit' to some constructors
|
|
|
|
2015-05-25 Markus Gans <guru.mail@muenster.de>
|
|
* Add a Mandelbrot set program
|
|
|
|
2015-05-24 Markus Gans <guru.mail@muenster.de>
|
|
* Bug fix in FLineEdit (ypos from the label)
|
|
* Bug fix in FDialog onWindowActive (status bar check)
|
|
|
|
2015-05-15 Markus Gans <guru.mail@muenster.de>
|
|
* Remove never read value from code
|
|
* Add the possibility to use exec() from FMessageBox
|
|
to enter and leave the main event loop correctly
|
|
* Add a "hello world" example
|
|
|