Activity for jeffhain

  • jeffhain jeffhain committed [4e95cc] on Code

    commit of version 2.1.0

  • jeffhain jeffhain committed [4315e0] on Code

    handling of class file format 64 (Java 20) : modules, records, etc.

  • jeffhain jeffhain committed [3d62a2] on Code

    test : bug JDK 8136419 fixed in JDK 9

  • jeffhain jeffhain committed [3e8dc5]

    tests : config changed for Windows 10

  • jeffhain jeffhain committed [22bc00]

    BWD : config and code mishaps

  • jeffhain jeffhain committed [334a69]

    added EMPTY_XXX_ARR, public isInPolygon()

  • jeffhain jeffhain committed [72514f]

    BWD : mouse/wheel events : upgrade, and posInClient outside of client now properly allowed (was illegitimately constrained in, and inconsistently with posInScreen) or not (to handle edge cases due to scaling)

  • jeffhain jeffhain committed [0a54ef]

    BWD impl : ScaledRectDrawer : box sampling is accurate rather than smooth

  • jeffhain jeffhain committed [d6daab]

    BWD api : added graphics.setAccurateImageScaling() and host.setAccurateClientScaling()

  • jeffhain jeffhain committed [d67581]

    BWD impl : code cleanup

  • jeffhain jeffhain committed [67e487]

    BWD impl : graphics : no internal data in toString()

  • jeffhain jeffhain committed [7f701b]

    BWD impl : accurate image scaling for AwtBwdGraphicsWithG

  • jeffhain jeffhain committed [b0b8b5]

    BWD impl : bugs corrections : scale and dirty in awt/jfx/algr

  • jeffhain jeffhain committed [43f787]

    BWD impl : image scaling : Qtj use backing when exact, and renamings

  • jeffhain jeffhain committed [321f07]

    BWD api : allowing paintClient() to return null

  • jeffhain jeffhain committed [47d72c]

    BWD impl : small cleanup of test framework

  • jeffhain jeffhain committed [9d7eb5]

    BWD api : added GPoint alternatives to (int,int)

  • jeffhain jeffhain committed [6e1c4a]

    BWD impl : simplified test framework

  • jeffhain jeffhain committed [04305a]

    BWD impl : bug correction : ScaledRectDrawer must actually allow negative dst coordinates

  • jeffhain jeffhain committed [f5a090]

    BWD impl : bugs corrections : ScaledRectDrawer infinite splitting and tests thresholds ignored

  • jeffhain jeffhain committed [d31349]

    BWD impl : workaround against bad AWT wheel events (caused event position bug, since add of pixel scaling feature)

  • jeffhain jeffhain committed [ce8410]

    BWD impl : bugs corrections (graphics life cycle(jfx,qtj,swt), pixel formats(sdl) and coords(jfx) conversions), and code/tests upgrades

  • jeffhain jeffhain committed [abaafe]

    BWD api : GRect.overlaps(4int), and g.finish() spec

  • jeffhain jeffhain committed [4835e2]

    BWD impl : added smooth image scaling (off by default), and no longer using JavaFX blurry algorithm on growth

  • jeffhain jeffhain committed [c8adbb]

    BWD impl : added scaling, BWD api : added methods

  • jeffhain jeffhain committed [fc85b8]

    NbrsUtils : added requireXxx() methods, and renamed checkIsXxx() methods

  • jeffhain jeffhain committed [191d1f]

    renamed NumbersUtils into NbrsUtils

  • jeffhain jeffhain committed [f69683]

    BWD ext : upgraded ClientBoundsDragHelper

  • jeffhain jeffhain committed [f1d6d8]

    imports cleanup

  • jeffhain jeffhain committed [a3f066]

    BWD api : added simpler newFontXxx methods

  • jeffhain jeffhain committed [060569]

    HardScheduler : timed fairness

  • jeffhain jeffhain committed [cf061e]

    BWD api : repeating key pressed events

  • jeffhain jeffhain committed [1b2818]

    moved OsUtils from BWD impls to lang

  • jeffhain jeffhain committed [29fd63]

    BWD ext : moved host supplier and drag utilities to there

  • jeffhain jeffhain committed [a91448]

    BWD ext : package info (separate commit else git thinks rename)

  • jeffhain jeffhain committed [974369]

    loosier process repetitions, and related code upgrades

  • jeffhain jeffhain committed [4305a5]

    BWD api : renamed fontXxx() getters into xxx()

  • jeffhain jeffhain committed [dbdc8a]

    TestUtils : added newRandom123456789L()

  • jeffhain jeffhain committed [6a325e]

    little code/docs upgrades

  • jeffhain jeffhain committed [b54fea]

    BWD api : added newChildGraphics(GRect,GRect)

  • jeffhain jeffhain committed [abf787]

    little tests upgrades, with semicolon CP_SEP only for Windows

  • jeffhain jeffhain committed [b098b8]

    code tiny upgrades, removed AllTests

  • jeffhain jeffhain committed [047679]

    added Automatic-Module-Name in manifest

  • jeffhain jeffhain committed [e78e7c]

    markdowned README

  • jeffhain jeffhain committed [6c9de3]

    build: proper classpath separator for non-Windows

  • jeffhain jeffhain committed [d7d2a7]

    commit of version 2.3.2

  • jeffhain jeffhain committed [e38e07]

    corrected classpath separator issue on non-Windows platforms

  • jeffhain jeffhain committed [3fc8f0]

    upgraded javadoc and tests for byte size computations

  • jeffhain jeffhain committed [28a474]

    commit of version 2.0.1

  • jeffhain jeffhain committed [b53128]

    BWD impl : JavaFX shift issue with huge coords possibly pinpointed

  • jeffhain jeffhain committed [4de1b8]

    BWD impls : polygon filling internals upgrade

  • jeffhain jeffhain committed [1ea667]

    BWD impls : oval/arc drawing/filling huge speed-up (poly)

  • jeffhain jeffhain committed [8e5540]

    BWD impls : polygon filling speed-up (row min/max)

  • jeffhain jeffhain committed [801a13]

    BWD impls : polygon filling speed-up (hot spot extraction)

  • jeffhain jeffhain committed [91ac8f]

    BWD impls : polygon filling speed-up (flagOffset)

  • jeffhain jeffhain committed [38f661]

    BWD graphics api : pixel num not to be updated for plain pattern

  • jeffhain jeffhain committed [1e766b]

    BWD graphics api : added drawPolyline() (+missed qtj pixel num)

  • jeffhain jeffhain committed [f4e4b5]

    BWD impls : cleanuptorings before oval/arcs deslowing

  • jeffhain jeffhain committed [124f22]

    BWD impls : arcs draw/fill less slow when not small

  • jeffhain jeffhain committed [027e85]

    BWD impl : new issue discovered with AWT events

  • jeffhain jeffhain committed [157427]

    BWD api : added GRect.minSpan() and maxSpan()

  • jeffhain jeffhain committed [ce6dc9]

    BWD impls : line drawing could leak out when clipping huge coordinates

  • jeffhain jeffhain committed [db344c]

    BWD api : added drawPolygon() and fillPolygon()

  • jeffhain jeffhain committed [79981d]

    BWD readme : we now have offscreen (writable) images

  • jeffhain jeffhain committed [5a9f5e]

    BWD api : paintClient() now called within init()/finish()

  • jeffhain jeffhain committed [f933c3]

    BWD qtj graphics : allow for interleaved usage

  • jeffhain jeffhain committed [5b8791]

    BWD graphics api : added reset()

  • jeffhain jeffhain committed [9e79cf]

    BWD impls : optimized color setting overhead and BwdColor.toArgb32()

  • jeffhain jeffhain committed [f91d19]

    upgraded tests utils

  • jeffhain jeffhain committed [c0648d]

    BWD impls : HardScheduler for prlizer, and plenty little cleanups

  • jeffhain jeffhain committed [cb6801]

    BWD impls : various code and features upgrades and cleanups

  • jeffhain jeffhain committed [4746c2]

    BWD impls : renamings before adding writable images

  • jeffhain jeffhain committed [2d9cb9]

    BWD impls : abstract graphic buffer renaming

  • jeffhain jeffhain committed [7911ba]

    BWD : added writable images

  • jeffhain jeffhain committed [c92789]

    BWD api : added AbstractBwdClient

  • jeffhain jeffhain committed [472723]

    added NumbersUtils.toStringHex() methods

  • jeffhain jeffhain committed [406414]

    BWD api : graphics methods renamings to make it usable to draw on images

  • jeffhain jeffhain committed [d36774]

    BWD graphics impls : optimized text drawing

  • jeffhain jeffhain committed [c69994]

    BWD api : added GRect.area() and areaLong()

  • jeffhain jeffhain committed [779a22]

    BWD tests : added some and little refactorings

  • jeffhain jeffhain committed [cdcf34]

    BWD api/impls : xRoll() and yRoll() not both zero, javadoc upgrades

  • jeffhain jeffhain committed [908455]

    BWD api : added methods, renamed some

  • jeffhain jeffhain committed [e3522a]

    exceptions : anti suppressions swallowings

  • jeffhain jeffhain committed [2d7b47]

    comments/internals : interrupt instead of interruption

  • jeffhain jeffhain committed [1d97f3]

    added screenshots

  • jeffhain jeffhain committed [1a9c5e]

    finals for Java 7 or less

  • jeffhain jeffhain committed [22a924]

    restored parallelism for related tests

  • jeffhain jeffhain committed [5274ba]

    BWD graphics impls : optimized creation and init

  • jeffhain jeffhain committed [c06a9c]

    copyrights years updates, comments upgrades

  • jeffhain jeffhain committed [36c353]

    added screenshots of BWD tests

  • jeffhain jeffhain committed [4a97d0]

    README update

  • jeffhain jeffhain committed [83141d]

    minor code and comments upgrades

  • jeffhain jeffhain committed [15bdf1]

    scheduling redesign

  • jeffhain jeffhain committed [4f1e50]

    default BWD bindings configs : no parallelism

  • jeffhain jeffhain committed [2d5336]

    AWT BWD binding : guard against spurious wheel events on Mac

  • jeffhain jeffhain committed [dab61e]

    HardScheduler zombie workers bug, and cleanups

  • jeffhain jeffhain committed [040175]

    commit of version 0.1

  • jeffhain jeffhain committed [00ae4d]

    modifs for V2 : API and impl

  • jeffhain jeffhain committed [43676d]

    modifs for V2 : overrides

  • jeffhain jeffhain committed [a18820]

    commit of version 2.0

1 >
MongoDB Logo MongoDB