Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
34 check-ins using file include/libs/gui.asm version 369a2eb37c
|
2018-12-05
| ||
| 11:32 | More readable comments. check-in: 17292b7f38 user: johnfound tags: trunk | |
| 09:21 | Merged with the latest FreshLibDev. check-in: 695640ceff user: johnfound tags: trunk | |
| 08:57 | TeX to HTML tool TTH updated to v4.12 check-in: 1d5ab4479e user: johnfound tags: trunk | |
| 08:34 | More generic font family in the help files. check-in: 38462acc17 user: johnfound tags: trunk | |
|
2018-07-06
| ||
| 08:12 | Fixed small regression in AsmEdit related to the word separator characters. check-in: d5b70f0b8f user: johnfound tags: trunk | |
|
2018-07-04
| ||
| 12:25 | Merge with the latest FreshLibDev. Minor changes. check-in: 02f422b8ee user: johnfound tags: trunk | |
| 12:24 | Added some debug output in asmedit.asm check-in: f0bb4f2d76 user: johnfound tags: trunk | |
|
2018-06-29
| ||
| 10:48 | Small addition to the help files. check-in: 8945de3c57 user: johnfound tags: trunk | |
|
2018-06-27
| ||
| 09:22 | Correct free of the strDisplay global variable. check-in: 8310acbb5d user: johnfound tags: trunk | |
|
2018-06-26
| ||
| 07:15 | Small bug fixed. check-in: 41498af8b7 user: johnfound tags: trunk | |
| 06:14 | Improved the words handling (AEM_GETWORDATCARET) in the AsmEdit to better handle some specific cases, for example labels with "$" inside. As long as this code is widely used for many code navigation, help and other processing, this change have pretty big impact on the users workflow. Actually it was inspired by working with the rwasa/heavything sources. check-in: cef068fcbf user: johnfound tags: trunk | |
|
2018-06-25
| ||
| 20:05 | Reverted the file msgutils to rev.6dd632694ae65 because it fixes the problem with the main window, but disables the shortcut keys in the dialog windows. More research is needed. Again, the mentioned problem is in WINE only. It seems that IsWindowEnabled API works not very correct in some circumstances. check-in: b4ac052701 user: johnfound tags: trunk | |
|
2018-06-22
| ||
| 18:14 | Minor update to the Clasic editor theme. check-in: 7286400315 user: johnfound tags: trunk | |
| 16:17 | Attempt to fix the hotkeys not working on focused editor. It seems that the problem is only in Wine. check-in: 13cc0551fd user: johnfound tags: trunk | |
|
2018-06-18
| ||
| 11:19 | Merged with the latest FreshLibDev. check-in: 6dd632694a user: johnfound tags: trunk | |
| 11:09 | FASM compiler has been updated to v1.73.04; Preparations for v2.6.3 release. check-in: 9d7515b73d user: johnfound tags: trunk | |
| 10:23 | Fixed the bug from [eb4d978cde6] ticket - crashes on indent/outdent/comment/uncomment commands. check-in: 1b66b99b2d user: johnfound tags: trunk | |
| 10:10 | The double call "fixed" in the previous commit was researched and found to be reasonable. The project file can be changed by saving the other files in different paths, so the project file must to be saved last. This functionality was implemented in better (at least more readable) way in this checkin. check-in: e582633f9f user: johnfound tags: trunk | |
|
2018-06-11
| ||
| 16:34 | Removed strange double call in OnSaveAll procedure. It is some very old bug, or at least strange workaround. Although it should be safe, but some crashes on Windows 10 was reported possibly related to this code: [6c4755c282]. check-in: a31be3f658 user: johnfound tags: trunk | |
| 15:54 | Minor change in asmedit.asm check-in: 5f458c42ba user: johnfound tags: trunk | |
|
2018-02-06
| ||
| 13:44 | Fixed bug in AsmEdit component. The bug damaged the colors on screen sizes higher than the maximal line size (aeLineCharLen). check-in: cbb223a6c7 user: johnfound tags: trunk | |
|
2017-12-30
| ||
| 10:11 |
The official release v2.6.2
Updated the documentation. Updated the FASM compiler. Minor edits to the help CSS styles and the help index. check-in: 1863b5fab7 user: johnfound tags: trunk, v2.6.2 | |
| 09:13 | Wrong commit. :) check-in: 4e3bf1c486 user: johnfound tags: trunk | |
| 09:03 | Merged with FixSaveAsDlg branch in order to fix a bug, manifesting only in Win10. check-in: 79923f736e user: johnfound tags: trunk | |
|
2017-12-22
| ||
| 20:57 | More simple and clean code. Closed-Leaf check-in: 953f8adc23 user: johnfound tags: FixSaveAsDlg | |
| 20:37 | Fixing a bug in the SaveAs dialog, causing crashes in Windows 10. check-in: c85695b2df user: johnfound tags: FixSaveAsDlg | |
|
2017-12-07
| ||
| 08:44 | Procedure arguments hint support for OOP method calls. It needs update of the OOP macro library as well. Fixed small bug in PAHint.asm; Leaf check-in: edecd1bc56 user: johnfound tags: OOP_PAHint | |
|
2017-12-04
| ||
| 19:25 | The stylesheets for the help, as external file. This actually was a bug. check-in: 84b51549b7 user: johnfound tags: trunk | |
|
2017-10-29
| ||
| 08:49 | Missed version number. check-in: f6363eae4e user: johnfound tags: trunk, v2.6.1 | |
| 06:32 | Minor bugfix release. check-in: 111321a0af user: johnfound tags: trunk | |
| 06:27 |
Fixed broken form for "Labels explorer" feature. Also, fixed the feature itself to show only used symbols. It is an attempt to make it more useful.
Added split grids to other dialog windows as well. Implemented links in the "Show not used" feature. It is still not very useful, because displays huge amount of labels. check-in: 4849f434a9 user: johnfound tags: trunk | |
|
2017-10-27
| ||
| 18:10 | The installation scripts and the binary release files has been removed from the repository and moved to another one. This is the only way I know to support the proper checkin number in the binary release. check-in: 08da3369ee user: johnfound tags: trunk, v2.6.0 | |
| 12:22 | "New Application" dialog redesigned with split grid. check-in: 66d068a8fc user: johnfound tags: trunk | |
| 11:00 | Fixing bugs, after some tests on real Windows 10 system. One of them is very old bug, maybe even from v1 and is related to not destroying dialog forms after close. Also different drawing and resizing problems fixed. check-in: 15b2e7317d user: johnfound tags: trunk | |