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