Commit Graph

501 Commits (e3413f80f77b9941a53ccb83f2b40e2022ee6041)
 

Author SHA1 Message Date
Oliver f415a042fd Merge branch 'master' of github.com:rivo/tview 7 years ago
rivo 50c1c0e617
Merge pull request #15 from mylxsw/master
Thanks!
7 years ago
Oliver 09ec4666c8 Added a contact link to code of conduct. 7 years ago
Oliver c1e76bdb61 Code of conduct filename should conform to GitHub standards. 7 years ago
rivo 828d9766e7
Merge pull request #16 from Connorula/master
Thanks.
7 years ago
Connor Devlin 9bb7628bfb Added a code of conduct. 7 years ago
管宜尧 42fcf63eca create unicode(chinese) support demo 7 years ago
Oliver 589b0fff8e Updated readme. 7 years ago
Oliver d6ce974e6d Added masking to InputField, password field to form. Resolves #7, resolves #8. 7 years ago
Oliver 61d8ea30f8 Added support for wide unicode characters (e.g. Chinese). Resolves #9 7 years ago
Oliver 17c785e1f8 Application does not lock on PollEvent() call anymore. Should resolve gridlocks when calling SetRoot() in goroutines. Resolves #6 7 years ago
rivo fee6bd1ef9
Merge pull request #3 from ss18/typo
scollable -> scrollable, thanks!
7 years ago
Oliver 3fbea7a99b Added a listener for changes in input fields. Also in the Form. Fixes #4. 7 years ago
Oliver 2874294d89 Added Styles variable with default colors for primitives. 7 years ago
Semen Zhydenko 21a909f91c scollable -> scrollable 7 years ago
Oliver e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 7 years ago
Oliver 7b5ab63e8c List selections should be visible even when they don't have focus. Also added screenshot for Postgres demo. 7 years ago
Oliver 615931ac50 Fixed typo. 7 years ago
Oliver 50871c3386 Added screenshots for all demos. 7 years ago
Oliver c989300073 Final preparations for the first official release. 7 years ago
Oliver 36cca0dedc Completed Godoc documentation. 7 years ago
Oliver 8c9be84ef8 Various improvements. 7 years ago
Oliver 759602af1b Minor bugfix. 7 years ago
Oliver 997b92f1b4 More callback handlers for lists. And more consistency. 7 years ago
Oliver 60313b7f25 SetRoot() also sets focus. 7 years ago
Oliver 53527f5f80 Added a presentation demonstrating tview's capabilities. 7 years ago
Oliver 7a69902269 Non-scrollable text views must track end. 7 years ago
Oliver 5555b22427 Bugfix in pages focus. 7 years ago
Oliver b8e50f0e44 Embedding frame in modal instead of deriving from it, thus hiding frame's functions. 7 years ago
Oliver 7dc0dace25 Improved table navigation. 7 years ago
Oliver 42fa258a5e Added more colors to the text view. 7 years ago
Oliver aa93dab30d Clamping column offset in text view. 7 years ago
Oliver 9659be0e90 No need to explicitly hide the cursor in no-cursor primitives. 7 years ago
Oliver 1cc5331a5c Fixed focus delegation. 7 years ago
Oliver c1b4809f2e Contained pages need to be resized if requested. 7 years ago
Oliver f6f32eec04 Flex must know where to delegate focus. 7 years ago
Oliver 6751475a74 Added a short demo for each primitive. 7 years ago
Oliver 3670319cd6 Fixed a number of bugs and added missing useful functions. 7 years ago
Oliver 91d78f146b Added proportions to Flex layout. 7 years ago
Oliver 6ba3fef9bc Added a method to Application to intercept key presses. 7 years ago
Oliver a7017c9312 Completed Table documentation. 7 years ago
Oliver f990c283b3 Bugfix. 7 years ago
Oliver 8f59d491ee Added Table primitive. Still ironing out some minor issues. 7 years ago
Oliver f5788cfc52 Added regions and highlights to TextView. 7 years ago
Oliver 111dda7788 Fixed inconsistent filename. 7 years ago
Oliver 8eb4c5ef48 Added TextView. All subclasses of Box now also have inside padding. 7 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