summaryrefslogtreecommitdiff
path: root/apps/plugins/text_editor.c
AgeCommit message (Expand)Author
2017-05-06Fix Samsung YH92X/YH820 keypad conditional in text_editorBoris Gjenero
2016-01-25Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt
2015-12-27Samsung YH820/92x keymap bugfixesSebastian Leonhardt
2012-05-07Don't reinvent ctype.h functionsNils Wallménius
2010-10-01text editor: decrease size of extension to reduce stack usage.Teruaki Kawashima
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-07-12text_editor: make functions and variables static. slightly reduce plugin size.Teruaki Kawashima
2010-07-01text editor: use plugin_get_buffer() to allocate buffer. if size of the file ...Teruaki Kawashima
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2009-12-18make sure plugin reset backlight setting before exit. do code polish.Teruaki Kawashima
2009-12-04text editor: Return pointer to buffer but position in buffer for ACTION_GET t...Teruaki Kawashima
2009-08-21text editor: optimize a bit and try to reduce size.Teruaki Kawashima
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz
2009-07-21Decrease the text buffer a tiny bit to make it fit again on archos. This real...Frank Gevaerts
2009-07-21text_editor: don't set filename "/" before input new filename so that user ca...Teruaki Kawashima
2009-07-14FS#10080Nils Wallménius
2009-06-24Do not unnecessarily change and restore the status bar setting (part of FS#10...Alexander Levin
2009-06-24Ensure that the file handle is always closed in text editor plugin (part of F...Alexander Levin
2009-03-21Fix a typo in the commentAlexander Levin
2009-03-20Fix yellowAlexander Levin
2009-03-20Accept some improvements to the text editor plugin (FS#9988 with minor modifi...Alexander Levin
2009-03-16Change spelling to British English in the filetype colours section Alex Parker
2009-01-16loader-initialized global plugin API:Andrew Mahone
2009-01-07Removed the sim_ prefix from the plugin api.Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-13Plugin parameters should be const.Steve Bavin
2008-04-23allow the plugin playback control menu to be put in a viewport.Jonathan Gordon
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon
2008-03-21Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman
2007-11-20Oops. Was thinking _TREE_ not _STD_, so no changes to the text editor Paul Louden
2007-11-20Fix keymapping inconsistencies generated by my previous keymap change, Paul Louden
2007-10-31Remove an unneeded #include - action.h is already included by plugin.hDave Chapman
2007-09-23Do not display the backdrop in text viewer and editor pluginsNils Wallménius
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon
2007-08-02fix FS#6754 - the standard context menu action will now delete the selected lineJonathan Gordon
2007-07-26FS#5809:Jonathan Gordon
2007-07-15unused variableJonathan Gordon
2007-07-15convert the last of the menus in text_editor to the new apiJonathan Gordon
2007-06-19Make user-visible spelling "colours" rather than "colors".Paul Louden
2007-06-18s/icons/colorsJonathan Gordon
2007-06-18extend the text editor plugin to be able to modify the .colors fileJonathan Gordon
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon
2007-03-18Dont boost so often, fixes FS#6845Jonathan Gordon
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold