A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Amine Khaldi b978d73b11 [NOTEPAD]
* Replace the page setup dialog with a modified copy from comdlg32. Use PageSetupDlg and a hook function to bring the dialog on screen instead of DialogBox and a dialog procedure. With this, PageSetupDlg can do most of the work (init the controls for example).
* Save the returned hDevMode and hDevNames to two global variables, so we can use them in later calls to page setup and print.
* Include header, footer and page margins when saving/loading settings.
* Remove printer setup from the file menu (and related code/resources) since it isn't needed anymore.
* Brought to you by Ricardo Hanke.
CORE-9040

svn path=/trunk/; revision=66067
2015-01-20 12:12:40 +00:00
reactos [NOTEPAD] 2015-01-20 12:12:40 +00:00
rosapps [ROSAPPS] Convert resource files to UTF-8. By Alvin Wong. CORE-9021 2015-01-03 10:58:32 +00:00
rossubsys Resuscitate VMS subsystem (yeah, you've correctly read: VMS!!) from revision 24496. 2014-11-23 15:24:49 +00:00
rostests [SHELL32_WINETEST] Enable test_dde() and test_dde_default_app(). CORE-6559 2015-01-08 16:42:35 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00