index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-08-31
updates KeycodeToText() to use the new resource string constants.
Graeme Geldenhuys
2011-08-31
ide: replaced all menu key shortcut caps with resource string constants.
Graeme Geldenhuys
2011-08-31
adds resource string constants for menu key shortcuts.
Graeme Geldenhuys
2011-08-31
textedit: searched matches are now scrolled more into the center of visible text
Graeme Geldenhuys
2011-08-31
ide: Find functionality now takes into account FindOptions and Backward searc...
Graeme Geldenhuys
2011-08-31
ide: named two checkboxes in the Find dialog.
Graeme Geldenhuys
2011-08-30
ide: hooked up the Find dialog to the menus to allow use to do searching.
Graeme Geldenhuys
2011-08-30
ide: added the new Find dialog to the various project files.
Graeme Geldenhuys
2011-08-30
ide: created a basic Find dialog.
Graeme Geldenhuys
2011-08-30
textedit: Implemented FindText() so we can finally do searching.
Graeme Geldenhuys
2011-08-30
textedit: ScrollTo() never updated the scrollbar positions
Graeme Geldenhuys
2011-08-29
textedit: improved text selection via keyboard support
Graeme Geldenhuys
2011-08-29
textedit: minor optimization in FormatLine().
Graeme Geldenhuys
2011-08-29
textedit: implemented keyDelete handling.
Graeme Geldenhuys
2011-08-29
textedit: correctly set consumed variable and only redraw when needed.
Graeme Geldenhuys
2011-08-29
textedit: moved selection + backspace code into the keyBackspace block
Graeme Geldenhuys
2011-08-29
textedit: minor code formatting changes
Graeme Geldenhuys
2011-08-29
textedit: wrapped caret related code with a if statement.
Graeme Geldenhuys
2011-08-29
textedit: simplified a if statement
Graeme Geldenhuys
2011-08-29
textedit: rudimentary TAB key press implementation.
Graeme Geldenhuys
2011-08-29
renamed the IDE project to Maximus IDE.
Graeme Geldenhuys
2011-08-29
richview: fixed another memory leak.
Graeme Geldenhuys
2011-08-29
richview: removed DoAllocateWindowHandle() which caused a memory leak.
Graeme Geldenhuys
2011-08-29
richview: neatened up the CreateDefaultMenu() method.
Graeme Geldenhuys
2011-08-29
richview: making sure we tidy up everything.
Graeme Geldenhuys
2011-08-29
richview: fixed memory leak with font resources.
Graeme Geldenhuys
2011-08-26
uidesigner: enabled keyboard shortcuts in main menu of main form.
Graeme Geldenhuys
2011-08-26
ide: minor project file updates.
Graeme Geldenhuys
2011-08-26
ide: lazarus project file settings update.
Graeme Geldenhuys
2011-08-26
x11: removed trailing whitespace
Graeme Geldenhuys
2011-08-26
x11: fixed a compiler hint about an invalid/unsafe typecast.
Graeme Geldenhuys
2011-08-26
ide: added user feedback when a unit is saved.
Graeme Geldenhuys
2011-08-26
ide: new pascal keywords added for syntax highlighting
Graeme Geldenhuys
2011-08-26
textedit: trailing whitespace removed.
Graeme Geldenhuys
2011-08-26
textedit: scrollbar position wasn't updated when GotoLine() was used.
Graeme Geldenhuys
2011-08-24
richview: stop a possible index out of bounds error when there is no text.
Graeme Geldenhuys
2011-08-24
ide: include more file extensions to enable the syntax highlighting code.
Graeme Geldenhuys
2011-08-24
ide: fix a conflicting hotkey sequence in the main menu.
Graeme Geldenhuys
2011-08-24
ide: add new placeholder menu items in the main menu.
Graeme Geldenhuys
2011-08-24
ide: enabled keyboard shortcuts in the main menu.
Graeme Geldenhuys
2011-08-24
docview: enabled keyboard shortcuts in the File menu.
Graeme Geldenhuys
2011-08-24
ide: Configure IDE dialog now closes when the Esc key is pressed.
Graeme Geldenhuys
2011-08-24
bugfix in PageControl keypress handling. Consume incorrectly set.
Graeme Geldenhuys
2011-08-24
menu: correctly handle keyboard shortcut events now
Graeme Geldenhuys
2011-08-24
forms: HandleKeyPress() is replaced my DoKeyShortcut()
Graeme Geldenhuys
2011-08-24
added begin..end block to make code more readable.
Graeme Geldenhuys
2011-08-24
bugfix: Menu key never set consumed = True in key press processing
Graeme Geldenhuys
2011-08-24
reworked TfpgWidget.MsgKeyPress() to correctly handle keyboard shortcuts.
Graeme Geldenhuys
2011-08-24
Introduced DoKeyShortcut() into TfpgWidget
Graeme Geldenhuys
2011-08-24
Shift comes after Ctrl or Alt
Graeme Geldenhuys
[prev]
[next]