Commit Graph

34713 Commits

Author SHA1 Message Date
maxim
358b10b13b IDE, fixed typo in resourcestring
git-svn-id: trunk@35487 -
2012-02-19 16:02:11 +00:00
juha
a0fb17b27e IDE: Unite duplicate (single word) resourcestrings and name them consistently.
git-svn-id: trunk@35486 -
2012-02-19 15:50:48 +00:00
maxim
55e336c787 IDE, Editor file manager dialog: avoid buttons and checkbox jumping when their captions are changed
git-svn-id: trunk@35485 -
2012-02-19 15:32:14 +00:00
mattias
0dd3daffcc lazutils: dbgmemrange: pointer to avoid typecasts
git-svn-id: trunk@35484 -
2012-02-19 14:40:45 +00:00
maxim
ac94bd963c Translations: cleanup some PO files
git-svn-id: trunk@35483 -
2012-02-19 14:28:47 +00:00
zeljko
9fcf0cceae Gtk2: removed patch for #12362 since it crashes shaped controls under gtk2.
git-svn-id: trunk@35482 -
2012-02-19 14:05:30 +00:00
maxim
ad789778bc Translations: Czech IDE translation update by Martin Smat
git-svn-id: trunk@35481 -
2012-02-19 13:53:09 +00:00
juha
dea040f1e5 IDE: Rename TKeyCommandRelationList.CreateDefaultMapping to DefineCommandCategories
git-svn-id: trunk@35480 -
2012-02-19 13:00:01 +00:00
juha
4310d040e2 IDE: add IDE command for the Editor Window Manager. Improve some strings.
git-svn-id: trunk@35479 -
2012-02-19 12:59:49 +00:00
zeljko
a4ee9b8f81 Gtk2: fixed compilation with -dVerboseRawImage
git-svn-id: trunk@35478 -
2012-02-19 12:08:06 +00:00
zeljko
c369edc334 examples lazintfimage: paint bitmaps inside paint event, qt and carbon do not support paint outside of paint event.
git-svn-id: trunk@35477 -
2012-02-19 11:35:21 +00:00
juha
2b9b562c24 IDE: make procedure TSourceNotebook.MoveEditor() public. Fix EditorFileManager behavior with many editor windows.
git-svn-id: trunk@35476 -
2012-02-19 11:30:46 +00:00
zeljko
eb345d8552 Qt: added PATPAINT raster op
git-svn-id: trunk@35475 -
2012-02-19 10:56:33 +00:00
zeljko
784eafb712 Qt: added PATCOPY to TQtWidgetSet.StretchMaskBlt
git-svn-id: trunk@35474 -
2012-02-19 10:45:44 +00:00
zeljko
5e51d368a3 Qt: added BLACKNESS and WHITENESS support into TQtWidgetSet.StretchMaskBlt()
git-svn-id: trunk@35473 -
2012-02-19 10:27:13 +00:00
juha
5866b2577e IDE: Improve keymapping options frame.
git-svn-id: trunk@35472 -
2012-02-19 09:58:48 +00:00
juha
6e64f6d1fc LazSvn package: restore Application.QueueAsyncCalls
git-svn-id: trunk@35471 -
2012-02-19 09:58:40 +00:00
juha
efa58a1062 Packager: Select a package to install also with Enter key in InstallPkgSetDlg
git-svn-id: trunk@35470 -
2012-02-18 23:10:25 +00:00
juha
1a743bf4bc LazSvn package: fix memory leaks. Clean the code by using generics containers and objects instead of records.
git-svn-id: trunk@35469 -
2012-02-18 21:34:37 +00:00
mattias
44740de026 lazutils: added StrToXMLValue
git-svn-id: trunk@35468 -
2012-02-18 21:09:48 +00:00
mattias
75e607c431 lazutils: TDOMNode.GetLevel
git-svn-id: trunk@35467 -
2012-02-18 20:57:36 +00:00
mattias
e307672e60 cody: dictionary: disconnect idle on destroy
git-svn-id: trunk@35466 -
2012-02-18 20:57:07 +00:00
mattias
4918aaf8df cody: dictionary: disconnect idle on close
git-svn-id: trunk@35465 -
2012-02-18 20:56:20 +00:00
martin
f0452c78ad SynEdit: Fixed inconsistency between SetCaretY/X (only one cord) and SetCaretXY (both). The latter would always clear selection if set (even if unchanged), the former only on change. The former was changed. Issue #20209
git-svn-id: trunk@35464 -
2012-02-18 20:42:51 +00:00
juha
aee57b0b70 LazSvn Package improvements
git-svn-id: trunk@35463 -
2012-02-18 20:02:52 +00:00
martin
00b66e9c44 IDE: Make Synedit's overview gutter available
git-svn-id: trunk@35462 -
2012-02-18 18:41:26 +00:00
martin
a3467f2bc3 IDE/SynEdit: macro recorder, ignore certain commands
git-svn-id: trunk@35461 -
2012-02-18 17:46:22 +00:00
zeljko
d09a026ad1 Gtk2: finally deleted unused gtk2comboboxcallback.inc gtk2pagecallback.inc gtk2dragcallback.inc (merged into gtk2callback.inc).
git-svn-id: trunk@35460 -
2012-02-18 17:17:13 +00:00
zeljko
dfda5d842a LCL: removed gtk2comboboxcallback.inc,gtk2pagecallback.inc and gtk2dragcallback.inc from lcl.lpk since they're part of gtk2callback.inc now
git-svn-id: trunk@35459 -
2012-02-18 17:15:34 +00:00
martin
9369fbe99c IDE/SynEdit: Added basic macro recorder
git-svn-id: trunk@35458 -
2012-02-18 17:09:03 +00:00
zeljko
33a2b41630 Gtk2: merged gtk2dragcallback.inc,gtk2comboboxcallback.inc and gtk2pagecallback.inc into gtk2callback.inc.
git-svn-id: trunk@35457 -
2012-02-18 17:04:43 +00:00
martin
6c2f247b5d IDE/SynEdit: Added basic macro recorder
git-svn-id: trunk@35456 -
2012-02-18 16:56:27 +00:00
zeljko
8fd52f78f1 Qt: fixed mouse events on TListBox and TCheckListBox. issue #21318
git-svn-id: trunk@35455 -
2012-02-18 16:37:04 +00:00
mattias
ff5f1f8f42 chmmaker: removed lrs
git-svn-id: trunk@35454 -
2012-02-18 16:25:17 +00:00
mattias
58cc773a74 chmmaker: using relative paths
git-svn-id: trunk@35453 -
2012-02-18 16:23:48 +00:00
mattias
c0fa7b90ac IDE: fixed uninitialized result
git-svn-id: trunk@35452 -
2012-02-18 16:16:58 +00:00
mattias
2780fd8032 chmmaker: use initialdir for filenamedits
git-svn-id: trunk@35451 -
2012-02-18 15:53:59 +00:00
mattias
bbe475b828 LCL: TFilenameEdit: check if Filename exists, use InitialDir
git-svn-id: trunk@35450 -
2012-02-18 15:52:39 +00:00
mattias
588639f160 LCL: TFilenameEdit: set DialogOptions for save, using defaults like default LCL dialog
git-svn-id: trunk@35449 -
2012-02-18 15:13:03 +00:00
mattias
73c5c4d51e LCL: TFilenameEdit: set initialdir for save
git-svn-id: trunk@35448 -
2012-02-18 15:10:25 +00:00
mattias
7448696074 IDE: anchor editor: extended hints with notes about borderspacing
git-svn-id: trunk@35447 -
2012-02-18 14:28:18 +00:00
martin
90f044e433 SynEdit: Painting issue with Syncro icon
git-svn-id: trunk@35446 -
2012-02-18 14:20:00 +00:00
mattias
830b96806b chmmaker: set initialdir of filedialogs
git-svn-id: trunk@35445 -
2012-02-18 14:09:15 +00:00
juha
dce2189855 Packager: minor changes to PackageEditor
git-svn-id: trunk@35444 -
2012-02-18 14:04:38 +00:00
juha
9ec7f6d914 IDE: Improve GUI layout in EditorFileManager and add sorting feature
git-svn-id: trunk@35443 -
2012-02-18 14:04:32 +00:00
juha
b5744efb18 LCL: forward Return key press to the filtered control in FilterEdit controls
git-svn-id: trunk@35442 -
2012-02-18 14:04:26 +00:00
mattias
43e8d15510 chmmaker: clean up
git-svn-id: trunk@35441 -
2012-02-18 14:04:09 +00:00
mattias
dd23bc3128 codetools: fixed typo
git-svn-id: trunk@35440 -
2012-02-18 13:55:21 +00:00
mattias
af96f00a7e codetools: fixed typo
git-svn-id: trunk@35439 -
2012-02-18 13:54:38 +00:00
mattias
3f83e596a3 codetools: fixed resolving children of global property
git-svn-id: trunk@35438 -
2012-02-18 13:53:11 +00:00