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