Markus Gans
|
082bbfbaa2
|
Improve tty settings
|
2016-11-20 18:26:15 +01:00 |
Markus Gans
|
fc8ee51e72
|
Do not draw shadows on a linux console if not all characters are available
|
2016-11-13 22:08:40 +01:00 |
Markus Gans
|
04a483526f
|
Optimized input cursor positioning for terminals without hidden cursor
|
2016-11-12 22:59:48 +01:00 |
Markus Gans
|
125c4b961b
|
The use of xterm default colors now is configurable
|
2016-11-06 16:36:21 +01:00 |
Markus Gans
|
e66f00ea92
|
Determine xterm maximum number of colors via OSC 4
|
2016-11-05 23:12:05 +01:00 |
Markus Gans
|
b9cc271765
|
xterm should be able to use at least 16 colors
|
2016-11-03 23:26:19 +01:00 |
Markus Gans
|
75b452bf52
|
The class declaration now has a consistent order
|
2016-11-02 00:37:58 +01:00 |
Markus Gans
|
1613d5bb55
|
Refactor the VGA attribute controller access code
|
2016-10-17 08:44:38 +02:00 |
Markus Gans
|
00c33a8d61
|
CodeDocs
|
2016-10-15 18:32:54 +02:00 |
Markus Gans
|
ff6deaf4ab
|
Each virtual window gets its own virtual print cursor
|
2016-10-15 03:32:30 +02:00 |
Markus Gans
|
e6368749d4
|
Fix: Dereference of null pointer in fvterm.cpp
|
2016-10-14 17:37:26 +02:00 |
Markus Gans
|
17b59cf50d
|
Virtual windows can now store their own offset information
|
2016-10-14 13:02:35 +02:00 |
Markus Gans
|
d9e5aac828
|
remove dead return code
|
2016-10-13 02:57:11 +02:00 |
Markus Gans
|
cae1a742ea
|
Reduces in the code the number of friend classes
|
2016-10-13 02:16:51 +02:00 |
Markus Gans
|
560e8c9811
|
Fix linking problem
|
2016-10-11 05:31:12 +02:00 |
Markus Gans
|
b668f7011c
|
Separate the virtual terminal into a own class vterm
|
2016-10-11 04:57:36 +02:00 |
Markus Gans
|
e14cd1af83
|
Remove some duplicate code
|
2016-10-09 02:06:06 +02:00 |
Markus Gans
|
8328af4132
|
Add the possibility to scroll text up and down in a virtual window
|
2016-10-08 02:54:32 +02:00 |
Markus Gans
|
605194b69e
|
input cursor is now controlled by the vterm
|
2016-10-06 23:15:09 +02:00 |
Markus Gans
|
a2d69f5e7b
|
Fix: Dereference of null pointer in transparent.cpp
|
2016-10-02 21:42:14 +02:00 |
Markus Gans
|
1231b9f65d
|
FStatusBar and FMenuBar use now the always-on-top window option
|
2016-10-02 21:26:25 +02:00 |
Markus Gans
|
9ccc5a4f27
|
New FToolTip widget to show assisted information
|
2016-10-01 23:18:49 +02:00 |
Markus Gans
|
c25ee14fe7
|
Move or resize a window with the arrow keys
|
2016-09-30 04:55:28 +02:00 |
Markus Gans
|
c43a7f9bad
|
The window size is now changeable with the mouse
|
2016-09-29 04:29:12 +02:00 |
Markus Gans
|
7369ed1a10
|
FLabel now transmits the Click events to the parent widget
|
2016-09-27 00:46:05 +02:00 |
Markus Gans
|
9475f34499
|
Replacing the widget position variables by FRect objects
|
2016-09-25 23:53:48 +02:00 |
Markus Gans
|
9551924b73
|
Fix: Dereference of null pointer in FDialog
|
2016-09-11 17:26:41 +02:00 |
Markus Gans
|
e462db30a9
|
New zoom interaction-elements to maximize a FDialog
|
2016-09-11 16:48:39 +02:00 |
Markus Gans
|
fa037ee3ec
|
Fix meta key + 1..9 dialog switch in transparent.cpp
|
2016-09-05 19:14:51 +02:00 |
Markus Gans
|
6749164aca
|
FButton, FDialog, FLineEdit and FProgressbar has now shadow as default
|
2016-09-04 18:31:31 +02:00 |
Markus Gans
|
3d0f046de9
|
clearFlatBorder() replace now a double flatline with a single flatline
|
2016-09-03 15:17:48 +02:00 |
Markus Gans
|
817e033d57
|
setGeometry assigns now the full widget size to the double_flatline_mask
|
2016-09-02 23:06:47 +02:00 |
Markus Gans
|
be96aea0d8
|
incorrect parameter can now return an error message
|
2016-08-28 22:52:55 +02:00 |
Markus Gans
|
44cb96e732
|
incorrect parameter can now return an error message
|
2016-08-28 22:43:14 +02:00 |
Markus Gans
|
2904ed31b9
|
new inherit background option for characters
|
2016-08-27 23:23:42 +02:00 |
Markus Gans
|
98fbce5de6
|
Use the new transparent shadow option in drawShadow()
|
2016-08-25 01:54:10 +02:00 |
Markus Gans
|
f493f7d480
|
Fix: Dereference of null pointer in FButtonGroup
|
2016-08-21 22:47:45 +02:00 |
Markus Gans
|
bd1b9e7c90
|
Add a transparent example program
|
2016-08-21 21:29:04 +02:00 |
Markus Gans
|
7d0cf3383e
|
Add a transparent example program + improve transparent shadow
|
2016-08-21 21:27:44 +02:00 |
Markus Gans
|
f870506194
|
switchToPrevWindow() is looking for another window if no previous window was found
|
2016-08-21 00:16:34 +02:00 |
Markus Gans
|
5f3f8468ea
|
Switch back to the own dialog when you closing a dialog menu
|
2016-08-20 22:33:59 +02:00 |
Markus Gans
|
bbfbde465f
|
Switch back to the own dialog when you closing a dialog menu
|
2016-08-20 22:27:23 +02:00 |
Markus Gans
|
b08d064226
|
Screen characters now have a transparent and a transparent shadow option
|
2016-08-14 23:27:34 +02:00 |
Markus Gans
|
485b8e25aa
|
Fix: Dereference of null pointer in FMenu
|
2016-08-06 22:46:37 +02:00 |
Markus Gans
|
4deede746f
|
Fix: Dereference of null pointer in FMenu
|
2016-08-06 22:01:22 +02:00 |
Markus Gans
|
5606d66404
|
widget clearing updates now only non-covered characters
|
2016-08-06 21:43:39 +02:00 |
Markus Gans
|
f81370f8cf
|
Do not redraw the dialog on activate
|
2016-07-31 22:49:09 +02:00 |
Markus Gans
|
303c402ada
|
Add the windows example to show the window behavior
|
2016-07-31 20:28:45 +02:00 |
Markus Gans
|
0ad1228b1a
|
Fix method setPos in the class FRect
|
2016-07-31 20:25:25 +02:00 |
Markus Gans
|
d5685aaafc
|
Remove dialog list item callback from the associated dialog window
|
2016-07-30 23:00:37 +02:00 |