summaryrefslogtreecommitdiffstats
path: root/apps/plugins/text_editor.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-3/+3
2007-01-27Add the O_TRUNC flag when writing the modified file back to disk - fixes FS #...Dave Chapman1-1/+1
2006-11-06dont allow the volume setting to wrapJonathan Gordon1-1/+1
2006-11-06fixes fs5913Jonathan Gordon1-1/+1
2006-09-01fix text editor for actions system, stopgap approach untill actions is modifi...Jonathan Gordon1-79/+6
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+5
2006-07-02added support remote support for the id3 infos screen (had to slightly change...Kevin Ferrare1-1/+1
2006-06-30To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare1-0/+5
2006-06-04Added reload_directory() to plugin api and modified text editor and sudoku pl...Hardeep Sidhu1-0/+4
2006-05-22fix simulator build for the gigabeatMarcoen Hirschberg1-0/+5
2006-05-20Patch #5374 - Updated text editor plugin from Jonathan Gordon.Dave Chapman1-125/+185
2006-04-04Fix: don't ask for what file to save to if you 'Save Changes' with a file alr...Zakk Roberts1-1/+1
2006-04-03Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me.Hristo Kovachev1-0/+447