source: trunk/src/netlabs/macros/stdctrl.e

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4868   3 years Andreas Schnellbacher - Cosmetic changes.
(edit) @4867   3 years Andreas Schnellbacher - Changing the font size with Ctrl++ or Ctrl+-: Added workaround for …
(edit) @4854   3 years Andreas Schnellbacher - Added open a MsgBox for to restore last rings if EPM crashed during …
(edit) @4828   3 years Andreas Schnellbacher - Fixed: .Untitled was saved to Last ring and replaces previously …
(edit) @4810   3 years Andreas Schnellbacher - Changed IsIgnoredForLast to FileShouldBeDiscarded. - This is now …
(edit) @4808   3 years Andreas Schnellbacher - Changed defproc DialogLoadFile to defc DialogLoadFile. - This just …
(edit) @4769   4 years Andreas Schnellbacher - Reduced string area size of EPM.EX from 60 of 64 to 32 KB.
(edit) @4715   4 years Andreas Schnellbacher - Reworked the workaround for wrong arg parsing by the EPM executable. …
(edit) @4710   4 years Andreas Schnellbacher - Added TrimFrameWindow and execute it at startup with JustInstalled
(edit) @4708   4 years Andreas Schnellbacher - CheckNepmdVersion: Report if wget wasn't found instead of displaying …
(edit) @4698   4 years Andreas Schnellbacher - Fixed a focus problem after closing ListBox or EntryBox. - …
(edit) @4672   4 years Andreas Schnellbacher - Fixed Add*AVar procs and cmds. - Fixed Get*AVar cmds.
(edit) @4671   4 years Andreas Schnellbacher - Array vars: The hidden file array.EPM has gown to > 4000 lines. …
(edit) @4623   4 years Andreas Schnellbacher - Minor fix for querying array vars: Changed one more occurence where …
(edit) @4602   4 years Andreas Schnellbacher - Added DelFileAVar and DropFileAVar. - Cosmetic changes.
(edit) @4599   4 years Andreas Schnellbacher - TagScan: Parse '(linenum)' from the end, not from the begin. - …
(edit) @4587   4 years Andreas Schnellbacher - Changed AfterStartup to use AtPostStartup instead of AtStartup. …
(edit) @4565   4 years Andreas Schnellbacher - Added Query/SetParent and Query/SetOwner. - Minor changes.
(edit) @4502   4 years Andreas Schnellbacher - Completely reworked defs of FILELIST.E. This is again a large …
(edit) @4491   4 years Andreas Schnellbacher - Set focus to client on Esc, Ctrl+ and Preferences -> Close menu. - …
(edit) @4490   4 years Andreas Schnellbacher - Fixed comment.
(edit) @4481   4 years Andreas Schnellbacher - Changed comments and cosmetics.
(edit) @4469   4 years Andreas Schnellbacher - Allow for window width limitation on startup. Added menu item …
(edit) @4462   4 years Andreas Schnellbacher - Added PostTo cmd, analogous to PostMe, but for other EPM windows. - …
(edit) @4407   4 years Andreas Schnellbacher - Disabled AddToHelp, because help file addition doesn't work and an …
(edit) @4393   4 years Andreas Schnellbacher - Avoid unwanted scrolling for more cases. - Cosmetic changes.
(edit) @4385   4 years Andreas Schnellbacher - Added comment about the EPM bug that closing a ListBox also closes …
(edit) @4321   4 years Andreas Schnellbacher - Added NextFontSize. - Made text font size adjustable by Ctrl+ and …
(edit) @4245   5 years Andreas Schnellbacher - Added Find* to the position commands to suppress pos. restore. - …
(edit) @4220   5 years Andreas Schnellbacher - Fixed handling of textual background color values.
(edit) @4205   5 years Andreas Schnellbacher - This is the third and most comprehensive part of moving settings …
(edit) @4174   5 years Andreas Schnellbacher - Added GetFileAVar and SetFileAVar for fileid-specific array vars. - …
(edit) @4153   5 years Andreas Schnellbacher - Added DialogLoadFile. This is used by dialogs to load files. If Ctrl …
(edit) @4071   5 years Andreas Schnellbacher - SetAVar: Catch strange rc = -273. It's now set to 0 instead.
(edit) @4067   5 years Andreas Schnellbacher - Made circles of HighlightMatch and HighlightCursor stay in more cases.
(edit) @4019   5 years Andreas Schnellbacher - Added QueryCheckValue proc for button controls.
(edit) @4017   5 years Andreas Schnellbacher - Renamed SetTextValue to SetDlgItemText. - Added QueryDlgItemText and …
(edit) @4006   5 years Andreas Schnellbacher - GetEpmLoaderDate: Use the file returned by the C function, not just …
(edit) @4003   5 years Andreas Schnellbacher - Added InfoMsgBox for use with PostMe. Still unused.
(edit) @3973   5 years Andreas Schnellbacher - Improved and standardized templates for wget, unzip, epm, uconv and …
(edit) @3956   5 years Andreas Schnellbacher - ColorNameToNum: Handle or 'DEFAULT' as args correctly.
(edit) @3938   5 years Andreas Schnellbacher - CheckNepmdVersion: Compare now also dates if version numbers are …
(edit) @3927   5 years Andreas Schnellbacher - CheckNepmdVersion: Changed wget timing parameters. (This will be …
(edit) @3896   5 years Andreas Schnellbacher - Fixed Z-order of the EPM frame window when setting the focus to its …
(edit) @3880   5 years Andreas Schnellbacher - Changed text color of status bar for read-only files, similar to …
(edit) @3865   5 years Andreas Schnellbacher - Fixed double execution of RefreshInfoLine.
(edit) @3864   5 years Andreas Schnellbacher - Cosmetic changes.
(edit) @3858   5 years Andreas Schnellbacher - Changed WinMessageBox proc back to return the id of the pressed button.
(edit) @3857   5 years Andreas Schnellbacher - Changed rc in some cases to 0 on success, when it's set. That …
(edit) @3849   5 years Andreas Schnellbacher - Added PM interface procs: WindowFromId, SetCheckValue, SetTextValue, …
(edit) @3848   5 years Andreas Schnellbacher - Removed automatic hex2dec window handle conversion, because numbers …
(edit) @3847   5 years Andreas Schnellbacher - Changed SetFocus and QueryFocus to allow specifying a parent window …
(edit) @3838   5 years Andreas Schnellbacher - Changed remaining EPM keys to NEPMD setting keys. OPTFLAGS and …
(edit) @3832   5 years Andreas Schnellbacher - Make single mouse clicks more stable, second try: Now the SetFocus
(edit) @3826   5 years Andreas Schnellbacher - Don't report the netlabs.org version as newer, if it's older than …
(edit) @3823   5 years Andreas Schnellbacher - Made clicks with MB 1 more stable. Previously the SetFocus proc, …
(edit) @3821   5 years Andreas Schnellbacher - Removed debug output from changeset r3818.
(edit) @3818   5 years Andreas Schnellbacher - Added check if file was modified on disk to SetFocusToThisWindow. …
(edit) @3816   5 years Andreas Schnellbacher - NextWin: Send the focus to the correct window. If the frame window …
(edit) @3815   5 years Andreas Schnellbacher - MakeWindowTopmost: Restore window size only if it was minimized …
(edit) @3809   5 years Andreas Schnellbacher - Added several window functions. These are wrappers for PMWIN.DLL. - …
(edit) @3807   5 years Andreas Schnellbacher - Changed map_point var names. Moved call to outside of a loop.
(edit) @3782   5 years Andreas Schnellbacher - Improved description for EntryBox parameters. - Allow entry box to …
(edit) @3739   5 years Andreas Schnellbacher - Moved help commands to STDCTRL.E. Added better command names. - …
(edit) @3725   5 years Andreas Schnellbacher - NepmdInfo: Fixed error message when CheckNepmdVersion failed due to …
(edit) @3689   6 years Andreas Schnellbacher - .DOS dir files: Place cursor at the end of the 'Directory of' line. …
(edit) @3676   6 years Andreas Schnellbacher - Cosmetic changes.
(edit) @3675   6 years Andreas Schnellbacher - Moved highlighting macros to STDCTRL.E. - Reworked and renamed …
(edit) @3673   6 years Andreas Schnellbacher - Moved defc ActivateHighlighting and defc CheckModeFiles from …
(edit) @3656   6 years Andreas Schnellbacher - Added CheckNepmdVersion and helper macros. It uses wget to download …
(edit) @3610   6 years Andreas Schnellbacher - DelAVar: Fixed trailing space after deletion of an array var …
(edit) @3553   6 years Andreas Schnellbacher - Added ErrorMsgBox as normal command for use from REXX. Added …
(edit) @3522   6 years Andreas Schnellbacher - Improvements for ListBox-Buffer_From_File: - Ensure that first …
(edit) @3513   6 years Andreas Schnellbacher - Use NLS const instead of 'Cancel'.
(edit) @3464   6 years Andreas Schnellbacher - Fixed description of ListBox parameters.
(edit) @3463   6 years Andreas Schnellbacher - Use NLS consts for OK and Cancel buttons. That fixes the button …
(edit) @3455   6 years Andreas Schnellbacher - Added a comment.
(edit) @3402   6 years Andreas Schnellbacher - Removed the return of rc from procs and cmds. - Cosmetic changes.
(edit) @3383   6 years Andreas Schnellbacher - Moved font styles from STDCTRL.E to BOOKMARK.E. - Handle switch to a …
(edit) @3381   6 years Andreas Schnellbacher - Cosmetic changes. - Renamed style array vars. - Smaller fixes for …
(edit) @3367   6 years Andreas Schnellbacher - Added missing const keyword.
(edit) @3335   6 years Andreas Schnellbacher - Renamed more occurences from 'toggle_parse' to 'Highlight'.
(edit) @3330   6 years Andreas Schnellbacher - Allow for specifying 'toggle_control' without a keyword file. - …
(edit) @3238   6 years Andreas Schnellbacher - Removed configuration constants: SMARTFILE, WANT_DBCS_SUPPORT, …
(edit) @3236   6 years Andreas Schnellbacher - Reworked code for bookmarks, attributes and styles. - Fixed handling …
(edit) @3232   6 years Andreas Schnellbacher - Cosmetic changes.
(edit) @3226   7 years Andreas Schnellbacher - Changed logic in EnterColorPalName to allow for closing the dialog …
(edit) @3091   7 years Andreas Schnellbacher - Extended the check for existing palette names to include user …
(edit) @3090   7 years Andreas Schnellbacher - Avoid to create additional default color palette names without a …
(edit) @3086   7 years Andreas Schnellbacher - Added 'Open' button to color palette dialog.
(edit) @3074   7 years Andreas Schnellbacher - Improved AddAVar proc to avoid adding an additional space char if …
(edit) @3048   7 years Andreas Schnellbacher - Fixes for r3037 and r3038.
(edit) @3037   7 years Andreas Schnellbacher - Changed ConvertColor to ColorNameToNum, added ColorNumToName. Allow …
(edit) @3007   7 years Andreas Schnellbacher - Copying a palette name with spaces needs temp. removement of …
(edit) @3006   7 years Andreas Schnellbacher - Allowed for spaces in palette name also for the Copy action and the …
(edit) @3004   7 years Andreas Schnellbacher - Changed sync option from F (config file) to R (registry keys) as …
(edit) @3003   7 years Andreas Schnellbacher - Allow for spaces in color palette names.
(edit) @2898   7 years Andreas Schnellbacher - Added VSyncCursor to RingCheckModify. This avoids window scrolling …
(edit) @2800   7 years Andreas Schnellbacher - Disabled defproc setfont and defc popbbok, because they don't work …
(edit) @2799   7 years Andreas Schnellbacher - Handle the case when array var funcs were used before …
Note: See TracRevisionLog for help on using the revision log.