Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2019-01-19
| ||
22:28 | Add Printer set method. Leaf check-in: 2bca6d9da7 user: william tags: trunk, version-1.3.0 | |
02:08 | Add NOTES. check-in: b6d8bd68fe user: william tags: trunk | |
2019-01-18
| ||
20:36 | Include devmode fields in Printer info method. check-in: 6306ac1946 user: william tags: trunk, version-1.2.2 | |
2019-01-16
| ||
23:07 | Include queued jobs field in Printer info method. check-in: 8fe25f56e7 user: william tags: trunk, version-1.2.1 | |
2019-01-11
| ||
19:45 | Add Printer job method. check-in: dc3ca28ad9 user: william tags: trunk, version-1.2.0 | |
2018-10-07
| ||
15:39 | Add operation aborted message to Dc startdoc method and fix calling error to AddPrinter(). check-in: c7afc04a5e user: william tags: trunk, version-1.1.1 | |
2018-09-27
| ||
19:49 | Add Printer default_printer= method. check-in: 9ecb01ce7c user: william tags: trunk, version-1.1.0 | |
2017-11-03
| ||
23:44 | Raise specific error message if Dc startdoc method fails with a sharing violation error. check-in: f4632837a5 user: william tags: trunk, version-1.0.1 | |
2017-03-04
| ||
22:00 | Rename gdi.gemspec to win32-gdi.gemspec. check-in: b270d9f997 user: william tags: trunk, version-1.0.0 | |
20:39 | Modify to work under Win32 namespace. check-in: 4a4a0c63b3 user: william tags: trunk, version-1.0.0 | |
2016-09-18
| ||
16:22 | Make improvements to test script. check-in: 8f0e0e2f0c user: william tags: trunk | |
2016-09-15
| ||
18:12 | Add Dc DT_WORDBREAK constant. check-in: d158fd6b8d user: william tags: trunk | |
2016-09-13
| ||
20:44 | Add interpretation of printer status bits in enumerate-printers. check-in: 919d44ccea user: william tags: trunk | |
15:43 | Add explicit check for ERROR_NOT_READY error in Dc start_doc method. check-in: 5ff93334bb user: william tags: trunk | |
2016-08-28
| ||
19:14 | Add Printer info method and call to ClosePrinter() in Printer_free(). check-in: 18e6c92f62 user: william tags: trunk | |
2016-08-26
| ||
18:10 | Add :add option to Printer initialize method and add Printer delete method. check-in: fdf0e07fa7 user: william tags: trunk | |
2016-08-23
| ||
18:22 | Create separate class GDIError for reporting errors. check-in: 88ab8da08e user: william tags: trunk | |
2016-08-21
| ||
18:28 | Raise specific error message if Dc initialize method is given an invalid printer. check-in: 143959971f user: william tags: trunk | |
2016-06-24
| ||
19:19 | Add -v option to enumerate-printers and print device resolutions when specified. check-in: 515f67cc5e user: william tags: trunk | |
2016-06-18
| ||
21:21 | Add Dc draw_text method and associated constants. check-in: bec4e540f6 user: william tags: trunk | |
2016-06-17
| ||
15:46 | Add Dc text_align and text_align= methods, and associated constants. check-in: 14c2ba3528 user: william tags: trunk | |
2016-06-16
| ||
21:47 | Create Brush class and Dc brush= method, along with some brush style constants. check-in: b33b145d14 user: william tags: trunk | |
2016-06-13
| ||
01:00 | Add test of Dc font= method. check-in: 2ba48b69aa user: william tags: trunk | |
2016-06-12
| ||
03:01 | Add Font inspect method. check-in: ed8f171600 user: william tags: trunk | |
2016-06-09
| ||
22:14 | Add Dc set_viewport_ext and set_window_ext methods. check-in: c6a027763b user: william tags: trunk | |
2016-06-04
| ||
20:58 | Add explicit check for ERROR_CANCELLED error in Dc start_doc method. check-in: 0c83b76354 user: william tags: trunk | |
2016-05-15
| ||
21:42 | Allow a Dc object to be created from either a printer name or Printer object. check-in: 064f2c4ff6 user: william tags: trunk | |
20:03 | Have Printer.enum_printers return a list of printers rather than printer names, and add Printer name method. check-in: 66c7f96af1 user: william tags: trunk | |
2016-05-14
| ||
17:02 | Rearrange some code. check-in: d80dcd22a9 user: william tags: trunk | |
16:15 | Delete unneeded references to FileUtils. check-in: 89f431f5d4 user: william tags: trunk | |
2016-05-04
| ||
20:46 | Add DC map_mode and map_mode= methods, and associated constants. check-in: 6f181862f8 user: william tags: trunk | |
19:35 | Rearrange some code. check-in: 3f20b76d69 user: william tags: trunk | |
01:24 | Add Dc device_caps method. check-in: c284f195f2 user: william tags: trunk | |
2016-04-30
| ||
20:48 | Improve automatically generated documentation. check-in: 0a93057c82 user: william tags: trunk | |
2016-04-23
| ||
18:31 | Replace GEM_VERSION with VERSION internally. check-in: 9c9c78ca3f user: william tags: trunk | |
2016-04-22
| ||
19:30 | Add Dc rectangle method. check-in: 36a4ebde44 user: william tags: trunk | |
01:17 | Create Pen class and add Dc pen= method. check-in: 8932f074b5 user: william tags: trunk | |
00:05 | Keep count of failures to successfully delete a device context rather than raising an exception. check-in: 3e25c08d46 user: william tags: trunk | |
2016-04-20
| ||
19:46 | Add font weight symbolic constants and fix bug in setting font weight. check-in: 8b1ce4ebfb user: william tags: trunk | |
2016-04-19
| ||
18:55 | Call DeleteDC() in Dc_free() function. check-in: 9c1a7e5b82 user: william tags: trunk | |
18:16 | Add Dc text_face method. check-in: 975e495f4f user: william tags: trunk | |
2016-04-18
| ||
21:16 | Raise a runtime error if call to StartDoc() fails. check-in: 380e5776ab user: william tags: trunk | |
20:45 | Allow calling Dc start_doc method with no arguments. check-in: cbf0033cf0 user: william tags: trunk | |
00:41 | Add Printer.default_printer method. check-in: 82c9a8c9ed user: william tags: trunk | |
2016-04-17
| ||
21:39 | Add support for specifying size and weight for Font instance. check-in: 5f3f7032d8 user: william tags: trunk | |
2016-04-16
| ||
23:09 | Create Font class and add Dc font= method. check-in: 42131b8996 user: william tags: trunk | |
2016-04-15
| ||
23:20 | Rename enumerate_printers to enumerate-printers and improve output format. check-in: 7d0e09e09e user: william tags: trunk | |
16:37 | Change format of Printer inspect method. check-in: 087a2e208b user: william tags: trunk | |
02:25 | Add enumerate_printers executable. check-in: a76fb851d7 user: william tags: trunk | |
2016-04-14
| ||
22:53 | Add minimal set of Printer attribute constants and improve printer attribute check. check-in: 23250e6c68 user: william tags: trunk | |