aboutsummaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2020-12-30Update to CEF version 87.1.12+g03f9336+chromium-87.0.4280.88Marshall Greenblatt
2020-11-05Update URL for CEF downloadsMarshall Greenblatt
2020-10-29Add undo, redo, cut, copy and paste methods to CefFrameArtem Kileev
2020-10-29Add CefRequestHandler::onOpenURLFromTab methodArtem Kileev
2020-10-29Mac: Fix crash on exception: The layout constraints still need update (issue ...Anton Tarasov
2020-10-01Add reparenting support for OSR browsersMarshall Greenblatt
2020-08-31Add ability to take OSR screenshots and fix OSR scaling (fixes issue #92, see...Rene Schneider
2020-07-31Don't forward calls to close or setParent during shutdownMarshall Greenblatt
2020-06-30Update to CEF version 83.4.0+gfd6631b+chromium-83.0.4103.106Marshall Greenblatt
2020-06-30Fix browser scaling with Java 9+ (fixes issue #343)Marshall Greenblatt
2020-06-30Add support for Java 11 through 14 (fixes issue #314)Rene Schneider
2020-05-21Fix empty contents when moving an OSR window between displays.Marshall Greenblatt
2020-04-27Update to CEF version 81.2.24+gc0b313d+chromium-81.0.4044.113Marshall Greenblatt
2020-02-27Update to CEF version 80.0.4+g74f7b0c+chromium-80.0.3987.122Rene Schneider
2020-02-24macOS: Support command-line configuration of framework-dir-path (see issue #109)Marshall Greenblatt
2020-02-17Fix NPE in OSR onPaint during close().Joe Lauer
2020-02-17Add SystemBootstrap class to support custom implementation of loadLibrary.Joe Lauer
2019-10-29Update to CEF version 78.2.7+g9cd8bac+chromium-78.0.3904.70Marshall Greenblatt
2019-09-30Update to CEF version 76.1.13+gf19c584+chromium-76.0.3809.132Marshall Greenblatt
2019-08-28Convert request-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-28Align with net error codes in cef_net_error_list.h (fixes issue #348)Max Senft
2019-08-28Convert frame-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-28Convert plugin-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-27Convert routing-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-27Convert print-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-26Convert dialog-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-26Convert CefCommandLine class to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-26Convert download-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-07-02Update to CEF version 75.0.13+g2c92fcd+chromium-75.0.3770.100Marshall Greenblatt
2019-07-01Introduce scoped helpers to avoid JNI reference leaks and simplify code (see ...Marshall Greenblatt
2019-07-01Add initial JUnit test support (see issue #339).Marshall Greenblatt
2019-05-21Linux: Add support for drag&drop of external files with off-screen rendering ...Marshall Greenblatt
2019-04-24Update to the new CEF versioning scheme (CEF issue 2596)Rene Schneider
2019-03-20Update to CEF version 3.3683.1920.g9f41a27Rene Schneider
2019-03-08Fixed several JNI and Java memory leaks (issue #326)Christian Sommer
2019-02-08macOS: Fix build errors due to CEF updateMarshall Greenblatt
2019-02-08Windows: fix blue-tinted rendering in OSR mode (issue #313)Rene Schneider
2019-02-08Adjust position of HTML Select popup on window movement (issue #165)Christian Sommer
2019-02-08Fix focus switching between browser and address bar in example appsMarshall Greenblatt
2019-02-08Fix ControlPanel update in detailed exampleMarshall Greenblatt
2018-12-06Add CefLifeSpanHandler.onAfterParentChanged notification.Marshall Greenblatt
2018-12-04Simplify reparent exampleMarshall Greenblatt
2018-11-16Update to CEF version 3.3538.1852.gcb937fcMarshall Greenblatt
2018-11-01Don't continuously set focus after createImmediatelyMarshall Greenblatt
2018-10-18Fix deadlock in createImmediatelyMarshall Greenblatt
2018-09-24Fix deadlock in SetParent when creating browsers immediatelyMarshall Greenblatt
2018-09-24Make immediate browser creation optional via CefBrowser.createImmediatelyMarshall Greenblatt
2018-09-24Create native browser immediately on CefBrowser creationMarshall Greenblatt
2018-09-21Linux: Add support for windowed rendering (issue #312)Rene Schneider
2018-07-24jogamp: Update to version 2.3.2Marshall Greenblatt