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
vince/fltk
vince/gtk-tab-restyle
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure option strings aren't blank before setting headers: previously, a blan...
John Mark Bell
2007-07-21
1
-2
/
+2
*
Change ArtWorks file MIME type to "image/x-artworks".
Michael Drake
2007-07-21
4
-9
/
+6
*
Add SVG content name to content_type_name array.
John Mark Bell
2007-07-21
1
-0
/
+3
*
Use proper background colour for AW files using transparency
Adrian Lees
2007-07-20
2
-2
/
+11
*
Add incremental parsing of SVG data to librsvg content handler.
Rob Kendrick
2007-07-19
3
-11
/
+20
*
Clear new bitmaps to transparent black on creation of gtk bitmaps.
Rob Kendrick
2007-07-19
1
-0
/
+5
*
Fixes to rsvg renderer. Now mostly works for direct (non-embedded in a docum...
Rob Kendrick
2007-07-18
1
-47
/
+32
*
Add bitmap_save() handler for nsgtk bitmaps. Saves in PNG format.
Rob Kendrick
2007-07-18
1
-0
/
+9
*
Add mention of librsvg2-dev in nsgtk building guide
Rob Kendrick
2007-07-18
1
-1
/
+1
*
Makefile changes for rsvg work
Rob Kendrick
2007-07-18
1
-3
/
+4
*
Initial work on RSVG image handler. Still a lot to do.
Rob Kendrick
2007-07-18
6
-3
/
+267
*
Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVG
Rob Kendrick
2007-07-18
5
-1
/
+17
*
Wrap jpeg.c with #ifdef WITH_JPEG
Rob Kendrick
2007-07-18
1
-1
/
+4
*
Improve documentation of content type handler addition
John Mark Bell
2007-07-18
1
-0
/
+21
*
Start on implementing SVG <path>.
James Bursa
2007-07-17
1
-1
/
+135
*
Add SVG support for a few basic shapes.
James Bursa
2007-07-15
1
-46
/
+368
*
Remove dead code at the end of ro_gui_default_language().
James Bursa
2007-07-15
1
-25
/
+25
*
Update year.
Michael Drake
2007-07-14
4
-4
/
+4
*
Support dataloading of SVG files
John Mark Bell
2007-07-13
2
-1
/
+9
*
Add CONTENT_SVG to content handling.
James Bursa
2007-07-13
4
-1
/
+9
*
Primitive SVG render (rect, text).
James Bursa
2007-07-13
2
-0
/
+255
*
Implement removing of menu bar, tool bar and status bar from menu.
Rob Kendrick
2007-07-09
2
-51
/
+76
*
Remove debugging printf(). Whoops.
Rob Kendrick
2007-07-09
1
-1
/
+0
*
Add popup version of main menu bar to nsgtk, accessable via right-mouse button
Rob Kendrick
2007-07-09
4
-9
/
+92
*
Ctrl+F11 -> fullscreen (nsgtk only)
John Mark Bell
2007-07-09
2
-17
/
+65
*
Fix uninitialised fetch structure entries.
John Mark Bell
2007-07-08
1
-0
/
+2
*
Add URL file (with the original URL) and Inventory file (listing URLs of obje...
James Bursa
2007-07-05
2
-5
/
+48
*
Clarify K&R.
James Bursa
2007-07-04
1
-1
/
+1
*
Add section on Coding Style.
James Bursa
2007-07-04
1
-0
/
+22
*
Fix deadlock when fetching stylesheets when max_fetchers_per_host is reached ...
James Bursa
2007-07-04
3
-9
/
+11
*
Rename register_curl_fetchers() to fetch_curl_register(). Add declarations fo...
James Bursa
2007-07-04
3
-391
/
+468
*
Ignore blank option_homepage_url
John Mark Bell
2007-06-28
1
-4
/
+4
*
There's no referer header if the user's just hit return in the URL bar.
John Mark Bell
2007-06-28
1
-22
/
+18
*
Remove -Wformat=2 from GTK build options, and make optimisation setting the s...
Rob Kendrick
2007-06-27
1
-1
/
+1
*
Add option_suppress_curl_debug and default it to true
Daniel Silverstone
2007-06-27
3
-0
/
+13
*
Only pass option_ca_bundle and option_ca_path to cURL if they are non-empty.
Daniel Silverstone
2007-06-27
1
-2
/
+2
*
Add stop-gap SSL cert verification. Currently ignores problems and continues...
Rob Kendrick
2007-06-27
1
-1
/
+11
*
Add support for ca_path to GTK startup
Daniel Silverstone
2007-06-27
1
-1
/
+7
*
Add ca_path option which sets CURLOPT_CAPATH.
Daniel Silverstone
2007-06-27
3
-0
/
+6
*
Move the p->parent check in urldb to before the cookie loop. Prevents the coo...
Daniel Silverstone
2007-06-27
1
-6
/
+12
*
10ms in a cs, not 100
Daniel Silverstone
2007-06-25
1
-1
/
+1
*
Make the gtk_schedule stuff more robust, only run schedules inside gui_poll a...
Daniel Silverstone
2007-06-25
2
-39
/
+96
*
Fix crash if content failed to open (memory shortage)
Adrian Lees
2007-06-24
1
-1
/
+1
*
Scroll wheel support on hotlist and history windows
Adrian Lees
2007-06-24
5
-4
/
+1
*
Fix length of buffer in previous change - one too short before
Rob Kendrick
2007-06-22
1
-1
/
+1
*
Implement Open File... in nsgtk
Rob Kendrick
2007-06-22
4
-2
/
+107
*
Make new_window work for nsgtk
Daniel Silverstone
2007-06-20
1
-0
/
+6
*
Ensure that when a gui_window dies in nsgtk it kills its browser and gets tha...
Daniel Silverstone
2007-06-20
3
-1
/
+7
*
Make text of nsgtk status bar selectable
Rob Kendrick
2007-06-18
1
-1
/
+2
*
Read dimensions from viewport not drawing area. This causes renders to not go...
Daniel Silverstone
2007-06-18
2
-4
/
+2
[next]