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/libjxl
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
image
/
mng.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove all references to using libMNG
Vincent Sanders
2014-01-04
1
-832
/
+0
*
move options include
Vincent Sanders
2013-05-28
1
-1
/
+1
*
make image content handlers title setting use the heap instead of the stack a...
Vincent Sanders
2012-10-25
1
-9
/
+15
*
More useful title info for images.
Michael Drake
2012-10-24
1
-8
/
+8
*
reduce talloc usage to box tree layout only
Vincent Sanders
2012-10-03
1
-5
/
+4
*
NetSurf options rework (a=vince r=daniels,jmb)
Vincent Sanders
2012-03-22
1
-1
/
+3
*
Treat image/x-png as a synonym for image/png
John Mark Bell
2012-01-29
1
-1
/
+2
*
content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url
John Mark Bell
2011-12-04
1
-1
/
+1
*
C89.
François Revel
2011-09-06
1
-1
/
+2
*
Remove mime_type parameter from content handler content_type callback API
John Mark Bell
2011-09-03
1
-1
/
+1
*
refactor bitmap out of generic content structure
Vincent Sanders
2011-08-31
1
-17
/
+30
*
make image content handlers build conditional from teh makefile
Vincent Sanders
2011-08-28
1
-5
/
+0
*
Initial image content handler refactor
Vincent Sanders
2011-08-27
1
-465
/
+409
*
Fix GCC 4.6 warnings in core
John Mark Bell
2011-07-26
1
-2
/
+1
*
Remove plotter table global. Pass a redraw context around redraw functions. ...
Michael Drake
2011-06-30
1
-3
/
+3
*
Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...
Michael Drake
2011-06-28
1
-13
/
+8
*
refactor content handler initilisation to use named initialisors
Vincent Sanders
2011-05-09
1
-15
/
+8
*
Fix MNG content handler.
Michael Drake
2011-05-09
1
-31
/
+0
*
Merge branches/jmb/content-factory to trunk
John Mark Bell
2011-05-06
1
-114
/
+316
*
Move schedule.h to utils/
John Mark Bell
2011-03-13
1
-1
/
+1
*
Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...
Daniel Silverstone
2011-03-13
1
-1
/
+1
*
Fix bug #3194007: stop emitting duplicate READY/DONE events.
John Mark Bell
2011-02-27
1
-1
/
+2
*
Constify
John Mark Bell
2011-02-14
1
-2
/
+2
*
Pass clip rect as struct through content_redraw api. Update the front ends t...
Michael Drake
2011-02-13
1
-4
/
+2
*
Remove bogus assertion
John Mark Bell
2010-06-27
1
-1
/
+0
*
Most of a stop implementation.
John Mark Bell
2010-04-04
1
-0
/
+25
*
Constify data parameter to *_process_data
John Mark Bell
2010-04-03
1
-1
/
+1
*
Use mutator to modify content's title field.
John Mark Bell
2010-04-03
1
-15
/
+6
*
The convert stage of a content's state progression no longer reflows the cont...
John Mark Bell
2010-03-29
1
-1
/
+1
*
Merge jmb/new-cache; r=dsilvers,rs=vince
Daniel Silverstone
2010-03-28
1
-12
/
+19
*
Merge LibCSS port to trunk.
John Mark Bell
2009-07-23
1
-1
/
+2
*
Improve bitmap plotter API
Vincent Sanders
2009-06-30
1
-3
/
+9
*
Aliasing fixes
John Mark Bell
2009-03-28
1
-4
/
+17
*
Don't include libmng.h from mng.h, as it causes jconfig.h to be seen, which i...
John Mark Bell
2009-03-27
1
-28
/
+49
*
'unsigned long' -> 'colour' where it made sense.
John Tytgat
2008-09-28
1
-2
/
+2
*
Add libpng support. Default to off.
Daniel Silverstone
2008-09-15
1
-1
/
+3
*
Warnings.squash();
John Mark Bell
2008-08-13
1
-1
/
+1
*
Make nsgtk compile on Mac OS X.
John Mark Bell
2008-08-11
1
-3
/
+4
*
First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...
John Tytgat
2008-07-26
1
-2
/
+2
*
Improve MNG error handling to show error code. Fix code not expecting bitmap_...
James Bursa
2008-06-01
1
-33
/
+61
*
Make this obey WITH_MNG correctly -- previously included libmng.h regardless
John Mark Bell
2008-05-13
1
-3
/
+3
*
Update status bar when standalone images are done.
Michael Drake
2008-03-10
1
-0
/
+2
*
NetBSD doesn't have the timezone struct, either.
Rob Kendrick
2007-09-14
1
-2
/
+2
*
Update all source code file headers to reflect GPL version 2 only and contain...
Vincent Sanders
2007-08-08
1
-3
/
+14
*
Changes to allow building on Solaris.
Rob Kendrick
2007-06-15
1
-1
/
+7
*
Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...
Daniel Silverstone
2007-05-30
1
-11
/
+11
*
Release temporary PNG/JNG memory as soon as possible
Richard Wilson
2006-12-03
1
-1
/
+7
*
Update project URL.
Michael Drake
2006-11-27
1
-1
/
+1
*
Remove redundant log statements
Richard Wilson
2006-07-03
1
-6
/
+0
*
[project @ 2006-03-04 20:46:54 by jmb]
John Mark Bell
2006-03-04
1
-4
/
+19
[next]