index
:
delta/netsurf/netsurf.git
ashmew2/fix-description
ashmew2/framebuffer-keys
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
baserock/morph
chris/amiga-corewindow
chris/amissl
chris/async-experiment
chris/bitmap-fonts
chris/composite-text
chris/composite-text-exp
chris/debug
chris/display-idna
chris/extmem
chris/fetch-x-ent-ref
chris/fortify
chris/frame-scroll
chris/gadtools-53-5
chris/gadtools-53-6
chris/http2
chris/idn-punycode
chris/idna2008
chris/malloc
chris/menuclass
chris/ndk32
chris/newproc-scheduler
chris/non-ascii-file-upload
chris/quant
chris/scheduled-fetches
chris/shorter-vscrollbar
chris/splay
chris/stop-gif-anim
dsilvers/assert-coverage
dsilvers/bindducky
dsilvers/dukky
dsilvers/eventtarget
dsilvers/form-work
dsilvers/monkey
dsilvers/nsgenbind
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
jmb/hsts
master
mmu_man/beos-fixes
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/haiku-fixes
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
release/3.1
release/3.2
release/3.3
release/3.4
release/3.5
release/3.6
release/3.7
rjek/bloom
rjek/clang-warnings
rjek/click-file-gadget
stevef/cconfig
stevef/hotlist
stevef/ibarmenu
stevef/menus
stevef/urlsize
svenw/cocoa
tlsa/cleanup-scale
tlsa/computed-style-share
tlsa/date
tlsa/dpi
tlsa/dsilvers/scrolloffset
tlsa/duktape2
tlsa/flex
tlsa/german-messages
tlsa/improve-hints
tlsa/libcss-units
tlsa/list-values
tlsa/monkey-driver
tlsa/nsurl
tlsa/page-info
tlsa/plotter-polish
tlsa/ro-cw-scroll
tlsa/selection-search-refactor
tlsa/shared-styles
tlsa/units
tlsa/upfront-hints
vince/bindduckky
vince/corebuild
vince/disccache
vince/fetchschedule
vince/fltk
vince/gtk-tab-restyle
vince/guivtable
vince/llcache
vince/nsgenupdates
vince/nslog
vince/opstable
vince/options
vince/pdf
vince/plotctx
vince/prstllcache
vince/reformatpending
vince/release/3.0
vince/schedule
vince/themectomy
vince/tools
vince/webp
vince/win32-corewindow
vince/window-misc-event
git.netsurf-browser.org: netsurf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
amiga
/
gui.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try quitting after downloading if there are no windows open
Chris Young
2014-02-10
1
-0
/
+1
*
Enforce the use of popupmenu.library >=53.11
Chris Young
2014-01-10
1
-0
/
+2
*
Move new blank tab into own function
Chris Young
2014-01-03
1
-1
/
+2
*
Create the BitMapObjects and just switch between them.
Chris Young
2013-11-23
1
-1
/
+2
*
Add hotlist favourites star button
Chris Young
2013-11-23
1
-0
/
+3
*
Construct the menu in a new function, which also does basic layouting of any ...
Chris Young
2013-08-18
1
-0
/
+1
*
Another attempt at creating image menus
Chris Young
2013-08-15
1
-0
/
+1
*
Menu refactor
Chris Young
2013-05-18
1
-0
/
+1
*
Avoid multiple schedules of redraws
Chris Young
2013-04-11
1
-0
/
+1
*
Schedule redraws from local history too, hide ami_do_redraw and friends as on...
Chris Young
2013-04-04
1
-1
/
+1
*
rationalise the removal of the box redraw queue
Chris Young
2013-02-13
1
-1
/
+0
*
Implement triple-click
Chris Young
2013-02-12
1
-0
/
+1
*
Defer the redraw of boxes. This fixes a redraw problem with form select menus.
Chris Young
2013-02-03
1
-0
/
+2
*
Prevent deadlock during simple refresh damaged area redraw
Chris Young
2013-01-13
1
-2
/
+0
*
Track the mouse pointer on a per-window basis
Chris Young
2013-01-06
1
-0
/
+1
*
Toggle the tab bar to the correct state if the option to always show it is ch...
Chris Young
2012-12-09
1
-0
/
+1
*
Make hotlist toolbar work and update (only updates on hotlist window close cu...
Chris Young
2012-11-29
1
-0
/
+1
*
Improve the look of the hotlist toolbar
Chris Young
2012-11-28
1
-0
/
+1
*
Create a toolbar from the "Toolbar" folder within the hotlist. Note: makes no...
Chris Young
2012-11-28
1
-0
/
+6
*
fix warnings
Chris Young
2012-10-11
1
-1
/
+1
*
Get presence of text input cleanly.
Michael Drake
2012-08-20
1
-1
/
+1
*
Abstract pen obtain/release and structure so we can add these to a physical b...
Chris Young
2012-08-05
1
-0
/
+1
*
Change menus so menu functions are called internally by window.class
Chris Young
2012-04-29
1
-1
/
+4
*
Add AppWindow ourself rather than letting window.class create it. Initial
Chris Young
2012-04-28
1
-0
/
+1
*
Allow confining the pointer to part of the window during drags. Actually
Chris Young
2012-01-11
1
-0
/
+2
*
Amiga frontend update for r13139
Chris Young
2011-11-10
1
-4
/
+0
*
Start to consolidate user file operation into one file
Chris Young
2011-10-15
1
-2
/
+0
*
Fix search icon disappearing when layout size bar dragged
Chris Young
2011-09-12
1
-0
/
+1
*
Show existing file size when file already exists on download
Chris Young
2011-07-23
1
-0
/
+2
*
Iconfication; only enabled when running on WB screen at present
Chris Young
2011-07-03
1
-0
/
+2
*
When opening new tabs next to the active one, open them sequentially until th...
Chris Young
2011-07-02
1
-0
/
+1
*
Decouple context menus from gui_window, ensure they get disposed on exit
Chris Young
2011-06-23
1
-2
/
+0
*
Make GUI update when back/forward commands used from ARexx
Chris Young
2011-06-03
1
-0
/
+1
*
Redraw the area under a caret when it is cleared, rather than relying on a po...
Chris Young
2011-03-19
1
-3
/
+4
*
Limit context menu history items to 10
Chris Young
2011-02-28
1
-0
/
+1
*
Allow context menus in arbitrary positions outside the browsing area.
Chris Young
2011-02-28
1
-0
/
+2
*
First pass of AmigaOS 3 compatibility
John Mark Bell
2010-12-30
1
-0
/
+1
*
Back out r11152 -- we're going to do this differently
John Mark Bell
2010-12-30
1
-1
/
+1
*
Sprinkle some _t suffixes around
John Mark Bell
2010-12-29
1
-1
/
+1
*
Allow double-clicks in main browser and middle button double-clicks in treeview
Chris Young
2010-12-16
1
-0
/
+1
*
Move drag icon stuff to own file; fix warnings
Chris Young
2010-10-30
1
-1
/
+0
*
Only allow auto-scroll on selection and selection drags
Chris Young
2010-10-24
1
-0
/
+1
*
Merge treeview-redux to trunk
John Mark Bell
2010-10-05
1
-4
/
+8
*
Allow text selection dragging across (NetSurf) windows. DisplayBeep if it is...
Chris Young
2010-07-27
1
-1
/
+2
*
Fix menu disable on tab switch and Cut
Chris Young
2010-07-24
1
-2
/
+1
*
Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...
Chris Young
2010-07-24
1
-0
/
+2
*
Fix broken event handling.
Chris Young
2010-04-09
1
-1
/
+1
*
Changes required for new-cache
Chris Young
2010-03-28
1
-1
/
+1
*
Factor Amiga theme-related code out to a new file. This includes all throbbe...
Chris Young
2010-03-23
1
-6
/
+0
*
Squash memory leak and an offset problem related to helphints
Chris Young
2010-03-17
1
-0
/
+1
[next]