Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Track changes in cairo API to bring forward to be compatible with cairo
1.0.x. Remove some unused variables.
Add missing includes of cairo-xlib.h, X11/Xutil.h, and string.h.
Add missing return value and remove unused variables.
|
|
Add cap styles, widget shapes, text alignment and arcs Change
circle/ellipse API.
Capture button events.
Use Lozenge shape for output
Drag lines with the mouse
drag splines with the mouse
move '1' right a bit
Convert dispatch result to boool
was mis-computing delegate and crashing when window->event was NULL
Map X button info to twin mask
draw different stuff.
|
|
Convert to a widget
Always paint background, even if transparent
show clock widget
|
|
Change type name from twin_layout_t to twin_box_dir_t Create new
twin_widget_layout_t holding layout preferences. Add copy_geom field to
widget to make widgets look the same Add button signals and signal
proc. Fix box layout to sum stretch along axis and minimize normal
Add calculator demo
|
|
Change order of timeout vs work, making work come last as that's where
redisplay occurs.
Oops. Argument order wrong in twin_pixmap_damage call
Make button italic to test
Change names of formals to match prototype
|
|
Snap origin to pixel grid
Strip newline from ctime output
|
|
Grab button down inside client area. Add button widget
Test button widget
Permit subclassing; add offset to make text shift in button
Add _twin_widget_contains to test inclusion
Grab button down inside client area
Make hello window larger
|
|
Fix numbers to have the same width.
Add new relative-origin clip setting function
Change enumerated constants to include Twin prefix
Add new widget-based demo
Start widget based demo
|
|
stuff
Split demos into separate files
Make drawing origin match clip rectangle.
twin_fedit Add glyph editor to CVS to preserve it
Add scalable icons
Separate 'closing' a subpath from 'finishing' a subpath; the former adds a
point back to the start while the latter just leaves the path unclosed
and prepares for a new subpath.
Eliminate locking, add clipping.
Clean up title drawing, use clipping
Eliminate locking, use dispatch stuff
|
|
Add screen backgrounds
Eliminate spurious border bits
Add text display applet
|
|
including titles. Default event dispatcher does restacking and motion.
|
|
Rework snapping to correctly snap vertical and horizontal text on pixel
boundaries.
Change clock watermark
|
|
Fix angular problems in hand position by rotating everything 90 degrees.
|
|
Oops -- overflow not handled correctly in distance functions.
Replace new glyphs with versions using splines.
Whack around the default presentation a bit more
|
|
Change glyph representation to allow splines and include metrics.
Add some new helper functions.
Expose _twin_path_scurve for glyphs
Increase sin table precision.
Fix off-by-one error in y position. Lock screen while adding expose damage
Change clock appearance. Use corrected glyph metrics
|
|
Add twin_int_to_fixed. Inline twin_fixed_mul and twin_fixed_div using
int64_t. Add twin_text_metrics_utf8. Hard-code the max number of
vertices in a glyph. Set various ICCCM properties to make X wms happy.
Use better approximation of ellipse major axis radius when drawing circles.
Compiler warning.
Delete duplicate twin_over definition
Allow for multiple clocks, and add watermark. Note that text metrics are
quite broken currently.
|
|
Add helper functions
Lock pixmaps during drawing
Disable screen updates while applications are busy
Add threads to manage events and redisplay
Paint a clock
|
|
Reimplement text snapping. Note that things are snapped to user units, not
pixels. Snapping to pixels requires some thought about rotating
transformations.
Oops. Closed paths don't necessarily need to join ends, but circles do.
Random new tests.
|
|
colinear with extreme. Note that text snapping is currently broken.
|
|
accept that the resulting path isn't minimal in all cases. This
eliminates the weird results from said attempted minimal path with
large pens and small curves. It also eliminated a lot of extra code
from this function.
Fix font baseline value (should be 9). Take pen size into account when
computing positions so that glyphs rest on the baseline instead of
painting on top of it.
Show baseline in huge text sample
|
|
paths and attempt to construct two disjoint paths as their convolution
with the pen. This appears to break when the path has a radius of
curvature smaller than the radius of the pen. I'm committing it to CVS
mostly so I don't lose the code; I will shortly commit a patch which
eliminates the check for a closed path.
Oh, one correct change is to _twin_path_leftpoint which used to try to be
clever about point selection. Now that pens are forced to be convex,
the correct point to use is the one furthest from the line.
Ignore subpaths containing a single point. Add 'twin_path_append' to glue
one path into another.
Add debug output that shows vertices of polygons
Code to test convolution change mentioned above
|
|
|
|
some dead code. Try to adjust width computations a bit. Still not
right.
draw in more colors
|
|
Finish needed stroke font API.
Elimiate all but ascii glyphs, use offset table to eliminate table of
pointers (which can't be const)
Remove twin_vera.c
Change glyph structures around for offsets and ascii only
Few more cases to show ascii text support
|
|
convex shapes so that the convolution algorithm works correctly.
Reduce default tolerance to 1/16 of a pixel
Use convex hull of pen.
Snap horizontal and vertical elements of glyphs to pixel boundaries. Snap
stem widths to integer amounts. Add slanting and emboldening
Add space and box
Avoid using __inline as it increases size dramatically
Use <= tolerance_squared as that may be zero
Swizzle code to show off recent changes
|
|
twin_path_cur_point
fix twin_path_step to actually handle duplicate points. Change 'clockwise'
to 'around_order' so that all three possible results are returned
(clockwise, parallel and counterclockwise) Handle disjoint strokes
Add outline and stroke font support (pick one and remove the other)
Huge array of stroke fonts from Hershey. Pick appropriate subset and remove
extra glyphs (there are a lot here)
Eliminate repeated move and close, eliminate duplicate draw.
Add support for 1, 4, 16 and 64 samples. 16 appears to be the magic sweet
spot.
Convert "real" outline fonts to twin built-ins
Converted version of Bitstream Vera Sans Roman
|
|
Find pen starting point as closest to the normal to the path. Restructure
convolve loop to be easier to understand
Round circle coordinates instead of truncating them
Move sample grid by 1/2 sample step. Clip polygons to mask pixmap. Modest
performance improvement in span filling. Fix end case to remove edges
before stepping.
Stroke a path.
|
|
Move shared geometric functions to new file
Add twin_path_circle to generate pens. Fix path edge generator to handle
last subpath right.
Skip vertices which don't span a sample row
test convolutions
Add .cvsignore file
Mention path primitives
Add paths
Eliminate some unused variables.
Simple path construction
Anti-aliased polygon fill code
Change twin_bool to twin_bool_t
Append cubic Bézier splines to paths
Test paths
|
|
|