summaryrefslogtreecommitdiff
path: root/frontends/windows/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* implement windows clipboard functionalityVincent Sanders2019-05-091-3/+2
| | | | | | This allows clipboard to operate (cut, copy, paste and delete) in the win32 front end. The clipboard is set and read in windows unicode mode and then converted to/from utf-8 for the browser core.
* Update windows frontend to use windows resourcesVincent Sanders2018-08-211-0/+3
|
* add win32 http authentication dialogVincent Sanders2018-08-181-0/+11
|
* Rationalise the use of win32 application instance handle useVincent Sanders2016-10-301-1/+1
| | | | | | | | | | | | The use of the application instance handle global variable was inconsistent throughout the windows frontend. By rationalising the passing of these handles it showed that some of the toolbar and throbber parent handles were also setup wrong giving odd offset behaviour. All these issues have been addressed and the throbber is now in the correct position.
* fix windows user preferences location storageVincent Sanders2016-10-191-1/+2
|
* cleanup seevral doxygen warningsVincent Sanders2016-09-131-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+58