2022-03-25 |
ketmar | egeditor: some highlighting fixes
|
commit | commitdiff | tree |
2022-03-25 |
ketmar | srex: added URL of the original C library
|
commit | commitdiff | tree |
2022-01-16 |
ketmar | egtui: added "M-U" undo keybind
|
commit | commitdiff | tree |
2022-01-13 |
ketmar | editor: another undo fix
|
commit | commitdiff | tree |
2022-01-13 |
ketmar | editor: before making text changes, move cursor to...
|
commit | commitdiff | tree |
2022-01-06 |
ketmar | egedit: do not save cursor movement in undo -- this...
|
commit | commitdiff | tree |
2021-12-15 |
ketmar | iv.vfs: zip creator can use my dlzma instead of relying...
|
commit | commitdiff | tree |
2021-12-04 |
ketmar | removed some `pure` attr from utf8 decoder (and egedit...
|
commit | commitdiff | tree |
2021-12-04 |
ketmar | dynstring: added `byUniChar()` iterator
|
commit | commitdiff | tree |
2021-12-04 |
ketmar | egra: prepare agg mini before calling `onPaint()` ...
|
commit | commitdiff | tree |
2021-12-03 |
ketmar | egra: checkbox fixes
|
commit | commitdiff | tree |
2021-12-03 |
ketmar | egra: agg mini clipping bugfix; some fixes in widget...
|
commit | commitdiff | tree |
2021-12-03 |
ketmar | egra: added more clipping to the agg mini rasteriser...
|
commit | commitdiff | tree |
2021-12-03 |
ketmar | egra: agg mini rasteriser microoptimisations (built...
|
commit | commitdiff | tree |
2021-12-03 |
ketmar | egra: some agg mini optimisations (rendering, hittest)
|
commit | commitdiff | tree |
2021-12-03 |
ketmar | egra: agg mini cosmetix
|
commit | commitdiff | tree |
2021-12-03 |
ketmar | egra: do not record cells outside of the vertical canvas...
|
commit | commitdiff | tree |
2021-12-03 |
ketmar | egra: test cosmetix
|
commit | commitdiff | tree |
2021-12-02 |
ketmar | egra: widget fixes
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: some more agg mini code
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: added slightly faster sorter to agg mini
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: agg mini rasterizer can take solid color, fast...
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: added `egraFontSize` -- font size in percents
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: checkbox cosmetix
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: some cleanups in agg mini rasterizer
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: small optimisations in `memBlendColorCoverage...
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: disable asm optimisations with PIC code
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: more strict checks before applying asm optimisations
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: small style cosmetix
|
commit | commitdiff | tree |
2021-12-01 |
ketmar | egra: better, faster, and more flexible vertical gradients...
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: `memBlendColorCoverage()` microoptimisations
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: draw ttf glyph with vertical gradient
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: added API and demo to extract TTF outlines to...
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: added radio button widget; use agg mini to draw...
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: added very simple vertical gradient to agg mini
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: agg matrix now caches "is identity" flag
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: moved most agg drawer params to common param...
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: and more work on agg mini; cleanups, comments...
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: more agg mini cleanups (duplicated some code...
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: more agg mini fixes and cleanups
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: agg mini code cleanups
|
commit | commitdiff | tree |
2021-11-30 |
ketmar | egra: agg mini cosmetix
|
commit | commitdiff | tree |
2021-11-29 |
ketmar | erga: added agg mini hittest API
|
commit | commitdiff | tree |
2021-11-29 |
ketmar | egra: fixed rasterizer bug in agg mini (wrong comparisons...
|
commit | commitdiff | tree |
2021-11-29 |
ketmar | egra: alot of changes to agg mini
|
commit | commitdiff | tree |
2021-11-29 |
ketmar | egra: splitted agg mini to several submodules
|
commit | commitdiff | tree |
2021-11-29 |
ketmar | egra: agg mini `closePath()` fixes (yes, again ;-)
|
commit | commitdiff | tree |
2021-11-28 |
ketmar | dynstring: use unified storage for both metadata and...
|
commit | commitdiff | tree |
2021-11-28 |
ketmar | cmdcon: small fixes
|
commit | commitdiff | tree |
2021-11-28 |
ketmar | cmdcon: use spinlocks instead of mutexes
|
commit | commitdiff | tree |
2021-11-28 |
ketmar | atomic: added `atomicCompareSet()`, recursive and non...
|
commit | commitdiff | tree |
2021-11-28 |
ketmar | cmdcon: added "gc_collect" built-in command
|
commit | commitdiff | tree |
2021-11-28 |
ketmar | egra: some tests of bezier tesselators; switched to...
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | erga: agg cosmetix
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | egra: forgot to update editor widget on key event
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | egra: oops, another agg `closePath()` bug
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | (no comment)
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | egra: cosmetix
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | egra: added some useful primitives to agg drawer
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | egra: some agg microoptimisations
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | egra: added assembler-optimised span blending function...
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | egra: agg will respect clip rect now
|
commit | commitdiff | tree |
2021-11-27 |
ketmar | egra: added very minimalistic port of AGG Mini (no...
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: even more comments
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: moved "disabled" and "accept/cancel" properties...
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: cosmetix, added brief comments for most interesting...
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: ...and fix for a fix, oops
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: fixed small bug in SSE color blending
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: more small fixes; listbox now works
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: splitted widgets to package with separate submodules
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: better selectors (they can be customised with...
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: more fixes to screen rebuild posting
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: post rebuild event on minimisation (because minimised...
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | erga: some cosmetix
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | erga: use `widgetChanged()` instead of direct screen...
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: more style fixes
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | egra: added some `foreach` iterators
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | erga: switched to css-like styles (not fully debugged...
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | dynstring: cosmetix
|
commit | commitdiff | tree |
2021-11-26 |
ketmar | strex: cosmetix
|
commit | commitdiff | tree |
2021-11-25 |
ketmar | egra: more selectors code
|
commit | commitdiff | tree |
2021-11-25 |
ketmar | egra: css-like selectors experiment
|
commit | commitdiff | tree |
2021-11-25 |
ketmar | egra: use dynstrings almost everywhere
|
commit | commitdiff | tree |
2021-11-25 |
ketmar | dynstring: fixes, more functions
|
commit | commitdiff | tree |
2021-11-25 |
ketmar | unarray: cosmetic fix
|
commit | commitdiff | tree |
2021-11-25 |
ketmar | added "iv.dynstring"
|
commit | commitdiff | tree |
2021-11-25 |
ketmar | added iv.atomic
|
commit | commitdiff | tree |
2021-11-24 |
ketmar | egra: more asm microoptimisations; fixed bug in dashed...
|
commit | commitdiff | tree |
2021-11-24 |
ketmar | egra: don't use ENTER/LEAVE (because intel sux, and...
|
commit | commitdiff | tree |
2021-11-24 |
ketmar | egra: moved low-level SSE optimised code to separate...
|
commit | commitdiff | tree |
2021-11-24 |
ketmar | egra: optimised SSE memfill and colorblend
|
commit | commitdiff | tree |
2021-11-24 |
ketmar | sdpygfx: cosmetix
|
commit | commitdiff | tree |
2021-11-23 |
ketmar | egra: added delegate to check widget hotkeys
|
commit | commitdiff | tree |
2021-11-23 |
ketmar | egra: added default "accept" and "cancel" button mechanics
|
commit | commitdiff | tree |
2021-11-23 |
ketmar | egra: some X11 hacks
|
commit | commitdiff | tree |
2021-11-23 |
ketmar | egra: use X11 backend by default
|
commit | commitdiff | tree |
2021-11-23 |
ketmar | egra: YesNoWindow cosmetix
|
commit | commitdiff | tree |
2021-11-23 |
ketmar | egra: more minimised drawing cosmetix
|
commit | commitdiff | tree |
2021-11-23 |
ketmar | egra: minimised windows repaint fixes, some method...
|
commit | commitdiff | tree |
2021-11-22 |
ketmar | erga: use sse for alpha blending (last 3 pixels could...
|
commit | commitdiff | tree |