r36684 file changeset diff or repo changeset diff igor22022-08-13T12:52:56.331486Z
 
[font] -Del: get rid of type pcb_font_id_t: use rnd_font_id_t instead
r34347 file changeset diff or repo changeset diff igor22021-04-09T06:45:49.849505Z
 
[fontsel] -Add: extend the core and action APIs for modal selection of font ID without changing the font ID of a specific text object or the pen
r33456 file changeset diff or repo changeset diff igor22020-12-11T14:13:30.911322Z
 
[core] -Fix: stub csect/fontsel error message draw shall not pass info==NULL to the rendering code, that wouldd lead to a crash
r31334 file changeset diff or repo changeset diff igor22020-05-13T02:54:07.666817Z
 
[core] -Cleanup: initialize all fields of dummy text objects to avoid accidental mirroring
r30980 file changeset diff or repo changeset diff igor22020-04-30T08:20:54.258802Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix (hid)
r30978 file changeset diff or repo changeset diff igor22020-04-30T08:02:50.552480Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix (hid)
r30971 file changeset diff or repo changeset diff igor22020-04-30T04:06:23.039616Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix (global typedefs)
r30917 file changeset diff or repo changeset diff igor22020-04-27T18:04:40.144591Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix (in color)
r30903 file changeset diff or repo changeset diff igor22020-04-27T14:48:42.007588Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix
r27091 file changeset diff or repo changeset diff igor22019-08-09T06:59:52.327248Z
 
[core] -Cleanup: switch set_color from pcb_gui to pcb_render
r23139 file changeset diff or repo changeset diff igor22019-02-15T04:45:34.962576Z
 
[fontsel] -Update: stub dummies for the new API with no global font state
r23128 file changeset diff or repo changeset diff igor22019-02-14T05:02:55.766394Z
 
[font] -Fix: get rid of global fontsel object, make the code and API reentrant
r21673 file changeset diff or repo changeset diff igor22018-12-11T11:07:28.253964Z
 
[color] -Change: switch over all API and code to use pcb_color_t instead of char *
r21420 file changeset diff or repo changeset diff igor22018-12-03T03:18:45.352055Z
 
[hid] -Update: draw_csect uses the simplified mouse callback API for generic expose
r21368 file changeset diff or repo changeset diff igor22018-12-02T04:44:57.487983Z
 
[hid] -Del: fontsel layer object - it is enough to keep a pointer to the text objet
r21366 file changeset diff or repo changeset diff igor22018-12-02T04:33:40.999448Z
 
[hid] -Del: fontsel doesn't need to remember the object type, the new data model has it in the object
r21365 file changeset diff or repo changeset diff igor22018-12-02T04:31:35.415750Z
 
[hid] -Del: excess mouse ev callback args needed by the old API
r20470 file changeset diff or repo changeset diff igor22018-10-30T03:42:16.780615Z
 
-Change: do not use an email address but an URL to the live version of contact.html - due to spammers
r20002 file changeset diff or repo changeset diff igor22018-10-12T13:20:16.491693Z
 
[dad] -Add: draw_data is passed down to mouse event callback (needed for generic preview later on)
r19674 file changeset diff or repo changeset diff igor22018-10-01T11:49:38.048602Z
 
[core] -Fix: initialize all fields of dummy text object before drawing in drawing stub error message
r19587 file changeset diff or repo changeset diff igor22018-09-26T06:19:22.001737Z
 
[textrot] -Del: text Direction field - use rot exclusively
r19391 file changeset diff or repo changeset diff igor22018-09-15T17:52:17.987934Z
 
[trdraw] -Add: draw fab gets a draw_info
r19389 file changeset diff or repo changeset diff igor22018-09-15T17:47:43.837723Z
 
[trdraw] -Add: pass down drawing info to text draw and apply bloat on lines and arcs
r17222 file changeset diff or repo changeset diff igor22018-06-08T15:19:35.483180Z
 
[core] -Add: API to tell the text renderer what to do with text objects too small to render: hide, do a cheap approximation or do accurate rendering no matter what (not yet implemented)
r14045 file changeset diff or repo changeset diff igor22018-01-16T04:19:41.315025Z
 
-Cleanup: license banners: replace old PCB project banner and Thomas Nau contact in core (with permission from Thomas Nau) and mark other author's contact as old contact
r13190 file changeset diff or repo changeset diff igor22017-12-03T14:18:57.822202Z
 
-Fix: old FSF address
r10759 file changeset diff or repo changeset diff igor22017-08-13T06:46:47.041602Z
 
[term] -Add: extend the text draw api with term gfx enable
r10758 file changeset diff or repo changeset diff igor22017-08-13T06:37:31.101057Z
 
[core] -Change: text draw API the same as arc, poly and line
r10647 file changeset diff or repo changeset diff igor22017-08-07T07:33:00.062201Z
 
[core] -Cleanup: text draw function naming cleanup
r9279 file changeset diff or repo changeset diff igor22017-06-10T06:50:50.674708Z
 
[core] -Fix: wrong singature of dummy fab draw stub
r9173 file changeset diff or repo changeset diff igor22017-06-05T17:20:22.897758Z
 
[core] -Fix: missing hid expose ptr parameter from draw stubs and their call from the draw engine
r7978 file changeset diff or repo changeset diff igor22017-03-27T03:56:04.873317Z
 
[core] -Fix: const correctness in stub drawing text
r7531 file changeset diff or repo changeset diff keithp2017-03-10T05:15:57.209297Z
 
Repaint csect each update instead of attempting to use XOR XOR cannot work with the GL backend, so just use regular gdk drawing notions to repaint the full dialog each time it changes. This removes a pile of code at the same time as it fixes the GL code. Signed-off-by: Keith Packard <keithp@keithp.com>
r7133 file changeset diff or repo changeset diff igor22017-02-22T04:56:10.118598Z
 
[font] -Add: get fontsel understand the difference between a normal text object and an element name being changed
r7111 file changeset diff or repo changeset diff igor22017-02-21T06:36:21.143105Z
 
[font] -Add: infrastructure to get the font's layer to draw_fontsel
r7098 file changeset diff or repo changeset diff igor22017-02-21T04:35:19.209491Z
 
[font] -Add: prepare for getting the text objet's pointer in to the fontsel drawer through a hackish stub API (so the font on a given text can be changed)
r7055 file changeset diff or repo changeset diff igor22017-02-19T15:10:07.142323Z
 
[font] -Add: stub warning message when the plugin is not accessible
r7054 file changeset diff or repo changeset diff igor22017-02-19T15:09:06.502739Z
 
[core] -Cleanup: make the dummies of mouse and overlay common for all stub_draw APIs to remove code dup
r7053 file changeset diff or repo changeset diff igor22017-02-19T15:07:44.221590Z
 
[core] -Fix: set font and color for the draw stub warning text so it is always visible
r7052 file changeset diff or repo changeset diff igor22017-02-19T15:06:20.701103Z
 
[core] -Cleanup: make text drawing function common in stub_draw to remove code dup
r7051 file changeset diff or repo changeset diff igor22017-02-19T15:02:02.617811Z
 
[font] -Add: draw_fontsel stubs
r7050 file changeset diff or repo changeset diff igor22017-02-19T14:51:28.297440Z
 
[font] -Change: merge stub_draw_* into stub_draw: there will be more of these and they are going to be short with some shared code
r5020 file changeset diff or repo changeset diff igor22016-11-16T19:09:13.349611Z
 
[unravel2] -Rename: stub calls
r4875 file changeset diff or repo changeset diff igor22016-11-13T09:39:21.914711Z
 
[unravel2] -Rename: basic flag functions
r4789 file changeset diff or repo changeset diff igor22016-11-12T13:23:43.275629Z
 
[unravel2] -Rename: more hid type names
r4788 file changeset diff or repo changeset diff igor22016-11-12T12:52:53.649257Z
 
[unravel2] -Rename: more hid types
r4776 file changeset diff or repo changeset diff igor22016-11-12T11:24:29.684265Z
 
[unravel] -Rename: TextType -> pcb_text_t
r4627 file changeset diff or repo changeset diff igor22016-11-06T06:12:22.268198Z
 
[unravel] -Move: low level text draw to obj_text
r4601 file changeset diff or repo changeset diff igor22016-11-05T13:25:23.934234Z
 
[unravel] -Del: global_objs.h; object commons go in obj_common.h, many of the includes could be removed
r4590 file changeset diff or repo changeset diff igor22016-11-05T10:21:54.080352Z
 
[core] -Fix: missing include
r4588 file changeset diff or repo changeset diff igor22016-11-05T09:54:24.101988Z
 
[core] -Add: dummy draw fab layer prints a message about the module not enabled
r4587 file changeset diff or repo changeset diff igor22016-11-05T09:44:10.402025Z
 
[mods] -Move: drill.[ch] to the report plugin [mods] -Add: draw_fab plugin behind a stub, move draw fab code from core to the new plugin
r4546 file changeset diff or repo changeset diff igor22016-11-03T16:42:46.996243Z
 
[unravel] -Del: more include rationalization
r4520 file changeset diff or repo changeset diff igor22016-11-03T12:02:53.338540Z
 
[unravel] -Del: global.h
r2435 file changeset diff or repo changeset diff igor22016-08-08T04:52:59.642297Z
 
[reduce] -Del: rcs $Id$ left over from a previous VCS [reduce] -Fix: regroup copyright messages, should be on top of the file
r2024 file changeset diff or repo changeset diff igor22016-06-21T02:58:02.094533Z
 
[mods] -Cleanup: rename print.[ch] to draw_fab.[ch] - misleading name, the code doesn't do any printing but drawing the fab layer
r1022 file changeset diff or repo changeset diff igor22016-02-14T08:22:57.084131Z
 
-Cleanup: indentaton in the original code
r4 file changeset diff or repo changeset diff igor22013-08-30T15:43:54.689550Z
 
-Import: trunk from vendor, debian patched
r2 file changeset diff or repo changeset diff igor22013-08-30T15:40:02.300006Z
 
[vendor] -Add: original version from 20110918, debian patched

Command line to view the complete history:
svn log -v svn://svn.repo.hu/pcb-rnd/trunk/src/stub_draw.c