summaryrefslogtreecommitdiff
path: root/desktop/gui_table.h
Commit message (Collapse)AuthorAgeFilesLines
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-231-14/+37
| | | | | This refactors the core "font" sizing API to be handled through gui function tables similar to every other core/frontend calling API.
* complete the rename of the gui browser tableVincent Sanders2016-04-161-2/+2
| | | | | | When the operations tables were created the browser table was renamed to miscellaneous except the actual rename patch was never applied, this fixes that situation.
* Move bitmap operations into an operation table.Vincent Sanders2015-04-131-0/+10
| | | | | | | The generic bitmap handlers provided by each frontend are called back from the core and therefore should be in an operation table. This was one of the very few remaining interfaces stopping the core code from being split into a library.
* Split up graphical user interface operations table headersVincent Sanders2014-10-161-0/+124
This is the initial part of a series which splits up the API interface definitions for the frontends removing a great deal of unnecessary file inclusion and further isolates the fronted API usage from the core