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
/
gui.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
move frontends into sub directory
Vincent Sanders
2016-05-15
1
-246
/
+0
*
Cleanup amiga include issues introduced as part of core updates
Vincent Sanders
2016-04-20
1
-3
/
+7
*
Remove some RMBTrap remnants, the new context menus don't require manual mous...
Chris Young
2016-02-14
1
-1
/
+0
*
Add an option to close inactive tabs to the tab bar context menu
Chris Young
2016-01-31
1
-1
/
+15
*
Make the palette-mapped state relate to the rendering layer rather than globa...
Chris Young
2016-01-25
1
-1
/
+1
*
Use a memory pool for deferred rects
Chris Young
2016-01-20
1
-0
/
+1
*
Prettier hotlist toolbar
Chris Young
2015-11-16
1
-1
/
+1
*
Create menus on OS3 and 4 the same way (manual GadTools method).
Chris Young
2015-09-06
1
-4
/
+2
*
Enable control of core/popupmenu select menus in the prefs GUI.
Chris Young
2015-09-05
1
-1
/
+0
*
Add a small test menu to the clicktab gadget
Chris Young
2015-09-05
1
-0
/
+1
*
Create back/forward context menu using menuclass
Chris Young
2015-09-04
1
-0
/
+1
*
Add a couple of context menu items for links for testing.
Chris Young
2015-09-03
1
-0
/
+3
*
Rough outline for Intuition-based context menu
Chris Young
2015-09-03
1
-4
/
+5
*
fix OS3 build, avoid forward declarations
Chris Young
2015-02-23
1
-1
/
+1
*
Convert hook function definitions to macros in gui.c
Chris Young
2015-02-23
1
-0
/
+6
*
Fix OS3 build
Chris Young
2015-01-29
1
-1
/
+1
*
Don't schedule our own redraw after a reformat, as this is performed anyway.
Chris Young
2015-01-29
1
-0
/
+4
*
Store scale in gui_window. Remove a lot of bw dereferencing for scale.
Michael Drake
2014-12-04
1
-0
/
+2
*
Allocate screen title when first needed and keep it private to amiga/gui.c
Chris Young
2014-11-16
1
-1
/
+7
*
Make win_destroyed variable private to amiga/gui.c
Chris Young
2014-11-16
1
-1
/
+0
*
Replace curbw (current browser_window, used mostly for ARexx support) with cu...
Chris Young
2014-11-16
1
-1
/
+1
*
Change clicktab userdata to hold gui_window instead of browser_window
Chris Young
2014-11-16
1
-1
/
+2
*
Remove unused variable
Chris Young
2014-11-16
1
-1
/
+0
*
Don't make the app id a global var
Chris Young
2014-11-16
1
-1
/
+7
*
Make the SPACE_RenderBox compatibility functions public
Chris Young
2014-11-15
1
-0
/
+16
*
Move the hscrollbar inside the window
Chris Young
2014-10-26
1
-0
/
+1
*
Make window counting a generic function
Chris Young
2014-10-26
1
-0
/
+1
*
Don't need redraw_scheduld as the scheduler stops it being scheduled twice an...
Chris Young
2014-10-26
1
-1
/
+0
*
Rename OID_VSCROLL to GID_VSCROLL and ensure it exists before referencing
Chris Young
2014-10-25
1
-0
/
+2
*
remove unecessary include of browser.h in amiga frontend
Vincent Sanders
2014-10-17
1
-1
/
+1
*
Update amiga frontend for split operation table header changes
Vincent Sanders
2014-10-16
1
-1
/
+0
*
Recreate the entire menu when the hotlist window is closed.
Chris Young
2014-06-30
1
-1
/
+1
*
Implement a very basic favicon cache for the hotlist menu to use
Chris Young
2014-06-29
1
-0
/
+1
*
Change the search ico to be a chooser gadget with the icon as the display
Chris Young
2014-06-15
1
-1
/
+2
*
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
[next]