summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-07Changed the password char from asterisk to unicode black circleGraeme Geldenhuys
2011-09-02Corrected the timing when AfterCreate is called in TfpgFrameGraeme Geldenhuys
2011-08-31ide: after a search, set the focus back to the editor widget.Graeme Geldenhuys
2011-08-31ide: Only enable the Replace edit field if the Replace checkbox is checked.Graeme Geldenhuys
2011-08-31textedit: correctly scroll the found text into view.Graeme Geldenhuys
2011-08-31add sharing options when opening po files.Graeme Geldenhuys
2011-08-31pofile unit now uses the UTF-8 safe file functions.Graeme Geldenhuys
2011-08-31updates KeycodeToText() to use the new resource string constants.Graeme Geldenhuys
2011-08-31ide: replaced all menu key shortcut caps with resource string constants.Graeme Geldenhuys
2011-08-31adds resource string constants for menu key shortcuts.Graeme Geldenhuys
2011-08-31textedit: searched matches are now scrolled more into the center of visible textGraeme Geldenhuys
2011-08-31ide: Find functionality now takes into account FindOptions and Backward searc...Graeme Geldenhuys
2011-08-31ide: named two checkboxes in the Find dialog.Graeme Geldenhuys
2011-08-30ide: hooked up the Find dialog to the menus to allow use to do searching.Graeme Geldenhuys
2011-08-30ide: added the new Find dialog to the various project files.Graeme Geldenhuys
2011-08-30ide: created a basic Find dialog.Graeme Geldenhuys
2011-08-30textedit: Implemented FindText() so we can finally do searching.Graeme Geldenhuys
2011-08-30textedit: ScrollTo() never updated the scrollbar positionsGraeme Geldenhuys
2011-08-29textedit: improved text selection via keyboard supportGraeme Geldenhuys
2011-08-29textedit: minor optimization in FormatLine().Graeme Geldenhuys
2011-08-29textedit: implemented keyDelete handling.Graeme Geldenhuys
2011-08-29textedit: correctly set consumed variable and only redraw when needed.Graeme Geldenhuys
2011-08-29textedit: moved selection + backspace code into the keyBackspace blockGraeme Geldenhuys
2011-08-29textedit: minor code formatting changesGraeme Geldenhuys
2011-08-29textedit: wrapped caret related code with a if statement.Graeme Geldenhuys
2011-08-29textedit: simplified a if statementGraeme Geldenhuys
2011-08-29textedit: rudimentary TAB key press implementation.Graeme Geldenhuys
2011-08-29renamed the IDE project to Maximus IDE.Graeme Geldenhuys
2011-08-29richview: fixed another memory leak.Graeme Geldenhuys
2011-08-29richview: removed DoAllocateWindowHandle() which caused a memory leak.Graeme Geldenhuys
2011-08-29richview: neatened up the CreateDefaultMenu() method.Graeme Geldenhuys
2011-08-29richview: making sure we tidy up everything.Graeme Geldenhuys
2011-08-29richview: fixed memory leak with font resources.Graeme Geldenhuys
2011-08-26uidesigner: enabled keyboard shortcuts in main menu of main form.Graeme Geldenhuys
2011-08-26ide: minor project file updates.Graeme Geldenhuys
2011-08-26ide: lazarus project file settings update.Graeme Geldenhuys
2011-08-26x11: removed trailing whitespaceGraeme Geldenhuys
2011-08-26x11: fixed a compiler hint about an invalid/unsafe typecast.Graeme Geldenhuys
2011-08-26ide: added user feedback when a unit is saved.Graeme Geldenhuys
2011-08-26ide: new pascal keywords added for syntax highlightingGraeme Geldenhuys
2011-08-26textedit: trailing whitespace removed.Graeme Geldenhuys
2011-08-26textedit: scrollbar position wasn't updated when GotoLine() was used.Graeme Geldenhuys
2011-08-24richview: stop a possible index out of bounds error when there is no text.Graeme Geldenhuys
2011-08-24ide: include more file extensions to enable the syntax highlighting code.Graeme Geldenhuys
2011-08-24ide: fix a conflicting hotkey sequence in the main menu.Graeme Geldenhuys
2011-08-24ide: add new placeholder menu items in the main menu.Graeme Geldenhuys
2011-08-24ide: enabled keyboard shortcuts in the main menu.Graeme Geldenhuys
2011-08-24docview: enabled keyboard shortcuts in the File menu.Graeme Geldenhuys
2011-08-24ide: Configure IDE dialog now closes when the Esc key is pressed.Graeme Geldenhuys
2011-08-24bugfix in PageControl keypress handling. Consume incorrectly set.Graeme Geldenhuys