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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure test makefile to be called from main makefile
Vincent Sanders
2015-07-07
4
-42
/
+153
*
make nsurl unit test work again
Vincent Sanders
2015-07-07
6
-11
/
+21
*
Allow a fallback font for characters above 0xFFFF to be specified. There is ...
Chris Young
2015-07-06
5
-5
/
+33
*
Support UTF-16 surrogates. This enables Emoji to be displayed if an appropri...
Chris Young
2015-07-06
1
-6
/
+24
*
Split UTF-16 char length check into a separate function
Chris Young
2015-07-06
1
-17
/
+16
*
Correct broken ifdef
Chris Young
2015-07-05
1
-1
/
+1
*
Fix logging to stderr if verbose_log was set before nslog_init was called
Vincent Sanders
2015-07-05
1
-2
/
+5
*
Fix a signed comparison error in nsurl parsing.
Vincent Sanders
2015-07-04
1
-1
/
+1
*
split out windows file operations into a separeate module
Vincent Sanders
2015-06-30
7
-265
/
+333
*
Improve gtk scaffolding documentation
Vincent Sanders
2015-06-30
1
-35
/
+48
*
Ensure gtk windows have a default favicon at creation.
Vincent Sanders
2015-06-30
1
-4
/
+11
*
Fix missing unistd includes to allow building with older headers
Vincent Sanders
2015-06-29
2
-1
/
+3
*
Add missing include to gtk scaffolding
Vincent Sanders
2015-06-29
1
-0
/
+1
*
fix glib resource API usage even when gresource was disabled
Vincent Sanders
2015-06-29
1
-0
/
+9
*
Improve resource code to not try and use g_resource calls when disabled.
Vincent Sanders
2015-06-29
1
-1
/
+5
*
Allow gtk preferences language selection resource to be inline
Vincent Sanders
2015-06-25
2
-41
/
+138
*
Fix error reporting from fetch_start
Vincent Sanders
2015-06-24
4
-47
/
+79
*
Update GTK url bar completion to navigate on selection
Vincent Sanders
2015-06-23
3
-60
/
+142
*
Change gtk message and language handling to use resource names
Vincent Sanders
2015-06-23
8
-39
/
+62
*
Allow GTK to include inline resources for default css
Vincent Sanders
2015-06-22
2
-0
/
+6
*
fix unused variable warning in framebuffer Message loading
Vincent Sanders
2015-06-22
1
-1
/
+4
*
Scale cached favicons before they are cached. This avoids the need to scale ...
Chris Young
2015-06-22
3
-2
/
+10
*
Remove the overwrite check in bitmap_save as it causes duplicate overwrite re...
Chris Young
2015-06-22
1
-4
/
+0
*
Add an appropriate file extension when saving, or leave the existing if we're...
Chris Young
2015-06-22
1
-3
/
+30
*
Don't need gtkdefault.css now.
Michael Drake
2015-06-22
3
-14
/
+1
*
Consolidate default style.
Michael Drake
2015-06-22
2
-20
/
+8
*
fixup missing lincludes from messages API update
Vincent Sanders
2015-06-22
3
-0
/
+3
*
Allow translation messages to be compiled in as GTK resources
Vincent Sanders
2015-06-21
6
-31
/
+192
*
This moves message loading out of netsurf_init into each frontend
Vincent Sanders
2015-06-21
14
-31
/
+90
*
Move the browser identification and machine info logging.
Vincent Sanders
2015-06-21
2
-9
/
+20
*
Change GTK resource path to use the users netsurf directory
Vincent Sanders
2015-06-21
1
-2
/
+37
*
Clean up doxygen errors in image handlers.
Vincent Sanders
2015-06-21
3
-8
/
+11
*
Space ARexx menu items correctly.
Chris Young
2015-06-21
1
-1
/
+2
*
Fix the capitalisation of "New tab" to matach "New window" etc.
Chris Young
2015-06-21
1
-1
/
+1
*
Require gadtools 53.7
Chris Young
2015-06-20
1
-2
/
+2
*
Stop unused variable warning when no core image handlers are enabled.
Vincent Sanders
2015-06-18
1
-2
/
+2
*
Fix cocoa_bitmap_modified scope error introduced in cleanup
Vincent Sanders
2015-06-18
1
-1
/
+1
*
Fix several warnings in cocoa frontend
Vincent Sanders
2015-06-18
5
-121
/
+116
*
Add direct resources to GTK
Vincent Sanders
2015-06-17
6
-104
/
+346
*
Allow the resource scheme to provide data directly.
Vincent Sanders
2015-06-17
3
-50
/
+196
*
Change gtk to use resource API for throbber
Vincent Sanders
2015-06-17
5
-86
/
+60
*
Make GTK resource handling configurable
Vincent Sanders
2015-06-17
5
-17
/
+76
*
Add legacy support for inline pixbuf usage
Vincent Sanders
2015-06-17
2
-16
/
+44
*
update default gtk window icon source to use resources
Vincent Sanders
2015-06-17
3
-5
/
+9
*
Change GTK UI builder handling to use resource API
Vincent Sanders
2015-06-17
24
-561
/
+983
*
Add links to dutch resources for gtk frontend
Vincent Sanders
2015-06-17
3
-0
/
+3
*
Prettify pull-down (not context) menu.
Chris Young
2015-06-16
2
-36
/
+47
*
Remove some workarounds to make image menus conform better on OS4.1u6. They ...
Chris Young
2015-06-16
1
-31
/
+2
*
move gtk menu cursor creation into separate resourec handling module
Vincent Sanders
2015-06-04
4
-15
/
+75
*
Only iterate the form when freeing a control if there is one.
Daniel Silverstone
2015-06-03
1
-14
/
+16
[next]