Commit History

Autor SHA1 Mensaxe Data
  Charlie Kindel fc1ed282a3 updated to really show stuff off %!s(int64=5) %!d(string=hai) anos
  Charlie Kindel 585f249b1c Updated and fixed XML documentation %!s(int64=5) %!d(string=hai) anos
  BDisp 847be89ed2 Make a disable color for ReadOnly in the TextField. Also make the methods Copy, Cut and Paste as virtual. %!s(int64=5) %!d(string=hai) anos
  BDisp 824b4e6568 Revert "Changed to ControlU to undo and to ControlR to redo in the TextField." %!s(int64=5) %!d(string=hai) anos
  BDisp ea9eab881c Changed to ControlU to undo and to ControlR to redo in the TextField. %!s(int64=5) %!d(string=hai) anos
  BDisp a29ca06fc8 Added ReadOnly feature to the TextField. Fixed some bugs too. %!s(int64=5) %!d(string=hai) anos
  BDisp e26fbd7d0e Fixes the return value of the position cursor in the TextField. %!s(int64=5) %!d(string=hai) anos
  BDisp e6c5b2599a Improved a better clipped screen. Fixes some bugs with ScrollView, Menu. Added some virtual methods. (#410) %!s(int64=5) %!d(string=hai) anos
  BDisp a9e62c0626 Improves mouse performance #386. Provides a better async call. Ensures all the cycles of a simple click (Pressed, Released and Clicked). Only clears selected text if other view than MenuBar get focus. (#404) %!s(int64=5) %!d(string=hai) anos
  BDisp 07a92f989e Clear the TextField selected text when loses focus. %!s(int64=5) %!d(string=hai) anos
  BDisp e66c391aeb Fixes the functions of the Edit->Copy-Cut-Paste menu for the TextField that was not working well. %!s(int64=5) %!d(string=hai) anos
  BDisp 4522097c02 Forces the height of the TextField to 1 which is just the valid height instead of driver rows value. (#400) %!s(int64=5) %!d(string=hai) anos
  BDisp 49cd29853f All my pull-request at once (#345) %!s(int64=5) %!d(string=hai) anos
  BDisp 8a502e5f1b Timefield format with bounds values (#303) %!s(int64=5) %!d(string=hai) anos
  DieselMeister a41b060a59 Change Cursor Position before "Changed Event" is triggert. (Issue #2 on Termina.Gui.Elmish) (#187) %!s(int64=6) %!d(string=hai) anos
  Miguel de Icaza 3329e2b345 Couple of user requests %!s(int64=6) %!d(string=hai) anos
  Sang Kil Cha c9d7df13fd Fix null pointer deref (#166) %!s(int64=6) %!d(string=hai) anos
  Sang Kil Cha e8fa1e3997 Make cursor settable (#168) %!s(int64=6) %!d(string=hai) anos
  miguel 137417f768 [TextField] update point to 0 or the lenght-1 on changes, fixes #150 %!s(int64=6) %!d(string=hai) anos
  miguel c405f45763 Rewrite Textfield to use List<Rune> like the other editor, makes it easier to reason about the strings %!s(int64=7) %!d(string=hai) anos
  Nick Van Dyck 83f152c406 Get byte index of last rune in textfield %!s(int64=7) %!d(string=hai) anos
  miguel 2af83a14cc Coordinates in the TextField are now Rune indexes, not byte indexes into the ustring. %!s(int64=7) %!d(string=hai) anos
  miguel c6a1b92b5a Handle End key on Windows %!s(int64=7) %!d(string=hai) anos
  miguel 11b4e45920 More HexEdit work %!s(int64=7) %!d(string=hai) anos
  Miguel de Icaza 8c75e412cb Handle Key.Delete as Backspace, but Key.DeleteChar as the delete character %!s(int64=7) %!d(string=hai) anos
  Miguel de Icaza d17fb45852 Undo for now %!s(int64=7) %!d(string=hai) anos
  Nick Van Dyck a749030549 Textfield backspace remove char not working on wsl %!s(int64=7) %!d(string=hai) anos
  miguel 6c3fa389a6 FileDialog work %!s(int64=7) %!d(string=hai) anos
  miguel f383ffb056 New layout engine %!s(int64=7) %!d(string=hai) anos
  Miguel de Icaza ed6976ecab Global clipboard %!s(int64=7) %!d(string=hai) anos