index
:
netsurf.git
ashmew2/fix-description
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
chris/debug
chris/fetch-x-ent-ref
chris/http2
chris/ndk32
dsilvers/bindducky
dsilvers/dukky
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
master
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
stevef/cconfig
stevef/ibarmenu
svenw/cocoa
tlsa/vince/libjxl
vince/curlapiupdates
vince/fltk
vince/gtk-tab-restyle
vince/gtk4
vince/libjxl
vince/pdf
vince/qt6
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
form.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use coccinelle to change logging macro calls in c files
Vincent Sanders
2017-09-06
1
-49
/
+93
*
make scrollbar redraw signal errors correctly
Vincent Sanders
2017-03-01
1
-4
/
+6
*
Update all core use of plotters to new API
Vincent Sanders
2017-02-11
1
-20
/
+42
*
rationalise use of utils/utils.h header
Vincent Sanders
2017-01-19
1
-2
/
+2
*
move plot style header to netsurf include directory
Vincent Sanders
2017-01-13
1
-5
/
+4
*
use ascii processing when determining form charset
Vincent Sanders
2016-09-12
1
-9
/
+10
*
URL escape: Simplify to avoid unnecessary allocation.
Michael Drake
2016-07-25
1
-2
/
+2
*
move the public form API
Vincent Sanders
2016-06-14
1
-4
/
+4
*
Allow include directories to be added by sub makefiles
Vincent Sanders
2016-06-06
1
-1
/
+1
*
move plotters header into public API
Vincent Sanders
2016-05-30
1
-1
/
+1
*
move desktop window header into public API
Vincent Sanders
2016-05-30
1
-1
/
+1
*
move mouse and pointer state header into public API
Vincent Sanders
2016-05-30
1
-1
/
+1
*
move misc header into public API
Vincent Sanders
2016-05-30
1
-1
/
+1
*
move the CSS content handler
Vincent Sanders
2016-05-26
1
-2
/
+1
*
remove all core usage of warn_user API
Vincent Sanders
2016-04-26
1
-6
/
+8
*
update scrollbar_create error handling to return nserror
Vincent Sanders
2016-04-26
1
-2
/
+2
*
Only iterate the form when freeing a control if there is one.
Daniel Silverstone
2015-06-03
1
-14
/
+16
*
Change LOG() macro to be varadic
Vincent Sanders
2015-05-28
1
-49
/
+49
*
Ensure we delink form controls when freeing them
Daniel Silverstone
2015-04-22
1
-0
/
+19
*
add some debug to form gadget freeing
Vincent Sanders
2015-03-27
1
-3
/
+10
*
Forms: consider submit buttons successful. Fixes #2284.
John-Mark Bell
2015-03-10
1
-2
/
+47
*
Remove unecessary form debug
Vincent Sanders
2014-11-15
1
-33
/
+37
*
Fix cocoa usage of render internals
Vincent Sanders
2014-11-13
1
-0
/
+8
*
make the form select menu API smaller.
Vincent Sanders
2014-11-13
1
-0
/
+20
*
Doxygen cleanups
Vincent Sanders
2014-11-12
1
-66
/
+11
*
change form API to return error instead of warning user.
Vincent Sanders
2014-11-11
1
-13
/
+24
*
Make most of the form API internal to the html renderer.
Vincent Sanders
2014-11-11
1
-20
/
+3
*
remove unecessary browser.h include from core headers
Vincent Sanders
2014-10-17
1
-0
/
+1
*
Put the font operations table alongside all the other core API
Vincent Sanders
2014-10-13
1
-7
/
+8
*
refactor url utility functions to use standard nserror codes and have appropr...
Vincent Sanders
2014-05-08
1
-5
/
+5
*
Gadgets can exisit outside forms, so now they store their own ref to the cont...
Michael Drake
2014-02-17
1
-15
/
+3
*
Make browser_window_navigate (un)verifiable flag match browser_window_create.
Michael Drake
2014-02-10
1
-6
/
+3
*
Allow tab creation without history clone. Changes browser_window_create and ...
Michael Drake
2014-02-10
1
-6
/
+6
*
Native select menu interface shouldn't force front end to dig inside bw struct.
Michael Drake
2014-02-08
1
-13
/
+21
*
clean up desktop/gui.h include usage
Vincent Sanders
2014-01-29
1
-2
/
+1
*
move utf8 conversion routines to use nserror instead of their own error enum
Vincent Sanders
2014-01-28
1
-7
/
+7
*
Fix Coverity-spotted issue. (Fixes behaviour for multiple selects.) Also mi...
Michael Drake
2014-01-24
1
-1
/
+2
*
Deselect other options when select option is selected, and it's not a multi-s...
Michael Drake
2014-01-21
1
-4
/
+8
*
Support 'checked' properly in new form handler
Daniel Silverstone
2014-01-06
1
-1
/
+10
*
Remove old form_successful_controls
Daniel Silverstone
2014-01-05
1
-349
/
+0
*
Support image inputs
Daniel Silverstone
2014-01-05
1
-8
/
+16
*
Rewrite form_successful_controls() to use the DOM.
Daniel Silverstone
2014-01-05
1
-5
/
+509
*
Remove logging now that file upload *seems* to work
Daniel Silverstone
2014-01-04
1
-3
/
+2
*
Add a bunch of logging to try and help track down the issue with rawfile hand...
Daniel Silverstone
2014-01-04
1
-2
/
+3
*
Shunt around the file multipart stuff a bit to try and fix the segfault
Daniel Silverstone
2014-01-04
1
-9
/
+10
*
In theory, store raw filenames and pass them through for file upload. Untest...
Daniel Silverstone
2014-01-04
1
-1
/
+24
*
Reflect changes to select boxes into the DOM
Daniel Silverstone
2014-01-04
1
-1
/
+9
*
Ensure textual input boxes re-update the DOM with new values
Daniel Silverstone
2014-01-04
1
-0
/
+37
*
Fix leaks in form_successful_controls. 'charset' was always leaked, value wa...
Michael Drake
2013-10-23
1
-0
/
+4
*
s/!charset/charset == NULL/
Michael Drake
2013-10-23
1
-1
/
+1
[next]