summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disable dynamic hotlist menu updateChris Young2017-01-151-1/+1
* minor menu fixesChris Young2017-01-153-10/+10
* Attempt hotlist menu refreshChris Young2017-01-156-16/+79
* Ignore the other check toggle stuff with menuclassChris Young2017-01-151-1/+11
* Update JS menu check state when prefs option is toggledChris Young2017-01-153-2/+12
* Split up menu.c into generic and gui_window-specific filesChris Young2017-01-1512-1190/+1292
* Share menuclass object with all browser windowsChris Young2017-01-153-4/+26
* Remove excess logging and fix user-added hotlist separator barsChris Young2017-01-151-6/+3
* Fix MenuClass menu creationChris Young2017-01-145-172/+197
* Get selected state with MenuClass compatible abstractionChris Young2017-01-141-4/+23
* Replace OnMenu/OffMenu with MenuClass compatible abstractionChris Young2017-01-144-66/+164
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/men...Chris Young2017-01-1452-182/+272
|\
| * move plot style header to netsurf include directoryVincent Sanders2017-01-1346-122/+125
| * Avoid accessing NULL pointerChris Young2017-01-121-1/+1
| * make local history use system coloursVincent Sanders2017-01-124-63/+150
| * Dave Higton's fix for 'tree' windows not being movable off-screenDaniel Silverstone2017-01-104-4/+4
* | Our hook function needs to be in UserData, not PickHook, for window.class rea...Chris Young2017-01-121-1/+1
* | Attempt to construct menu using menuclassChris Young2017-01-091-8/+92
|/
* Queue redraws for SimpleRefresh browser windowsChris Young2017-01-081-12/+13
* Support SimpleRefresh corewindowsChris Young2017-01-086-28/+108
* Update corewindow scrollbars when user resizes windowChris Young2017-01-081-1/+28
* Process in-window scrollbars using IDCMPUPDATE tooChris Young2017-01-082-16/+3
* Ensure we free the NM_END menu itemChris Young2017-01-081-2/+2
* Complete Amiga corewindow implementation and migration from old treeviewsChris Young2017-01-0819-2107/+1198
|\
| * Clear pointer after freeChris Young2017-01-081-0/+1
| * Remove old tree implementationChris Young2017-01-087-1977/+2
| * remove excessive loggingChris Young2017-01-082-3/+0
| * Working internal and tree-to-browser dragsChris Young2017-01-081-12/+34
| * Dragging works internallyChris Young2017-01-071-78/+74
| * Possibly slightly less but still definitely broken drag handlingChris Young2017-01-073-35/+52
| * Broken corewindow drag implementationChris Young2017-01-074-2/+236
| * Conversion of Amiga hotlist manager to corewindowChris Young2017-01-065-44/+464
| * Migrate global history to corewindowChris Young2017-01-067-30/+409
* | fix windows installer generationVincent Sanders2017-01-072-28/+68
* | fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-0710-33/+33
* | rename default build output directory targetVincent Sanders2017-01-053-10/+7
|/
* Merge branch 'chris/amiga-corewindow'Chris Young2017-01-059-56/+440
|\
| * clear tree pointer on freeChris Young2017-01-051-0/+1
| * Complete cookie manager corewindow interfaceChris Young2017-01-055-20/+143
| * fix some ui corruption on scrollbar hideChris Young2017-01-031-7/+3
| * it's not a double-click if the mouse has movedChris Young2017-01-032-2/+20
| * template for menu addition in cookie managerChris Young2017-01-031-6/+62
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/ami...Chris Young2017-01-034-226/+258
| |\ | |/ |/|
* | re-structure menu code to make it useable elsewhere in the frontendChris Young2017-01-034-226/+258
| * less cranky scrollbarsChris Young2017-01-031-14/+8
| * Basic conversion of cookie manager to core windowChris Young2017-01-036-25/+221
|/
* Partially implement Amiga core windowChris Young2017-01-029-42/+1335
|\
| * Fix sslcert redrawChris Young2017-01-023-6/+10
| * fix mouse click processingChris Young2017-01-021-98/+100
| * show/hide scrollbars as requiredChris Young2017-01-024-33/+173