183 Commits

Author SHA1 Message Date
Vladimir Markelov
a2ed5db396 #74 - new Window properties: Movable and Sizable that allow a user to forbid Window moving and resizing with mouse or keyboard 2018-01-23 11:15:43 -08:00
Vladimir Markelov
8b91373bb1 #70 - fix crash after clicking the first column with row numbers v0.7.0 2018-01-13 14:45:31 -08:00
Vladimir Markelov
627561dfc9 #70 - fix scrollbar behaviour when TableView content less than TableView 2018-01-13 14:38:50 -08:00
Vladimir Markelov
a1c21016f5 closes #67 - small doc fix 2018-01-13 14:13:52 -08:00
Vladimir Markelov
9d67c78044 #67 - add a document about predefined hotkeys 2018-01-13 14:11:55 -08:00
Vladimir Markelov
f1e437011e #66 - add a delay after mouse click 2018-01-11 16:45:46 -08:00
Vladimir Markelov
1242a3bceb fix conditional compilation flags 2018-01-10 14:04:45 -08:00
Vladimir Markelov
7c166c2fb6 Fix formatting.
Separate edit control code to OSX and other OSes code. Add a delay
between accepting key presses in edit field. If any keypress comes
earlier it is just thrown away.
2018-01-10 14:01:50 -08:00
Vladimir Markelov
9b13b28295 #65 - disable copying text to clipboard if the edit is in password mode 2018-01-09 19:39:10 -08:00
Vladimir Markelov
c696913610 #66 - fix MacOS backspace/delete 2018-01-08 11:09:30 -08:00
Vladimir Markelov
8f7550b872 #66 - fix checkbox behvaior in editfield demo 2018-01-08 10:43:15 -08:00
Vladimir Markelov
8d7474f23b #63 - added password mode for the edit field v0.6.3 2018-01-02 11:15:05 -08:00
Vladimir Markelov
2e2184713b #55 #58 - remove Bold from all default background colors (themes are unchanged) 2017-12-01 11:46:42 -08:00
Vladimir Markelov
b5216604de fix README 2017-12-01 10:33:50 -08:00
Vladimir Markelov
dd1c708720 closes #61 - fix focus movement with TAB key 2017-12-01 10:31:45 -08:00
Vladimir Markelov
2c06a01186 It is not complete patch because there are more places to fix. At least all demos and full-featured application termfb2 works without race condition warnings. 2017-11-28 19:27:32 -08:00
Vladimir Markelov
bc8d838e86 changelog update 2017-09-07 15:40:46 -07:00
Vladimir Markelov
13476c8bf8 closes #46
1. TableView  does not use 'go' for calling table events. It allows to create
   any new dialog on the fly inside an event handler. That can be useful to
   create simple confirmation dialogs
2. TableView demo: added an example of how to show confirmation dialogs inside
   TableView event handler
3. Fix setting default button for confirmation dialog: it was not possible to
   set the first button as default one
2017-09-07 15:32:25 -07:00
Vladimir Markelov
a5c822f44e Merge pull request #57 from gernest/fix
Remove duplicate assignment
2017-08-14 23:15:52 -07:00
gernest
30f426917c
Remove duplicate assignment 2017-08-14 22:58:56 +03:00
Vladimir Markelov
d8d560c7c3 Merge pull request #56 from gernest/readme
Add installation instruction on README.md
2017-08-13 18:20:38 -07:00
gernest
78ad65f244
Add installation instruction on README.md 2017-08-13 20:06:59 +03:00
Vladimir Markelov
39e9953151 Update README.md 2017-07-15 18:18:09 -07:00
Vladimir Markelov
95e1262fdc Update Readme 2017-07-15 18:17:30 -07:00
Vladimir Markelov
dbc2b92312 add a way to hide a window instead of destroying it 2017-07-04 18:04:58 -07:00
Vladimir Markelov
b1dea556bb it was not possible to select non-active window with mouse even if a top window is not modal one 2017-07-04 15:59:21 -07:00
Vladimir Markelov
b4235b65f2 style fix 2017-07-04 15:47:19 -07:00
Vladimir Markelov
5f0413791c do not fire onSelectionChange event for TableView if mouse was clicked outside the table 2017-07-04 15:44:10 -07:00
Vladimir Markelov
989efbb975 update changelog 2017-06-30 21:15:15 -07:00
Vladimir Markelov
ec8d64b4be added hot key to sort tableview column 2017-06-30 16:49:20 -07:00
Vladimir Markelov
4425b1bdb7 add event for composer to close the top window 2017-06-30 15:25:29 -07:00
Vladimir Markelov
f677db2337 add SetTopLine to TextReader 2017-06-28 16:56:11 -07:00
Vladimir Markelov
ec380cce78 added callback for reader when text position changes 2017-06-27 10:39:20 -07:00
Vladimir Markelov
a326a48318 add custom key processing for window and new widget TextReader 2017-06-26 17:20:33 -07:00
Vladimir Markelov
64af9bd6b4 basic widget methods - doc 2017-04-08 18:46:47 -07:00
Vladimir Markelov
e288a84a7d add widget description - not finished 2017-04-07 17:11:00 -07:00
Vladimir Markelov
9026f2dce0 a short doc about main control - Window 2017-04-07 14:57:54 -07:00
Vladimir Markelov
2b53f417dc a short doc about main control - Window 2017-04-07 14:56:55 -07:00
Vladimir Markelov
0e96c178b5 improve doc about layout manager 2017-04-07 13:56:25 -07:00
Vladimir Markelov
1aa48bb2e4 add a doc about layout manager 2017-04-07 11:52:14 -07:00
Vladimir Markelov
7e85bbe4c0 add a doc about layout manager 2017-04-07 11:51:06 -07:00
Vladimir Markelov
16db41c717 rearrage demo files 2017-04-06 11:12:15 -07:00
Vladimir Markelov
792914e6c8 travis custom build 2017-04-06 10:57:45 -07:00
Vladimir Markelov
e95acba5a2 travis custom build 2017-04-06 10:54:38 -07:00
Vladimir Markelov
7fa681a282 travis custom build 2017-04-06 10:51:35 -07:00
Vladimir Markelov
8ff691f9aa add image for layout docs 2017-04-06 10:40:49 -07:00
Vladimir Markelov
d868defce3 remove travis plate for a while 2017-04-06 10:34:25 -07:00
Vladimir Markelov
fa97db72b2 travis fix 2017-04-06 10:17:18 -07:00
Vladimir Markelov
ef50f62b0a travis fix 2017-04-06 10:11:15 -07:00
Vladimir Markelov
c3865bc2e5 change travis config 2017-04-06 10:04:31 -07:00