491 Commits (65f77630857ebcaa66e5c522a84b6c689d9ebbd6)

Author SHA1 Message Date
weisj 826d090b26 Replaced explicit Box construction with provided helper method. 5 years ago
weisj 7812a8cb62 Only check for neighbours if the button is a "corner" piece too. 5 years ago
weisj 4bea1eb528 Made cut/copy/paste action modifier platform dependent. 5 years ago
weisj b4deacfc9f Adjusted combobox table cell insets. 5 years ago
weisj 43dfd951dc Added improved focus border to filechooser buttons. 5 years ago
weisj 8607de3940 Improved grouped focus border painting. 5 years ago
weisj ad4e43edbc Fixed missing left side padding on menuitems without icon. 5 years ago
weisj 5b7b947d23 Fixed foreground of selected togglebutton hard to read. 5 years ago
weisj de80f2dc0c Refactored DarkFileChooserUI. 5 years ago
weisj ce9715df80 Fixed focus border for buttons with cut off border. 5 years ago
weisj 233870523b added macOS keybindings 5 years ago
weisj ec8cb6e759 Fixed NPE when checking action name. 5 years ago
weisj e9a20a7407 Fixed missing resource in IntelliJTheme 5 years ago
weisj 373995b081 Check copy/cut action based on associated input action. 5 years ago
weisj 8e5be12e0c Use container background for spinner/combo arrow background. 5 years ago
weisj 0e7c76f648 Removed blue spinner/combo background on intelliJ macos. 5 years ago
weisj dfac135a28 Fixed arrow icon layout in combobox when used in cell. 5 years ago
weisj af6e592d90 Fixed painting issue with spinner. 5 years ago
Niklas e3a7204c56 Add boolean casts to boolean interpretations of object values. This caused compile errors in the Eclipse IDE compiler 5 years ago
weisj 9b3c97398b Fixed NPE on Laf change in spinner ui. 5 years ago
Vladimir Sitnikov 4030295ce5 combobox: editable combobox does not survive LaF change 5 years ago
weisj 6b2067dbb9 Made buttons in filechooser be focus painted. 5 years ago
weisj 44e7399ad6 Improved rendering for DropShadowBorder. 5 years ago
weisj f87cf87db5 Mirror input type when converting font to macOS font. 5 years ago
weisj 94d3dba458 Made checkIcons for Menu and MenuItem explicitly empty. 5 years ago
weisj 8621d74238 Fixed class cast exception when not using the default spinner editor. 5 years ago
weisj 768c989cd2 Fixed tooltip flickering during fade-in. 5 years ago
weisj 7c760cf759 Fixed font not being an UIResource on macOS. 5 years ago
weisj 5e9521c59c Fixed background for disabled editable combobox. 5 years ago
weisj c091b4af18 Improved TitlePane border painting. 5 years ago
weisj 2be132df0a Adjustments to toggle button selected color. 5 years ago
weisj ec146a82c4 Adjusted file chooser view type icons for better contrast when selected. 5 years ago
weisj 7fb81a21ff Adjusted color of selected toggle buttons. 5 years ago
weisj 165ae5dcda Restricted control ignore check to copy action. 5 years ago
weisj 24323293f1 Added option to disable border on specific side of buttons. This allows for button groups that visually are one long buttons (e.g. they act as radio buttons). 5 years ago
weisj 6dbb65a0ab Fixed tooltip sizing issues. Improved default position of tooltips. 5 years ago
weisj eac146398b print error using logger. 5 years ago
weisj 68b85e0829 Cleaned up filechooser classes a bit. 5 years ago
weisj c2142ac873 Fixed table not updating selection background when added to component. 5 years ago
weisj dbe7c66ca4 Removed reflective access on MouseGrabber in DarkPopupMenuUI. 5 years ago
Vladimir Sitnikov 11247747a8 Use MetalLookAndFeel to get labels in FileChooser 5 years ago
Vladimir Sitnikov 3fe7403b08 Remove unnecessary reflection in DarkLaf 5 years ago
weisj e33e366adf Fixed string property for tooltip style not being respected. 5 years ago
weisj d42310f04f Fixed string VARIANT_* properties not being applied to tooltip style. 5 years ago
weisj 494bd7dcdc Added option to use ToolTipContext via client properties. If non is set and the style of the tooltip is set to BALLOON then the a default context is used. The default style is PLAIN_BALLOON which behaves as the previous BALLOON style. 5 years ago
weisj 265da0714d Made selection highlight invisible when text component doesn't have focus. 5 years ago
weisj f51aa03648 Fix java 8 incompatible code. 5 years ago
weisj 8898390a89 Paint selection background in the case of full row selection. 5 years ago
weisj 7a6481e0bf Set surrendersFocusOnKEyStroke to be true by default. 5 years ago
weisj 980f7098d5 Added more cases to ignore as edit trigger in table. 5 years ago