Commit Graph

20781 Commits

Author SHA1 Message Date
vincents
6f343b79e0 LCL: maskedit, jump to dot by pressing the key from Ingo Steiniger (issue #14180)
git-svn-id: trunk@21118 -
2009-08-06 12:51:40 +00:00
vincents
f65b51e00b IDE: fixed typo in identifier name
git-svn-id: trunk@21117 -
2009-08-06 11:16:09 +00:00
vincents
8b7dbf4939 LCL: moved the creation of interface specific TCustomMemo.Lines from CreateHandle to InitializeWnd, so that Lines are interfaces specific in TCustomEdit.CreateWnd, a proper fix for r21115 #2a16a46258
git-svn-id: trunk@21116 -
2009-08-06 10:21:33 +00:00
vincents
2a16a46258 gtk2 interface: temporarily disabled Memo.SelStart and SelLength if the memo strings are not yet created, even if an handle exists.
git-svn-id: trunk@21115 -
2009-08-06 09:54:27 +00:00
vincents
60e6d7e7ad LCL, FindDialog, ReplaceDialog: Focus and select find edit when dialog is shown (issue #14261)
git-svn-id: trunk@21114 -
2009-08-06 08:02:14 +00:00
vincents
bc85f9b08e LCL: fixed setting TEdit.SelStart and SelLength before the handle has been created
git-svn-id: trunk@21113 -
2009-08-06 07:59:00 +00:00
jesus
0fbf06339a LazReport, improved class type checking in ExportTo method from Luiz Americo, issue #14116
git-svn-id: trunk@21112 -
2009-08-05 20:30:59 +00:00
jesus
83b97ddf94 LCL, implements cliping rect in postscriptcanvas from Anton Kavalenka, issue #13826
git-svn-id: trunk@21111 -
2009-08-05 20:15:33 +00:00
mattias
856382f17b IDE: editor options: automatic: added bevels to make clear where the delays belong
git-svn-id: trunk@21110 -
2009-08-05 16:00:31 +00:00
mattias
885bd91383 IDE: project options: hide auto increase version: it is not implemented yet
git-svn-id: trunk@21109 -
2009-08-05 15:07:48 +00:00
vincents
9a47b536ff IDE: fixed capitalization, updated po-files.
git-svn-id: trunk@21108 -
2009-08-05 14:39:21 +00:00
vincents
7279d43d78 LCL: make TCustomEdit.EditMask public again, it is used by the TMaskEditor. This change may be undone if the TMaskEditEditor only is a component editor for TMaskEditor and not TCustomMaskEditor.
git-svn-id: trunk@21107 -
2009-08-05 14:07:16 +00:00
vincents
bc5a67ad14 LCL: patch from Michael van Canneyt (issue #14113)
* make TCustomEditButton a descendant from TCustomMaskEdit.
* adds a mask to TDateEdit. The format of the mask can be set with the new DateOrder property.
* make some public TCustomMask properties protected.

git-svn-id: trunk@21106 -
2009-08-05 13:31:39 +00:00
vincents
dd3a24d0cf deb building: fixed building docs withinstalled lazbuild (look at /usr/bin/lazbuild too) from mazen
git-svn-id: trunk@21105 -
2009-08-05 12:57:23 +00:00
mattias
f9dcc54e50 IDE: add About menu under carbon to the Apple menu, bug #12294
git-svn-id: trunk@21104 -
2009-08-05 11:32:43 +00:00
vincents
808a2558b9 win32 interface: don't handle state changes in togglebox manually (issue #14252)
git-svn-id: trunk@21103 -
2009-08-05 09:47:25 +00:00
vincents
03d39fc728 gtk2 widgetset: fixed showing selection in combobox after setting the color, hint from Paul who did the same thing in r21027 #11435c4016 for TEdit, fixes issue #14270
git-svn-id: trunk@21102 -
2009-08-05 09:22:47 +00:00
martin
c6ca3e5e7b SynEdit, Completion: Fixes for the component (nothing changes for IDE). Only the first char was looked-up, because keystrokes where recorded twice (utf8, and plain)
git-svn-id: trunk@21101 -
2009-08-05 00:12:11 +00:00
martin
fa96c149b9 SynEdit, Completion: Fixes for the component (nothing changes for IDE). Close the form after successful completion / replaced old (broken) fansi with CaseSensitive.
git-svn-id: trunk@21100 -
2009-08-04 23:34:19 +00:00
vincents
6f22ffe074 deb building: fixed building docs without installed lazbuild from mazen
git-svn-id: trunk@21099 -
2009-08-04 20:00:15 +00:00
mattias
f0c7b749b8 IDE: DoRenameUnit: check if saving to absolute filename, IDE: save new lrs file to default location instead of test directory
git-svn-id: trunk@21098 -
2009-08-04 17:02:44 +00:00
mattias
9f0a0a4510 codetools: mark saved TCodeBuffer as not modified
git-svn-id: trunk@21097 -
2009-08-04 17:01:24 +00:00
mattias
684200b7bd gtk2 intf: added example to test paint speed
git-svn-id: trunk@21096 -
2009-08-04 14:51:59 +00:00
dmitry
9fdf695382 carbon: implemented GetSystemMetrics for SM_CXSMICON, SM_CYSMICON (49,50)
git-svn-id: trunk@21095 -
2009-08-04 08:23:13 +00:00
mattias
05309a4779 codetools: debugging
git-svn-id: trunk@21094 -
2009-08-03 21:31:38 +00:00
mattias
2f8de86823 codetools: added -dVerboseCTSave
git-svn-id: trunk@21093 -
2009-08-03 21:28:27 +00:00
mattias
dc0c82f3e3 openglcontrol: fixed visibility
git-svn-id: trunk@21092 -
2009-08-03 19:00:06 +00:00
martin
666e29fbde SynEdit, added option to hide cursor, while editing/keyboard
git-svn-id: trunk@21091 -
2009-08-03 15:17:58 +00:00
martin
344ca971c9 LCL: Window, fixed SetCursor to no longer delay action to next mouse-move
git-svn-id: trunk@21090 -
2009-08-03 15:16:39 +00:00
vincents
4956fbac7b IDE: fixed crash if ANSI character map didn't contain a valid char values from Dmitry (issue #14189)
git-svn-id: trunk@21089 -
2009-08-03 14:23:31 +00:00
mattias
c87a7d7a49 IDE: warng if compile command is missing
git-svn-id: trunk@21088 -
2009-08-03 11:52:59 +00:00
mattias
3914c05c4d IDE: project options: moved misc options to the end
git-svn-id: trunk@21087 -
2009-08-03 11:07:58 +00:00
mattias
ffa0361690 IDE: project options: lazdoc path: move add path edit below paths and bove its buttons
git-svn-id: trunk@21086 -
2009-08-03 10:54:28 +00:00
mattias
afd3e1bed2 IDE: fpdoc link editor: resolving macros in lazdoc paths
git-svn-id: trunk@21085 -
2009-08-03 10:31:19 +00:00
mattias
47ab093dfb IDE: fpdoc editor: see also
git-svn-id: trunk@21084 -
2009-08-03 09:42:00 +00:00
vincents
0403cc0cba tools, lazres:
* fixed compilation after revision 21051 #be1055dc5c (issue #14260)
* removed unused procedures

git-svn-id: trunk@21083 -
2009-08-03 09:01:33 +00:00
martin
2c71e957bc SynEdit/sourceEditor: fixed incremental search was loosing search term, if next char would lead to no match.
git-svn-id: trunk@21082 -
2009-08-03 01:30:26 +00:00
martin
2f8fc1ed97 LCL: cleanup, unused Member
git-svn-id: trunk@21081 -
2009-08-02 22:37:05 +00:00
mattias
71222456a4 IDE: removed SetCurrentDir from save/open project
git-svn-id: trunk@21080 -
2009-08-02 21:29:55 +00:00
mattias
f862ea8a54 IDE: set current working directory on project open and save as, this is a better last default
git-svn-id: trunk@21079 -
2009-08-02 21:14:45 +00:00
mattias
a25ffb7382 IDE: open project: fixed taking ext after choosing symlink
git-svn-id: trunk@21078 -
2009-08-02 21:09:38 +00:00
mattias
edd5d118b5 IDE: added try..except for exceptions during start
git-svn-id: trunk@21077 -
2009-08-02 21:07:10 +00:00
mattias
8e63d7866a codetools: parsing on statements, bug #13935
git-svn-id: trunk@21076 -
2009-08-02 20:53:45 +00:00
mattias
8ba2fa933d codetools: clear sourcechangecache on error, bug #14026
git-svn-id: trunk@21075 -
2009-08-02 19:34:05 +00:00
mattias
9fa872eefd IDE: fixed save project: saving new units, bug #14167
git-svn-id: trunk@21074 -
2009-08-02 17:02:19 +00:00
mattias
f924e9f36e codetools: reduced debugging output
git-svn-id: trunk@21073 -
2009-08-02 16:59:26 +00:00
mattias
6a4ad23422 codetools: fixed parsing paremeter type array of const, bug #14247
git-svn-id: trunk@21072 -
2009-08-02 16:16:15 +00:00
mattias
1402a46c56 projecttemplates: fixed compilation
git-svn-id: trunk@21071 -
2009-08-02 15:38:05 +00:00
mattias
df517558c5 codetools: comment
git-svn-id: trunk@21070 -
2009-08-02 15:37:08 +00:00
mattias
475edb145e IDEIntf: TNewIDEItemCategory is no longer abstract. RegisterNewItemCategory now expects a real category class, needed for localization
git-svn-id: trunk@21069 -
2009-08-02 15:09:22 +00:00