742 Commits (master)
 

Author SHA1 Message Date
Oliver 61d8ea30f8 Added support for wide unicode characters (e.g. Chinese). Resolves #9 6 years ago
Oliver 17c785e1f8 Application does not lock on PollEvent() call anymore. Should resolve gridlocks when calling SetRoot() in goroutines. Resolves #6 6 years ago
rivo fee6bd1ef9
Merge pull request #3 from ss18/typo
scollable -> scrollable, thanks!
6 years ago
Oliver 3fbea7a99b Added a listener for changes in input fields. Also in the Form. Fixes #4. 6 years ago
Oliver 2874294d89 Added Styles variable with default colors for primitives. 6 years ago
Semen Zhydenko 21a909f91c scollable -> scrollable 6 years ago
Oliver e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 6 years ago
Oliver 7b5ab63e8c List selections should be visible even when they don't have focus. Also added screenshot for Postgres demo. 6 years ago
Oliver 615931ac50 Fixed typo. 6 years ago
Oliver 50871c3386 Added screenshots for all demos. 6 years ago
Oliver c989300073 Final preparations for the first official release. 6 years ago
Oliver 36cca0dedc Completed Godoc documentation. 6 years ago
Oliver 8c9be84ef8 Various improvements. 6 years ago
Oliver 759602af1b Minor bugfix. 6 years ago
Oliver 997b92f1b4 More callback handlers for lists. And more consistency. 6 years ago
Oliver 60313b7f25 SetRoot() also sets focus. 6 years ago
Oliver 53527f5f80 Added a presentation demonstrating tview's capabilities. 6 years ago
Oliver 7a69902269 Non-scrollable text views must track end. 6 years ago
Oliver 5555b22427 Bugfix in pages focus. 6 years ago
Oliver b8e50f0e44 Embedding frame in modal instead of deriving from it, thus hiding frame's functions. 6 years ago
Oliver 7dc0dace25 Improved table navigation. 6 years ago
Oliver 42fa258a5e Added more colors to the text view. 6 years ago
Oliver aa93dab30d Clamping column offset in text view. 6 years ago
Oliver 9659be0e90 No need to explicitly hide the cursor in no-cursor primitives. 6 years ago
Oliver 1cc5331a5c Fixed focus delegation. 6 years ago
Oliver c1b4809f2e Contained pages need to be resized if requested. 6 years ago
Oliver f6f32eec04 Flex must know where to delegate focus. 6 years ago
Oliver 6751475a74 Added a short demo for each primitive. 6 years ago
Oliver 3670319cd6 Fixed a number of bugs and added missing useful functions. 6 years ago
Oliver 91d78f146b Added proportions to Flex layout. 6 years ago
Oliver 6ba3fef9bc Added a method to Application to intercept key presses. 6 years ago
Oliver a7017c9312 Completed Table documentation. 6 years ago
Oliver f990c283b3 Bugfix. 6 years ago
Oliver 8f59d491ee Added Table primitive. Still ironing out some minor issues. 6 years ago
Oliver f5788cfc52 Added regions and highlights to TextView. 6 years ago
Oliver 111dda7788 Fixed inconsistent filename. 6 years ago
Oliver 8eb4c5ef48 Added TextView. All subclasses of Box now also have inside padding. 6 years ago
Oliver dad7891c89 Added Checkbox, Modal, and Pages. 7 years ago
Oliver 2bd80aa513 Added DropDown. Also needed to refactor a bit to reduce dependencies. 7 years ago
Oliver d5bf1a4ef0 Added list, improved existing primitives, and fixed a bunch of bugs. 7 years ago
Oliver b83a7766a6 Added frames (with headers/footers) and buttons. Extended form. 7 years ago
Oliver f9f139caaf First commit. Some basic functionality. Publishing to GitHub now. 7 years ago