summaryrefslogtreecommitdiff
path: root/frontends/windows
Commit message (Collapse)AuthorAgeFilesLines
* update windows frontend to remove reformatVincent Sanders2017-04-261-21/+6
|
* Windows: Update for core hotlist API change.Michael Drake2017-04-252-2/+3
|
* Update windows frontend to use invalidate window area APIVincent Sanders2017-04-231-36/+27
|
* fix some doxygen errorsVincent Sanders2017-02-241-1/+2
|
* fix remaining doccomment errorsVincent Sanders2017-02-222-5/+5
|
* fix merge error in windows frontendVincent Sanders2017-02-191-1/+1
|
* Merge branch 'vince/localhist-corewin'Vincent Sanders2017-02-197-22/+52
|\
| * clean up some of the doxygen generation warningsVincent Sanders2017-02-197-16/+52
| |
* | cleanup windows frontend documentation comments and spellingVincent Sanders2017-02-1711-218/+451
|/
* clean up incorrect documentation comments from plotter API reworkVincent Sanders2017-02-141-5/+5
|
* update windows plotters to new APIVincent Sanders2017-02-111-508/+668
|
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+1
|
* rationalise use of utils/utils.h headerVincent Sanders2017-01-1910-10/+1
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-133-2/+4
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* fix windows installer generationVincent Sanders2017-01-072-28/+68
| | | | | | | the windows installer package generation was not correctly parameterised which resulted in fetching resources from incorrect locations. Additionally the clean target was not removing generated installer output.
* Windows: Fix font table to return nserror.Michael Drake2017-01-021-10/+14
| | | | | | | We were returning true on success, which when the return value was tested for being NSERROR_OK (0), meant it was treated as failure. Now we correctly return NSERROR_OK on success.
* Windows: Update for new hotlist API.Michael Drake2016-12-292-8/+5
| | | | This allows the hotlist backend to work before the hotlist window opens.
* improve doc comments in windows corewindow handlingVincent Sanders2016-12-262-2/+13
|
* add corewindow support for windows frontendVincent Sanders2016-11-1915-44/+1849
|
* Rationalise the use of win32 application instance handle useVincent Sanders2016-10-307-226/+310
| | | | | | | | | | | | 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.
* Complete windows main window documentationVincent Sanders2016-10-292-232/+320
|
* Improve windows win32 main browser window code documentationVincent Sanders2016-10-262-50/+140
|
* remove unused variable in windows frontendVincent Sanders2016-10-201-3/+3
|
* allow windows frontend to load and store urldb filesVincent Sanders2016-10-191-5/+67
|
* windows frontend netsurf optionsVincent Sanders2016-10-192-1/+35
|
* fix windows user preferences location storageVincent Sanders2016-10-195-21/+127
|
* fix curl/openssl library link orderingVincent Sanders2016-10-191-2/+2
|
* cleanup seevral doxygen warningsVincent Sanders2016-09-131-1/+1
|
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-0/+1
| | | | | | | | The avoids situations were we threw away the length, only for the caller to have to strlen the returned string. Note, there seems to be a case of the amiga front end writing beyond end of allocation. Added a TODO for now.
* move key press enums and operations to their own headerVincent Sanders2016-07-012-2/+2
|
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-293-7/+4
|
* Update content to split public and internal APIVincent Sanders2016-06-061-1/+1
|
* fix missing includes from header API changesVincent Sanders2016-05-301-3/+4
|
* move plotters header into public APIVincent Sanders2016-05-304-4/+4
|
* move desktop window header into public APIVincent Sanders2016-05-306-6/+6
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-302-2/+2
|
* move netsurf header into public APIVincent Sanders2016-05-301-1/+1
|
* move layout header into public APIVincent Sanders2016-05-301-1/+1
|
* move fetch header into public APIVincent Sanders2016-05-302-2/+2
|
* move misc header into public APIVincent Sanders2016-05-301-1/+1
|
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
|
* move download header into public APIVincent Sanders2016-05-301-1/+1
|
* move clipboard header into public APIVincent Sanders2016-05-302-2/+2
|
* move window header into public APIVincent Sanders2016-05-302-2/+2
|
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-1587-0/+8779