index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
text_editor.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
text editor: optimize a bit and try to reduce size.
Teruaki Kawashima
2009-08-21
*
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-08-20
*
Make kbd_input() show a cancel splash to indicate user abort better and for b...
Thomas Martitz
2009-08-12
*
Decrease the text buffer a tiny bit to make it fit again on archos. This real...
Frank Gevaerts
2009-07-21
*
text_editor: don't set filename "/" before input new filename so that user ca...
Teruaki Kawashima
2009-07-21
*
FS#10080
Nils Wallménius
2009-07-14
*
Do not unnecessarily change and restore the status bar setting (part of FS#10...
Alexander Levin
2009-06-24
*
Ensure that the file handle is always closed in text editor plugin (part of F...
Alexander Levin
2009-06-24
*
Fix a typo in the comment
Alexander Levin
2009-03-21
*
Fix yellow
Alexander Levin
2009-03-20
*
Accept some improvements to the text editor plugin (FS#9988 with minor modifi...
Alexander Levin
2009-03-20
*
Change spelling to British English in the filetype colours section
Alex Parker
2009-03-16
*
loader-initialized global plugin API:
Andrew Mahone
2009-01-16
*
Removed the sim_ prefix from the plugin api.
Björn Stenberg
2009-01-07
*
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-11-20
*
FS#9281 Rename of splash functions.
Nils Wallménius
2008-08-15
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Plugin parameters should be const.
Steve Bavin
2008-05-13
*
allow the plugin playback control menu to be put in a viewport.
Jonathan Gordon
2008-04-23
*
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
2008-04-09
*
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-26
*
Add a general-purpose parse_list function to parse a string containing a deli...
Dave Chapman
2008-03-21
*
Oops. Was thinking _TREE_ not _STD_, so no changes to the text editor
Paul Louden
2007-11-20
*
Fix keymapping inconsistencies generated by my previous keymap change,
Paul Louden
2007-11-20
*
Remove an unneeded #include - action.h is already included by plugin.h
Dave Chapman
2007-10-31
*
Do not display the backdrop in text viewer and editor plugins
Nils Wallménius
2007-09-23
*
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-09-17
*
fix FS#6754 - the standard context menu action will now delete the selected line
Jonathan Gordon
2007-08-02
*
FS#5809:
Jonathan Gordon
2007-07-26
*
unused variable
Jonathan Gordon
2007-07-15
*
convert the last of the menus in text_editor to the new api
Jonathan Gordon
2007-07-15
*
Make user-visible spelling "colours" rather than "colors".
Paul Louden
2007-06-19
*
s/icons/colors
Jonathan Gordon
2007-06-18
*
extend the text editor plugin to be able to modify the .colors file
Jonathan Gordon
2007-06-18
*
Move the old api out of the core and into the plugin lib.
Jonathan Gordon
2007-05-08
*
Dont boost so often, fixes FS#6845
Jonathan Gordon
2007-03-18
*
Let GCC check arguments of some more printf-style functions, also for plugins...
Jens Arnold
2007-03-17
*
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-16
*
Add the O_TRUNC flag when writing the modified file back to disk - fixes FS #...
Dave Chapman
2007-01-27
*
dont allow the volume setting to wrap
Jonathan Gordon
2006-11-06
*
fixes fs5913
Jonathan Gordon
2006-11-06
*
fix text editor for actions system, stopgap approach untill actions is modifi...
Jonathan Gordon
2006-09-01
*
Barry Wardell's keymappings for H10
Daniel Stenberg
2006-08-03
*
added support remote support for the id3 infos screen (had to slightly change...
Kevin Ferrare
2006-07-02
*
To avoid having to use the main unit when accidentally launching a plugin fro...
Kevin Ferrare
2006-06-30
*
Added reload_directory() to plugin api and modified text editor and sudoku pl...
Hardeep Sidhu
2006-06-04
*
fix simulator build for the gigabeat
Marcoen Hirschberg
2006-05-22
*
Patch #5374 - Updated text editor plugin from Jonathan Gordon.
Dave Chapman
2006-05-20
*
Fix: don't ask for what file to save to if you 'Save Changes' with a file alr...
Zakk Roberts
2006-04-04
*
Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me.
Hristo Kovachev
2006-04-03