aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.c
Commit message (Collapse)AuthorAge
...
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
| | | | Requires Scintilla r4436 and Scinterm r45.
* Updated documentation; src/textadept.cGravatar mitchell2013-03-07
|
* Fixed bug with indexable buffer properties that return strings; src/textadept.cGravatar mitchell2013-02-27
|
* GtkTable is deprecated in GTK 3.4, use GtkGrid instead; src/textadept.cGravatar mitchell2013-02-27
|
* Set gtdialog parent window; src/textadept.cGravatar mitchell2013-02-23
| | | | This requires gtdialog hg changeset 49 (75a6c2b9b9b7).
* Updated copyright date.Gravatar mitchell2013-01-20
|
* Fixed bug since readlink() does not append '\0'; src/textadept.cGravatar mitchell2012-12-03
|
* Pass "Escape" key to Scintilla correctly in ncurses.Gravatar mitchell2012-10-30
|
* Fix string collation bug in ncurses due to CDK.Gravatar mitchell2012-10-22
| | | | CDK would reset locale settings so autocomplete lists would not sort correctly.
* Fixed GUI menu key shortcut handling.Gravatar mitchell2012-10-16
|
* Code cleanup; src/textadept.cGravatar mitchell2012-10-12
|
* Fixed ncurses bug in command selection introduced by r1256.Gravatar mitchell2012-10-12
|
* Flush input queue in ncurses when finished with CDK widgets; src/textadept.cGravatar mitchell2012-10-04
| | | | Otherwise, if 'Esc' is pressed twice rapidly, it is stored in the queue.
* Added marks for making selection in ncurses.Gravatar mitchell2012-09-28
| | | | | | Even though the implementation uses a new `MODIFIED` event, it is left undocumented because it will likely never be a full implementation of SCN_MODIFIED.
* Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.cGravatar mitchell2012-09-26
| | | | Thanks to Gilles for pointing out that I left this part out of his patch.
* Bugfix for `string.iconv()` from Gilles Grégoire.Gravatar mitchell2012-09-25
| | | | Sometimes the converted text will not fit into its allocated buffer.
* Do not write ncurses initialization errors over titlebar; src/textadept.cGravatar mitchell2012-09-23
|
* More consistant preproc grouping; src/textadept.cGravatar mitchell2012-09-22
|
* Keep termios disabled in CDK objects; src/textadept.cGravatar mitchell2012-09-18
|
* New Textadept icon.Gravatar mitchell2012-09-18
| | | | Added 256x256 icon and updated screenshots.
* Fixed incremental find in ncurses.Gravatar mitchell2012-09-18
|
* Fixed some ncurses memory leaks; src/textadept.cGravatar mitchell2012-08-26
|
* Fixed ncurses bug where replace entry could not be focused; src/textadept.cGravatar mitchell2012-08-03
|
* Enable ncurses on OSX; src/textadept.cGravatar mitchell2012-07-28
|
* Changes to compile for 64-bit Windows.Gravatar mitchell2012-07-28
| | | | | Since mingw64 cannot compile 64-bit LuaJIT at the moment, textadeptjit64.exe is not built.
* Fixes to compile ncurses version on Mac OSX.Gravatar mitchell2012-07-26
|
* No need for PLAT_* flags; src/textadept.cGravatar mitchell2012-07-23
|
* Converted some `buffer` "get" and "set" functions into properties.Gravatar mitchell2012-07-21
| | | | Also updated to Scintilla 3.2.1.
* Synchronize copy-paste buffer between Scintilla and CDK widgets.Gravatar mitchell2012-07-18
|
* Include CDK directly instead of requiring it as a dependency.Gravatar mitchell2012-07-15
|
* Redirect stderr to avoid drawing to the ncurses window; src/textadept.cGravatar mitchell2012-07-13
|
* Refresh the ncurses Scintilla window on startup; src/textadept.cGravatar mitchell2012-07-12
|
* Fixed bug with running commands in the ncurses command entry; src/textadept.cGravatar mitchell2012-07-12
| | | | | CDK appears to have a bug in that it cannot register an 'Enter' keypress if KEY_TAB is bound. Compensate by binding KEY_ENTER to run the command.
* Fixed bug in highlighting found text in ncurses; src/textadept.cGravatar mitchell2012-07-12
|
* Restore termios after running CDK widgets; src/textadept.cGravatar mitchell2012-07-12
|
* Handle terminal resizes in ncurses; src/textadept.cGravatar mitchell2012-07-12
|
* Fixes to compile on BSD.Gravatar mitchell2012-07-10
|
* Refactored the Makefile.Gravatar mitchell2012-06-27
|
* Handle UTF-8 characters correctly in ncurses.Gravatar mitchell2012-06-24
|
* Refresh the ncurses Scintilla window more accurately; src/textadept.cGravatar mitchell2012-06-24
|
* Updated key commands for ncurses.Gravatar mitchell2012-06-22
|
* Use look-up table for libtermkey keysyms; src/textadept.cGravatar mitchell2012-06-20
|
* Ignore some termios and signals in ncurses; src/textadept.cGravatar mitchell2012-06-20
|
* Removed ncurses splitting for now; src/textadept.cGravatar mitchell2012-06-18
|
* Fixed some compile warnings.Gravatar mitchell2012-06-16
|
* Identify charset in ncurses; src/textadept.cGravatar mitchell2012-06-12
|
* More code cleanup; src/textadept.c.Gravatar mitchell2012-06-07
|
* Code cleanup and ncurses bugfixes; src/textadept.cGravatar mitchell2012-06-07
|
* Check for `args` and `args.process()` in single instance; src/textadept.cGravatar mitchell2012-06-06
|
* `gui.statusbar_text` is write-only again.Gravatar mitchell2012-06-06
|