index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
text_editor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
1
-5
/
+5
2017-05-06
Fix Samsung YH92X/YH820 keypad conditional in text_editor
Boris Gjenero
1
-1
/
+1
2016-01-25
Replace SAMSUNG_YH920_PAD with YH92X
Sebastian Leonhardt
1
-1
/
+1
2015-12-27
Samsung YH820/92x keymap bugfixes
Sebastian Leonhardt
1
-0
/
+4
2012-05-07
Don't reinvent ctype.h functions
Nils Wallménius
1
-4
/
+2
2010-10-01
text editor: decrease size of extension to reduce stack usage.
Teruaki Kawashima
1
-31
/
+30
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-1
/
+1
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-07-12
text_editor: make functions and variables static. slightly reduce plugin size.
Teruaki Kawashima
1
-20
/
+23
2010-07-01
text editor: use plugin_get_buffer() to allocate buffer. if size of the file ...
Teruaki Kawashima
1
-11
/
+20
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
1
-1
/
+1
2009-12-18
make sure plugin reset backlight setting before exit. do code polish.
Teruaki Kawashima
1
-2
/
+2
2009-12-04
text editor: Return pointer to buffer but position in buffer for ACTION_GET t...
Teruaki Kawashima
1
-28
/
+26
2009-08-21
text editor: optimize a bit and try to reduce size.
Teruaki Kawashima
1
-41
/
+33
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-2
/
+2
2009-08-12
Make kbd_input() show a cancel splash to indicate user abort better and for b...
Thomas Martitz
1
-2
/
+1
2009-07-21
Decrease the text buffer a tiny bit to make it fit again on archos. This real...
Frank Gevaerts
1
-1
/
+1
2009-07-21
text_editor: don't set filename "/" before input new filename so that user ca...
Teruaki Kawashima
1
-14
/
+26
2009-07-14
FS#10080
Nils Wallménius
1
-1
/
+1
2009-06-24
Do not unnecessarily change and restore the status bar setting (part of FS#10...
Alexander Levin
1
-4
/
+0
2009-06-24
Ensure that the file handle is always closed in text editor plugin (part of F...
Alexander Levin
1
-7
/
+10
2009-03-21
Fix a typo in the comment
Alexander Levin
1
-1
/
+1
2009-03-20
Fix yellow
Alexander Levin
1
-0
/
+3
2009-03-20
Accept some improvements to the text editor plugin (FS#9988 with minor modifi...
Alexander Levin
1
-33
/
+39
2009-03-16
Change spelling to British English in the filetype colours section
Alex Parker
1
-1
/
+1
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
1
-6
/
+3
2009-01-07
Removed the sim_ prefix from the plugin api.
Björn Stenberg
1
-1
/
+1
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
1
-1
/
+1
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
1
-2
/
+2
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-13
Plugin parameters should be const.
Steve Bavin
1
-3
/
+3
2008-04-23
allow the plugin playback control menu to be put in a viewport.
Jonathan Gordon
1
-2
/
+7
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
1
-7
/
+8
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
1
-4
/
+4
2008-03-21
Add a general-purpose parse_list function to parse a string containing a deli...
Dave Chapman
1
-4
/
+5
2007-11-20
Oops. Was thinking _TREE_ not _STD_, so no changes to the text editor
Paul Louden
1
-1
/
+0
2007-11-20
Fix keymapping inconsistencies generated by my previous keymap change,
Paul Louden
1
-0
/
+1
2007-10-31
Remove an unneeded #include - action.h is already included by plugin.h
Dave Chapman
1
-1
/
+0
2007-09-23
Do not display the backdrop in text viewer and editor plugins
Nils Wallménius
1
-0
/
+4
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
1
-1
/
+1
2007-08-02
fix FS#6754 - the standard context menu action will now delete the selected line
Jonathan Gordon
1
-7
/
+1
2007-07-26
FS#5809:
Jonathan Gordon
1
-5
/
+10
2007-07-15
unused variable
Jonathan Gordon
1
-1
/
+1
2007-07-15
convert the last of the menus in text_editor to the new api
Jonathan Gordon
1
-51
/
+18
2007-06-19
Make user-visible spelling "colours" rather than "colors".
Paul Louden
1
-1
/
+1
2007-06-18
s/icons/colors
Jonathan Gordon
1
-5
/
+5
2007-06-18
extend the text editor plugin to be able to modify the .colors file
Jonathan Gordon
1
-1
/
+86
2007-05-08
Move the old api out of the core and into the plugin lib.
Jonathan Gordon
1
-6
/
+7
2007-03-18
Dont boost so often, fixes FS#6845
Jonathan Gordon
1
-6
/
+0
[next]