0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 2 years ago.
Jan 17, 2021 — Jan 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix case where JOptionPane could pass a null
asvitkine
as shadowknight23
More... over 7 years ago
Updated jars, built from TOT.
asvitkine
as shadowknight23
More... about 10 years ago
Fix some style issues in SwingUtilities.java and
asvitkine
as shadowknight23
More... about 10 years ago
support insets in GridLayout and add a default
asvitkine
as shadowknight23
More... about 10 years ago
forgot to land this in the previous commit
asvitkine
as shadowknight23
More... about 10 years ago
fix issue with invalidate() where layout of parent
asvitkine
as shadowknight23
More... about 10 years ago
switch JOptionPane to keeping its own mapping
asvitkine
as shadowknight23
More... about 10 years ago
clean up client property code; use a hashmap instead of a hashtable
asvitkine
as shadowknight23
More... about 10 years ago
make our joptionpane dialogs modal and remove
asvitkine
as shadowknight23
More... about 10 years ago
remove accidental print statement
asvitkine
as shadowknight23
More... about 10 years ago
make Component.getFont() return the system font
asvitkine
as shadowknight23
More... about 10 years ago
fix tabbed pane preferred size calculation;
asvitkine
as shadowknight23
More... about 10 years ago
add support for using JOptionPane as a component
asvitkine
as shadowknight23
More... about 10 years ago
fix a couple issues with dialogs closing
asvitkine
as shadowknight23
More... about 10 years ago
cleanup: rewrite logic to avoid an extra inner
asvitkine
as shadowknight23
More... about 10 years ago
move property change stuff from JComponent to Component
asvitkine
as shadowknight23
More... about 10 years ago
work around swt default button issue
asvitkine
as shadowknight23
More... about 10 years ago
tweak button sizes
asvitkine
as shadowknight23
More... over 10 years ago
right align the joption pane buttons
asvitkine
as shadowknight23
More... over 10 years ago
Tweak JOptionPane dialog more.
asvitkine
as shadowknight23
More... over 10 years ago
fix jbutton sizing on OSX (regressed in 0.91)
asvitkine
as shadowknight23
More... over 10 years ago
more JOptionPane improvements
asvitkine
as shadowknight23
More... over 10 years ago
Improved JOptionPane.showOptionDialog() implementation.
asvitkine
as shadowknight23
More... over 10 years ago
Inherit Shell background (makes Cocoa SWT behaviour
asvitkine
as shadowknight23
More... over 10 years ago
Add support for UIManager.getBorder("InsetBorder.aquaVariant") under Cocoa SWT.
asvitkine
as shadowknight23
More... over 10 years ago
Support Window.documentFile client property under
asvitkine
as shadowknight23
More... over 10 years ago
fix window position bug with cocoa swt by only
asvitkine
as shadowknight23
More... over 10 years ago
Added script to trace SWT API calls using AspectJ (bin/trace_swt_api_use.sh), which useful for debugging SwingWT's interaction with SWT. Requires AspectJ.
asvitkine
as shadowknight23
More... over 10 years ago
add a helper class for invoking the demos
asvitkine
as shadowknight23
More... over 10 years ago
fix compile error with tests; though it seems
asvitkine
as shadowknight23
More... over 10 years ago