Delyan Angelov
|
344f7ccdcb
|
examples,gg: add examples/gg/grid_of_rectangles.v; add gg.Context.draw_rect_filled_no_context/5 and gg.Context.draw_rect_empty_no_context/5
|
2025-09-01 23:28:47 +03:00 |
|
Eliyaan (Nopana)
|
bbb61ab368
|
gg, gx: deprecate gx and replace all occurences with gg (which now contains all the functionality of gx ) (#24966)
|
2025-08-14 19:53:56 +03:00 |
|
tzSharing
|
a2f65c6977
|
gg: improve drawing effect and logic of draw_rounded_rect_empty (#25062)
|
2025-08-08 09:01:06 +03:00 |
|
Delyan Angelov
|
0ad74ded92
|
gg: make draw_rect_empty/5 draw more exact borders, independent of the device, and fitting the draw_rect_filled/5 shapes (#24024)
|
2025-03-23 21:38:15 +02:00 |
|
yuyi
|
008aaad999
|
fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185)
|
2024-09-10 11:25:56 +03:00 |
|
Delyan Angelov
|
d43f0e457c
|
gg: add an optional size: parameter to the .draw_pixels and .draw_pixel methods (defaults to 1.0)
|
2024-07-31 21:54:53 +03:00 |
|
yuyi
|
209063ffd0
|
fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782)
|
2024-07-02 23:10:00 +03:00 |
|
Delyan Angelov
|
4c42fe3420
|
gg: add Context.draw_cubic_bezier_recursive/2 and Context.draw_cubic_bezier_recursive_scalar/9 (#21749)
|
2024-06-28 08:30:45 +03:00 |
|
Turiiya
|
1a35a783f1
|
breaking,checker: disallow initializing private struct fields outside structs module (#21183)
|
2024-04-12 13:53:02 +03:00 |
|
Turiiya
|
9704a01406
|
parser: fix case of falsely registering imports as used, remove unused imports (#21156)
|
2024-04-01 19:46:50 +03:00 |
|
Alexander Medvednikov
|
acf0107493
|
builtin: str.last_index(); pref: hide-auto-str;
|
2024-03-28 18:26:30 +03:00 |
|
Alexander Medvednikov
|
b2df3264a7
|
gg: fix empty circle in native; http: post_form_with_cookies; veb: print veb action in html errors
|
2024-03-11 18:21:06 +03:00 |
|
Anton
|
763f94388b
|
all: update copyright year (#20334)
|
2024-01-01 23:29:54 +02:00 |
|
Larpon
|
6d0d82dbb9
|
gg: fix overlapping slices in draw_slice_filled() (#20182)
|
2023-12-15 19:31:33 +02:00 |
|
Alexander Medvednikov
|
01e6f6473b
|
gg: set_window_title; macos img fix; gx: color fixes; strings: Builder.writeln_string
|
2023-11-22 03:10:34 +03:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Turiiya
|
f98bb863ab
|
vlib: fix typos and formatting (#19649)
|
2023-10-25 11:19:56 +03:00 |
|
Delyan Angelov
|
2af135d716
|
gg: fix the alignment of the bottom border of draw_rounded_rect_empty on macos and linux
|
2023-10-13 01:40:34 +03:00 |
|
Adam Oates
|
11e67a1a5f
|
gg: fix draw_rounded_rect_empty (fixes #19470) (#19552)
|
2023-10-12 03:18:42 +03:00 |
|
Alexander Medvednikov
|
83067667c7
|
checker: improve -line-info
|
2023-08-14 09:37:46 +03:00 |
|
Delyan Angelov
|
41f99c1abf
|
tools: add cmd/tools/show_ancient_deprecations.v, to cleanup ancient functionality, deprecated over an year ago (#18946)
|
2023-07-22 19:13:58 +03:00 |
|
Alexander Medvednikov
|
6756d28595
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
|
Junko
|
5bb058e35b
|
gg: revamp the Context pipeline for more effects, implement an additive effect (#16394)
|
2022-11-12 09:39:18 +02:00 |
|
Tim Marston
|
66249b8c45
|
gg: radius_to_segments() should use Context.scale (#15906)
|
2022-09-28 10:40:40 +03:00 |
|
Tim Marston
|
089e89f865
|
gg: improve arc/slice drawing (#15856)
|
2022-09-25 15:22:10 +03:00 |
|
Alexander Medvednikov
|
5a3a145e99
|
gg: fix native draw_circle on macos
|
2022-07-25 17:25:47 +03:00 |
|
Emirhan Yener
|
6b2d3a826b
|
gg: add draw_polygon_filled fn with rotation parameter (#14867)
|
2022-06-27 21:34:43 +03:00 |
|
Emirhan Yener
|
d42aadda0f
|
gg: fix draw arch functions alpha color (#14850)
|
2022-06-26 00:03:43 +03:00 |
|
tzSharing
|
eb03fad934
|
gg: improve some loops in draw_rounded_rect* methods (#14195)
|
2022-04-27 22:57:48 +03:00 |
|
tzSharing
|
85f616877f
|
gg: fix gg.draw_rounded_rect_empty() graphical abnormalities and some optimizations (#14186)
|
2022-04-27 11:22:57 +03:00 |
|
tzSharing
|
03d21a727e
|
gg: fix gg.draw_rounded_rect_filled() graphical abnormalities (#14128)
|
2022-04-22 00:16:10 +03:00 |
|
Larpon
|
aa9e2ebb25
|
gg: document all draw functions (#13931)
|
2022-04-04 18:09:19 +03:00 |
|
Delyan Angelov
|
2d184559b6
|
ci: fix failing draw_fns_api_test.v on macos (after rename)
|
2022-01-26 15:32:06 +02:00 |
|
Delyan Angelov
|
0979723636
|
gg: improve small circle (r<20) looks
|
2022-01-26 10:32:14 +02:00 |
|
kahsa
|
387b2db658
|
gg: cleanup reordering for readablity (#13258)
|
2022-01-24 14:12:34 +02:00 |
|