Commit Graph

133 Commits

Author SHA1 Message Date
Shalti
6421f93e2d Refactored some classes 2018-08-29 15:13:47 +03:00
Deathmarine
ba68ee10ef
Merge pull request #139 from kasperkarlsson/master
Fixed broken and unencrypted links
2018-08-07 12:53:45 -04:00
Deathmarine
7405efa2c1
Merge pull request #141 from vlsi/menu_checkbox
#140 make checkbox entries in Operation/Settings menus visible in macOS
2018-08-07 12:51:32 -04:00
Deathmarine
2e89a3a51a
Merge pull request #143 from vlsi/text_zoom
Fix text zoom when high-precision scrolling input is used
2018-08-07 11:02:04 -04:00
Vladimir Sitnikov
eade1865d9 Fix text zoom when high-precision scrolling input is used
Touchpad / MagicMouse provide high-precision scrolling events,
and getWheelRotation() often turns out to be 0
Just ignore the events for now since proper handling of high precision is complicated

see 21c99af7c7/bin/idea.properties (L133-L156)
2018-07-02 23:27:39 +03:00
Vladimir Sitnikov
7f07ccf18a #140 make checkbox entries in Operation/Settings menus visible in macOS
JCheckBox was not shown when running with -Dapple.laf.useScreenMenuBar=true,
so converted JCheckBox to JCheckBoxMenuItem

fixes #140
2018-07-02 21:44:48 +03:00
Kasper Karlsson
3ca1ad2a24 Fixed broken and unencrypted links 2018-07-02 09:13:46 +02:00
deathmarine
6042502552 Changing Theme Resets FontSize
Addresses #131, #53
2018-06-05 16:10:20 -04:00
deathmarine
1a493c8e90 Merge branch 'master' of https://github.com/deathmarine/Luyten.git 2018-06-05 15:50:09 -04:00
deathmarine
b8d91c12b4 Store Font Size in Preferences.
Addresses #131,#53
2018-06-05 15:49:47 -04:00
Deathmarine
5a322613b0
Update ReadMe.md 2018-05-22 16:07:30 -04:00
Deathmarine
63128be838
Update ReadMe.md
Change Screenshot
2018-03-07 09:46:35 -05:00
Deathmarine
ea3f4de959
Merge pull request #117 from clevertension/master
Adjust the find all dialog width
2018-02-14 14:25:35 -05:00
clevertension
972f6f2a63 adjust the find all dialog width 2018-01-23 09:45:06 +08:00
deathmarine
223d58e6e3 Fix FileSaver output time
Removed incorrect division
2017-06-02 15:39:40 -04:00
deathmarine
3dab09fdfc Version Change 0.5.3 2017-05-17 13:22:52 -04:00
deathmarine
ce92da4e68 #79 Add checkbox to FindAll Dialog to search for classnames only 2017-05-17 13:20:15 -04:00
deathmarine
56eb4b8945 #79 Allow FindAll Dialog to search and display nonbinary files. 2017-05-16 11:42:57 -04:00
deathmarine
7e6be078e7 #79 Add Ctrl-F4 to Close Tab 2017-05-16 11:42:04 -04:00
deathmarine
befd23f431 #79 Add Wrap Checkbox to Find Dialog 2017-05-16 09:05:13 -04:00
deathmarine
ea25dfc8b0 #78 Add F3 and Shift+F3 for better search navigation 2017-05-08 15:29:44 -04:00
deathmarine
09cc3b6271 Add Version Change for Pull Request, Added Contributor 2017-04-12 09:53:11 -04:00
Frederik Boster
3fc710524e Fix #74 Add TreeExpansionListener to expand descendant tree nodes with only one member. 2017-04-07 18:15:37 +02:00
deathmarine
e9e84e0cbb Update Version 2017-03-28 13:50:14 -04:00
deathmarine
d4ba35dc41 Variable must be final 2017-03-27 07:58:08 -04:00
FisheyLP
00fa40b2d6 Update MainWindow.java 2017-03-23 16:46:36 +01:00
FisheyLP
f7ba91cb45 Update MainMenuBar.java 2017-03-23 16:43:40 +01:00
FisheyLP
d7ff282573 Update Model.java 2017-03-23 16:42:45 +01:00
FisheyLP
bdafe09a15 Made some variables and methods public 2017-03-23 16:42:09 +01:00
FisheyLP
4a839dac79 Added recent files menuitem, clear button and ctrl + w tab close
Ctrl + W also closes the current opened tab, if there is none opened, it closes the file. Clicking close in the menubar always closes the file.
2017-03-23 16:40:54 +01:00
FisheyLP
fe21c166ea loads/updates recent files list 2017-03-23 16:36:47 +01:00
FisheyLP
515c199a97 Added recent opened files handler
loads and saves the recent files list.
2017-03-23 16:34:36 +01:00
FisheyLP
eeb20e4f07 Added .yml file icon 2017-03-23 16:33:34 +01:00
FisheyLP
d01bd1ad7b Add files via upload 2017-03-23 16:32:06 +01:00
Deathmarine
b94f633fbc Merge pull request #62 from games647/enter
Open files in the navigation tree with ENTER too (Related to #27)
2016-12-19 08:01:05 -05:00
games647
dbc1dd8ba5
Open files in the navigation tree with ENTER too 2016-12-18 11:39:43 +01:00
deathmarine
372f9ef0af Autoformat Codebase, Changed from generic to proper serialization 2016-11-18 10:37:26 -05:00
deathmarine
e01206432c Perfectionism 2016-11-18 10:22:30 -05:00
deathmarine
890b0b740f Version Change v0.5.0 2016-11-18 08:29:46 -05:00
deathmarine
674ae0d133 Added Links and Updated the About dialog 2016-11-17 16:23:47 -05:00
deathmarine
8245759591 Fixes #58 Tab MouseListener Cancels Tab Change and Selection 2016-11-17 11:53:05 -05:00
deathmarine
15d23d82c5 Change how exceptions are handled. 2016-11-17 10:48:57 -05:00
deathmarine
40118fba2a Added debugging output, Gracefully Handle Decompiler Issues.
Addresses Issue #60
2016-11-17 09:12:06 -05:00
deathmarine
cb5d4eb8c2 Fix Inner Outer classes in FindAll. 2016-08-25 11:27:05 -04:00
deathmarine
88d78ca699 Version Change 2016-08-25 09:33:34 -04:00
deathmarine
5e41ff7957 Middle Mouse Button closes tab. Closes #23 2016-08-25 09:29:37 -04:00
deathmarine
7b355607eb Resolved issues with FindAll dialog.
Doubleclicking FindAll items decompiles.
2016-08-25 09:21:26 -04:00
deathmarine
f19b098c98 FindAll acts as a dialog box, restores focus. Closes #40
Interrupt FindAll search thread in progress address #52
2016-08-25 08:21:20 -04:00
deathmarine
64c26488d2 Renames *.java files found in a jar to *.src.java files when saving all
sources, retaining the originals and the decompiled source. Addresses
#56
2016-08-24 13:37:46 -04:00
deathmarine
2dfd16c2e8 Render Font for Name, Render Style for Type in FontChooser 2016-07-27 08:16:58 -04:00