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
path:
root
/
amiga
/
tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move frontends into sub directory
Vincent Sanders
2016-05-15
1
-1473
/
+0
*
Update to new warn_user API
Chris Young
2016-05-01
1
-9
/
+9
*
Split utils header into string functions and everything else
Vincent Sanders
2016-04-21
1
-0
/
+1
*
Avoid some crashing by disabling the update of the hotlist menu
Chris Young
2016-02-29
1
-0
/
+2
*
Update some Amiga-specific version numbers for post-3.4
Chris Young
2016-02-17
1
-0
/
+2
*
Free shared_pens list on tree destroy
Chris Young
2016-02-14
1
-4
/
+5
*
Don't re-use freed shared_pens list
Chris Young
2016-02-14
1
-3
/
+2
*
Remove RMB trapping from the treeviews, previously used for context menus
Chris Young
2016-02-14
1
-26
/
+0
*
Pens need releasing before freeing layers to avoid invalid pointer access
Chris Young
2016-02-14
1
-1
/
+1
*
Don't use ami_NewMinList as it potentially writes past the MinList structure ...
Chris Young
2016-01-26
1
-4
/
+5
*
Make the palette-mapped state relate to the rendering layer rather than globa...
Chris Young
2016-01-25
1
-1
/
+1
*
Fix opening of SSL cert window
Chris Young
2016-01-23
1
-2
/
+2
*
Fix refresh of hotlist menu/toolbar when hotlist window is closed
Chris Young
2015-11-16
1
-1
/
+1
*
Only update the hotlist menu etc if it was the hotlist window which was closed.
Chris Young
2015-08-16
1
-7
/
+8
*
Abstract all instances of NewMinList as it causes alert 80000006 on OS3
Chris Young
2015-08-05
1
-1
/
+1
*
To avoid namespace conflicts with ncurses add NetSurf key prefix.
Witold Filipczyk
2015-03-27
1
-11
/
+11
*
Fix more hook functions
Chris Young
2015-02-24
1
-1
/
+1
*
Move everything else over to using the class pointers.
Chris Young
2015-01-26
1
-8
/
+10
*
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
Chris Young
2015-01-20
1
-8
/
+21
|
\
|
*
More OS3 compilation fixes
Chris Young
2015-01-18
1
-8
/
+21
*
|
Clear a selection after it has been copied, as per the AmigaOS Style Guide
Chris Young
2015-01-17
1
-0
/
+4
|
/
*
Allocate screen title when first needed and keep it private to amiga/gui.c
Chris Young
2014-11-16
1
-2
/
+2
*
Make win_destroyed variable private to amiga/gui.c
Chris Young
2014-11-16
1
-1
/
+0
*
Fix amiga/tree.c for new structs
Chris Young
2014-11-16
1
-1
/
+1
*
Use SPACE_RenderBox compatibility function in tree code
Chris Young
2014-11-15
1
-12
/
+55
*
Use the correct Messages string, modify the contents to better reflect what i...
Chris Young
2014-11-13
1
-1
/
+1
*
Add an edit entry option to the edit menu
Chris Young
2014-11-13
1
-13
/
+34
*
Fix warnings
Chris Young
2014-11-11
1
-3
/
+3
*
remove unecessary include of browser.h in amiga frontend
Vincent Sanders
2014-10-17
1
-196
/
+200
*
Update amiga frontend for split operation table header changes
Vincent Sanders
2014-10-16
1
-13
/
+16
*
Recreate the entire menu when the hotlist window is closed.
Chris Young
2014-06-30
1
-1
/
+1
*
Stop treeview items moving when they've been dragged outside the treeview win...
Chris Young
2014-05-24
1
-4
/
+7
*
fixup missing includes from schedule changes
Vincent Sanders
2014-03-09
1
-1
/
+1
*
move scheduleing into browser operation table
Vincent Sanders
2014-03-09
1
-3
/
+3
*
Make browser_window_navigate (un)verifiable flag match browser_window_create.
Michael Drake
2014-02-10
1
-2
/
+1
*
Allow tab creation without history clone. Changes browser_window_create and ...
Michael Drake
2014-02-10
1
-2
/
+2
*
Minor formatting change
Chris Young
2013-12-15
1
-2
/
+1
*
Add the ability to add folders and icons from the hotlist window's menu
Chris Young
2013-11-17
1
-15
/
+41
*
Correct some more offsets
Chris Young
2013-10-26
1
-1
/
+1
*
Fix bitmap offsets in direct render mode by forcing use of BltBitMap
Chris Young
2013-10-26
1
-2
/
+3
*
Allow direct render of treeview for debug purposes only.
Chris Young
2013-10-26
1
-3
/
+61
*
Correct some memory allocation parameters
Chris Young
2013-10-12
1
-1
/
+2
*
Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...
Chris Young
2013-10-12
1
-4
/
+3
*
application.library fix for new SDK. Note that:
Chris Young
2013-10-12
1
-0
/
+3
*
less over-zealous code removal
Chris Young
2013-09-15
1
-1
/
+5
*
treeview deferred redraw
Chris Young
2013-09-14
1
-2
/
+31
*
Support drag for global history too
Chris Young
2013-09-14
1
-6
/
+1
*
Re-implement dragging to/from treeview (not working)
Chris Young
2013-09-14
1
-50
/
+25
*
Remove context menu some more as it's irrepairably broken anyway
Chris Young
2013-09-12
1
-1
/
+2
*
Fix buttons in the least convaluted way possible
Chris Young
2013-09-12
1
-5
/
+4
[next]