summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix missing forward declarationVincent Sanders2014-01-162-1/+2
|
* fix cocoa buildVincent Sanders2014-01-166-15/+31
|
* beos: Better implementation of NSIconTextControl for the url barFrançois Revol2014-01-161-19/+66
| | | | | | | | | | | Instead of adding a child view we draw the bitmap over the child. Fixup the TextRect also in Draw() which is called just before the TextView's Draw(). It flickers a little less, and also respects the background color of the text control when using a desktop theme. Also drop a useless dynamic_cast.
* fix atari build errorsVincent Sanders2014-01-162-1/+5
|
* fix windows build errorVincent Sanders2014-01-163-3/+4
|
* fixup amiga build errorsVincent Sanders2014-01-165-24/+34
|
* fix up riscos build errorsVincent Sanders2014-01-168-56/+62
|
* Merge branch 'vince/guivtable'Vincent Sanders2014-01-16110-1883/+2555
|\
| * cleanup copyright headers and some doc commentsVincent Sanders2014-01-166-18/+37
| |
| * move 401 login into operation tableVincent Sanders2014-01-1628-122/+69
| |
| * move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-1623-190/+236
| |
| * split browser gui operations upVincent Sanders2014-01-1543-208/+323
| |
| * complete move of remaining core gui functionsVincent Sanders2014-01-1514-62/+62
| |
| * move remaining gui operations to tableVincent Sanders2014-01-1421-199/+275
| |
| * confine the gui table acessor to the gui factory headerVincent Sanders2014-01-147-7/+14
| |
| * move download operations to download tableVincent Sanders2014-01-1428-96/+232
| |
| * move teh final optional window operations into the tableVincent Sanders2014-01-1325-272/+128
| |
| * move four more optional window operations to tableVincent Sanders2014-01-1317-79/+192
| |
| * move two more mandantory window operations to tableVincent Sanders2014-01-1312-27/+77
| |
| * move window scroll getter and setter into operations tableVincent Sanders2014-01-1315-33/+87
| |
| * move mandantory window update and redraw operations into tableVincent Sanders2014-01-1213-34/+72
| |
| * move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-1213-179/+87
| | | | | | | | hide_pointer operation altogether
| * split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-1228-377/+390
| |
| * move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-1217-44/+159
| |
| * move window creation and destruction into tableVincent Sanders2014-01-1122-61/+118
| |
| * Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-1120-451/+573
| |
* | Silence warningJohn-Mark Bell2014-01-161-1/+0
|/
* Re-add proper notification of ability to close public screen.Chris Young2014-01-101-3/+8
|
* Re-enable the RAmiga-U shortcut to activate the URL bar, now it is safe to ↵Chris Young2014-01-101-2/+1
| | | | do so.
* Enforce the use of popupmenu.library >=53.11Chris Young2014-01-103-1/+20
| | | | Older versions have a dangerous bug which manifests itself as a deadlock or a crash.
* Tentatively enable AmigaGuide helpChris Young2014-01-101-4/+4
|
* cleanups to fix new clang warningsVincent Sanders2014-01-102-6/+4
|
* stop system colours being anything to do with frontendsVincent Sanders2014-01-109-44/+87
|
* fixup logic error in save complete as directed by jmbVincent Sanders2014-01-061-1/+1
|
* Support 'checked' properly in new form handlerDaniel Silverstone2014-01-061-1/+10
|
* Probably shouldn't override thumbnail source alphaChris Young2014-01-061-1/+1
|
* Get Composite() to befriend the screen's BitMap to ensure they are on the ↵Chris Young2014-01-063-1/+4
| | | | same graphics board. This should fix the slowness when multiple graphics cards are installed.
* Assert a bit earlier when front end tries to redraw SSL cert viewer that ↵Michael Drake2014-01-061-0/+13
| | | | it's destroyed.
* Update description to reflect realityChris Young2014-01-051-3/+3
|
* Add file upload request on clickChris Young2014-01-051-1/+13
|
* This shouldn't be UTF-8Chris Young2014-01-051-7/+1
|
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-054-1/+16
|
* Fix some log statementsDaniel Silverstone2014-01-056-6/+6
|
* Under GTK, file gadgets are more like buttonsRob Kendrick2014-01-051-1/+1
|
* Change FatMessages so drop instructions are click instructions for some ↵Rob Kendrick2014-01-051-1/+6
| | | | frontends
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-0522-115/+162
|\
| * Restore missing message sendDaniel Silverstone2014-01-051-0/+4
| |
| * Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-0510-15/+40
| | | | | | | | GTK implementation that of course does not work.
| * Add infrastructure for calling front ends to set file gadget filenames via ↵Rob Kendrick2014-01-056-31/+69
| | | | | | | | clicking in addition to drag-and-drop
| * Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-058-6/+55
| |