Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
oj-libjdwp
/
3ccf8d3730faf32f19aa91d49bcc423681066e46
3ccf8d3
Updated IDEA project
by Alexey Ushakov
· 9 years ago
004c4e4
Include "windows" module to IDEA project
by Anton Tarasov
· 9 years ago
42e6d3c
IDEA-157062 AIOOBE at StandardGlyphVector.getLogicalBounds
by Dmitry Batrak
· 9 years ago
594baee
IDEA-156975 CCE: GraphicsDDelegate.drawPolygon
by Alexey Ushakov
· 9 years ago
a4eff38
Added regression tests module into IDEA project
by Alexey Ushakov
· 9 years ago
6048ac6
IDEA-156971 "Enable font ligatures" breaks italic font option
by Dmitry Batrak
· 9 years ago
eb59372
IDEA-156975 CCE: GraphicsDDelegate.drawPolygon
by Alexey Ushakov
· 9 years ago
6dc8a99
IDEA-155423 [follow-up]
by Anton Tarasov
· 9 years ago
99dc46b
Updated Idea project for OSX
by Alexey Ushakov
· 9 years ago
07c22b0
Added idea project for OSX
by Alexey Ushakov
· 9 years ago
78c22bb
IDEA-156490 Closing a full screen project on OSX doesn't leaves a blank desktop which cannot be closed
by Denis Fokin
· 9 years ago
1881774
IDEA-146095 Code paste causes IllegalArgumentException (backport of JDK-8130242)
by Dmitry Batrak
· 9 years ago
5c9e559
IDEA-136202 Smart quotes aren't monospace in editor tab font (backport of JDK-8073400)
by Dmitry Batrak
· 9 years ago
ea375b9
IDEA-155938 Native memory leak in Harfbuzz integration code
by Dmitry Batrak
· 9 years ago
dfe387f
update icons
by Konstantin Bulenkov
· 9 years ago
0246dd4
IDEA-155347 On Ubuntu with High DPI tooltip font is too thick when the tooltip is fading in and out
by Alexey Ushakov
· 9 years ago
975e33c
IDEA-139971 Cannot use IDEA and Dragon Naturally Speaking together
by Anton Tarasov
· 9 years ago
56b7431
IDEA-155423 [mac] jdk/test/java/awt/Window/WindowsLeak fails
by Anton Tarasov
· 9 years ago
405a1eb
IDEA-154765 Handler for a force click in Magic Trackpad 2 on Mac
by Denis Fokin
· 9 years ago
78bbdaf
IDEA-155290 [mac] AWTWindow sendEvent leaks "platformWindow" jobject
by Anton Tarasov
· 9 years ago
9b76b24
IDEA-154721 [follow-up] sun.lwawt.macosx.CAccessible leaks
by Anton Tarasov
· 9 years ago
98e6f0b
(mac) 7 & 8 JDialog jumps to the owner's monitor
by Denis Fokin
· 9 years ago
fb503c9
IDEA-151619 CLion EAP fails to start with missing symbol: FT_Library_setLcdFilter
by Alexey Ushakov
· 9 years ago
c4e0d86
IDEA-154721 [follow-up] sun.lwawt.macosx.CAccessible leaks
by Anton Tarasov
· 9 years ago
967f77f
IDEA-151619 CLion EAP fails to start with missing symbol: FT_Library_setLcdFilter
by Alexey Ushakov
· 9 years ago
82455e2
IDEA-154721 [follow-up] sun.lwawt.macosx.CAccessible leaks
by Anton Tarasov
· 9 years ago
03c46db
IDEA-151619 CLion EAP fails to start with missing symbol: FT_Library_setLcdFilter
by Alexey Ushakov
· 9 years ago
a094e96
IDEA-151619 CLion EAP fails to start with missing symbol: FT_Library_setLcdFilter
by Alexey Ushakov
· 9 years ago
c790402
IDEA-98422 Incorrectly displays = as - when using Inconsolata font on new versions of IDEs (backport of JDK-8146035 from JDK 9)
by Dmitry Batrak
· 9 years ago
216f695
IDEA-154721 sun.lwawt.macosx.CAccessible leaks
by Anton Tarasov
· 9 years ago
f09fd0d
IDEA-153206 2016.1 chooses Bold variation of Consolas font
by Dmitry Batrak
· 9 years ago
41c8f47
IDEA-153798 CCE (in casting to XRSurfaceData) in rendering
by Alexey Ushakov
· 9 years ago
01abac6
add missing copyright header
by Dmitry Batrak
· 9 years ago
7a965ee
IDEA-152816, IDEA-152454 fix text rendering issues (text cutoff and incorrect rendering in editor fragment components)
by Dmitry Batrak
· 9 years ago
eabb719
IDEA-151425 LCD text is incorrectly rendered when hinting is enabled
by Alexey Ushakov
· 9 years ago
e05fc39
IDEA-153474 let JDK detect Xft.dpi value on non-GTK Linux DEs
by Anton Tarasov
· 9 years ago
897683a
restore FT_LOAD_NO_BITMAP flag when requesting glyph outline (removed in commit 6ece8e6)
by Dmitry Batrak
· 9 years ago
c3fa8ea
backport of JDK-8151110 from JDK 9
by Dmitry Batrak
· 9 years ago
733ec1f
better synchronization for strike cache accesses
by Dmitry Batrak
· 9 years ago
970ab5a
fix glyph-to-char mapping for results returned by Harfbuzz
by Dmitry Batrak
· 9 years ago
d177d32
enable Harfbuzz by default
by Dmitry Batrak
· 9 years ago
373b766
VM option to disable Mac OS font fix (JDK-7162125)
by Dmitry Batrak
· 9 years ago
af9e306
optimize usage of Harfbuzz - follow-up commit - making it also work for AAT fonts on Mac OS
by Dmitry Batrak
· 9 years ago
e3db506
reimplement JDK-7162125 to fix JDK-8147002
by Dmitry Batrak
· 9 years ago
ef43df6
backport original fix for JDK-7162125 from JDK 9
by Dmitry Batrak
· 9 years ago
9c01238
fix native font fallback on Mac OS for surrogate pairs
by Dmitry Batrak
· 9 years ago
c7e77b9
Revert: 8074481: [macosx] Menu items are appearing on top of other windows
by Denis Fokin
· 9 years ago
76f5df4
IDEA-139791 Wrong cursor in OS X Yosemite
by Denis Fokin
· 9 years ago
118baa1
6961123: setWMClass fails to null-terminate WM_CLASS string Reviewed-by: serb
by Alexey Ushakov
· 9 years ago
6ef74bc
Reverted rejectFocusRequest changes because of performance problems
by Alexey Ushakov
· 9 years ago
726a0c7
Resolved OSX focus problems because of merge with latest JDK changes
by Alexey Ushakov
· 9 years ago
9bef1bf
fix JNI_OnUnload definition
by Anton Tarasov
· 9 years ago
44e9757
IDEA-152524 [define TRUE/FALSE]
by Anton Tarasov
· 9 years ago
02bda14
IDEA-152524 can't compile fontconfig changes on Windows
by Anton Tarasov
· 9 years ago
1dde981
backport of JDK-8144858 from JDK 9 (fix compilation under VS2010)
by Dmitry Batrak
· 9 years ago
a0d02aa
use Disposer to reclaim memory used by harfbuzz face object, instead of finalize method (following JR-CR-1)
by Dmitry Batrak
· 9 years ago
8c2c287
optimize usage of Harfbuzz - create hb_face_t instance only once for each Font2D instance
by Dmitry Batrak
· 9 years ago
249edc9
migration from ICU to Harfbuzz - backported from JDK 9
by Dmitry Batrak
· 9 years ago
e785d18
Resolved merge conflicts
by Alexey Ushakov
· 9 years ago
68b755c
Merged changes from default
by Alexey Ushakov
· 9 years ago
39e6d11
Typo in logging
by Denis S. Fokin
· 9 years ago
32138d4
Sometimes focus can be passed to a blocked Dialog owner.
by Denis S. Fokin
· 9 years ago
351e40b
Merge with Anton and Alexey fixes
by Denis S. Fokin
· 9 years ago
8caf1e0
Revert: 8033000: No Horizontal Mouse Wheel Support In BasicScrollPaneUI
by Denis S. Fokin
· 9 years ago
c9483b5
Merge with jdk8u76-b03
by Alexey Ushakov
· 9 years ago
02f9a5f
IDEA-148854: AppCode crashes randomly every 15 mins or so
by "Anton Tarasov ext:(%22)
· 9 years ago
252d8cd
Added tag jdk8u76-b03 for changeset 8bef978e2374
by asaha
· 9 years ago
e5ea433
Merge
by asaha
· 9 years ago
96870e7
Merge
by asaha
· 9 years ago
5d71493
Merge
by asaha
· 9 years ago
cae966e
Added tag jdk8u76-b02 for changeset 4de4cffb5988
by asaha
· 9 years ago
7ae5bec
IDEA-149882 Issue with fonts in Ubuntu 12.04
by Alexey Ushakov
· 9 years ago
deb7383
Revert of JDK-7162125 because of found regressions
by Denis S. Fokin
· 9 years ago
69e76eb
IDEA-148133 [IU-143.382] [MacOS] IDEA crashes regularly
by Alexey Ushakov
· 9 years ago
725e796
IDEA-148133 [IU-143.382] [MacOS] IDEA crashes regularly
by Alexey Ushakov
· 9 years ago
863b8e7
IDEA-148133 [IU-143.382] [MacOS] IDEA crashes regularly
by Alexey Ushakov
· 9 years ago
858296a
Temporrary workaround for IDEA-148133
by Denis S. Fokin
· 9 years ago
30ff514
Merge
by robm
· 9 years ago
b6f0acd
Added tag jdk8u72-b15 for changeset f3e86cc60726
by asaha
· 9 years ago
8743899
Merge
by asaha
· 9 years ago
46f6fb4
Added tag jdk8u71-b15 for changeset 06e7500086a6
by asaha
· 9 years ago
0d62ffc
8145551: Test failed with Crash for Improved font lookups
by aivanov
· 9 years ago
a9ad9fb
Added tag jdk8u76-b01 for changeset 6ea3aea950d1
by asaha
· 9 years ago
3a66c2c
Added tag jdk8u72-b14 for changeset f6d24d424cd2
by asaha
· 9 years ago
6e8cb6c
Merge
by asaha
· 9 years ago
383b90b
Added tag jdk8u71-b14 for changeset 1ad1d1b46fef
by asaha
· 9 years ago
f7991f2
Merge
by dcubed
· 9 years ago
a6738d3
8044363: Remove special build options for unpack200 executable
by gthornbr
· 9 years ago
0e0894c
8139436: sun.security.mscapi.KeyStore might load incomplete data
by clanger
· 9 years ago
572cad5
8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
by vlivanov
· 9 years ago
6855dcb
8144773: Further reduce use of MD5 Reviewed-by: mullan, wetmore, jnimeh, ahgross
by igerasim
· 9 years ago
76c8d20
Added tag jdk8u72-b13 for changeset d841d3fdae44
by asaha
· 9 years ago
b7db1c7
Merge
by asaha
· 9 years ago
33a7bad
Added tag jdk8u71-b13 for changeset 23a6e0931277
by asaha
· 9 years ago
23fc532
Backport of 7162125
by Denis S. Fokin
· 9 years ago
452b83f
IDEA-57233 Editor font antialising/appearance problems on Linux
by Alexey Ushakov
· 9 years ago
1d72d13
8145017: Add support for 3 digit hotspot minor version numbers
by robm
· 9 years ago
13648f5
8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
by dbuck
· 9 years ago
27f15a4
8137106: EUDC (End User Defined Characters) are not displayed on Windows with Java 8u60+
by dbuck
· 9 years ago
307f706
8144955: Wrong changes were pushed with 8143942 Reviewed-by: prr, serb
by azvegint
· 9 years ago
Next »