summaryrefslogtreecommitdiff
path: root/desktop/gui_misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve Doxygen documentationVincent Sanders2014-11-081-0/+1
|
* Fix several doxygen issuesVincent Sanders2014-11-081-1/+6
|
* Clean up saving as PDFVincent Sanders2014-10-261-0/+10
| | | | | | | | | | | | This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.
* Move create_form_select_menu to window gui table.Michael Drake2014-10-241-5/+0
|
* Split up graphical user interface operations table headersVincent Sanders2014-10-161-0/+90
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