paul
|
27f131b0a7
|
ide: fix button event in the debugger general options
git-svn-id: trunk@17718 -
|
2008-12-08 02:18:08 +00:00 |
|
mattias
|
bd13f3946a
|
added man pages
git-svn-id: trunk@17717 -
|
2008-12-07 22:49:50 +00:00 |
|
mattias
|
fa43353907
|
clean up
git-svn-id: trunk@17716 -
|
2008-12-07 22:48:52 +00:00 |
|
mattias
|
ef52dfede9
|
codetools: SImpleInit: allow overriding TargetOS
git-svn-id: trunk@17715 -
|
2008-12-07 22:39:47 +00:00 |
|
mattias
|
991a580e12
|
codetools: extended examples to sue environment variable FPCTARGET
git-svn-id: trunk@17714 -
|
2008-12-07 22:09:57 +00:00 |
|
martin
|
6c76be7c59
|
SynEdit Refactor: Move Selection to it's own class. (Also fixes insert into *empty* buffer, which did skip the 2nd last line / Fixes undo/paste of line-mode selection)
git-svn-id: trunk@17713 -
|
2008-12-07 21:06:52 +00:00 |
|
vincents
|
ebe1b9d29a
|
LCL: published TImage MouseWheel events, tested by Maxim Ganetsky
git-svn-id: trunk@17709 -
|
2008-12-07 19:18:34 +00:00 |
|
kirkpatc
|
cc14be4a45
|
Updates, additions and links for all the classes in Grids.xml
git-svn-id: trunk@17706 -
|
2008-12-07 17:23:08 +00:00 |
|
jesus
|
50f6ae6046
|
LCL, fixed some grids default properties
git-svn-id: trunk@17705 -
|
2008-12-07 02:21:35 +00:00 |
|
zeljko
|
0cf2427cdd
|
Qt: fixed scrolling of TCustomFrame.
git-svn-id: trunk@17704 -
|
2008-12-06 18:25:28 +00:00 |
|
paul
|
c806339762
|
lcl: publish wheel events for trackbar (by request of Maxim Ganetsky)
git-svn-id: trunk@17703 -
|
2008-12-06 14:43:30 +00:00 |
|
paul
|
79e75b2f1a
|
lazbuild: regenerate resource files (#0012744)
git-svn-id: trunk@17702 -
|
2008-12-06 14:32:32 +00:00 |
|
paul
|
a373de7e03
|
ide: write appropriate color names for modified line attribute in the highlighter settings page
git-svn-id: trunk@17701 -
|
2008-12-06 13:44:39 +00:00 |
|
zeljko
|
738fb1f569
|
Qt: reduce getSysColor() overhead by caching colors.
git-svn-id: trunk@17700 -
|
2008-12-06 13:03:05 +00:00 |
|
paul
|
f7e1b1b5ac
|
lcl: set some default values to TFont properties
git-svn-id: trunk@17699 -
|
2008-12-06 11:46:59 +00:00 |
|
zeljko
|
fb451cc154
|
Qt: Avoid crash in qtthemes when changing application style programatically.
git-svn-id: trunk@17698 -
|
2008-12-06 11:19:19 +00:00 |
|
paul
|
a3eafb41c7
|
lcl: set some default values to TControl properties
git-svn-id: trunk@17697 -
|
2008-12-06 11:11:09 +00:00 |
|
paul
|
cc3a5e522f
|
lcl: fix a memory leak in the icns reader (when we tried to load an icon contained 256x256, 512x512 images with alpha)
git-svn-id: trunk@17695 -
|
2008-12-05 18:02:23 +00:00 |
|
paul
|
ee59743851
|
ide: don't store an icon data in the .lpi file anymore. store a boolean value (as string 0, -1) which means 0 - icon is not empty => read it from .ico, -1 - icon is empty
git-svn-id: trunk@17694 -
|
2008-12-05 17:38:58 +00:00 |
|
sekelsenmat
|
1b7c183342
|
Makes the correction of the form height to avoid overlapping the menu be automatic.
git-svn-id: trunk@17693 -
|
2008-12-05 16:11:36 +00:00 |
|
zeljko
|
15eeba4708
|
Qt: fix wheel event for customcontrols which uses custom painted scrollbars by it's own (fastcube).
git-svn-id: trunk@17692 -
|
2008-12-05 09:46:56 +00:00 |
|
paul
|
8f93dfa528
|
ide: remove debugger option dialog and menu item
git-svn-id: trunk@17691 -
|
2008-12-05 09:02:28 +00:00 |
|
paul
|
dbb79626c8
|
ide, debugger: add other frames to the ide options
git-svn-id: trunk@17690 -
|
2008-12-05 08:52:28 +00:00 |
|
paul
|
5174c3785e
|
ide, debugger: add debugger general options page to the ide options
git-svn-id: trunk@17689 -
|
2008-12-05 07:35:17 +00:00 |
|
paul
|
773ee3987f
|
ide: fix memory leak in check LFM dialog
git-svn-id: trunk@17688 -
|
2008-12-05 07:20:11 +00:00 |
|
paul
|
6425549345
|
ide: fix resource name (after actions renaming)
git-svn-id: trunk@17687 -
|
2008-12-05 06:51:37 +00:00 |
|
jesus
|
a2a70bc5c2
|
LCL, fix dbedit loosing changes when unfocused, issue #12745
git-svn-id: trunk@17686 -
|
2008-12-05 05:14:57 +00:00 |
|
sekelsenmat
|
98d9f5d134
|
Initial code for auto detecting menu position.
git-svn-id: trunk@17685 -
|
2008-12-04 16:45:42 +00:00 |
|
sekelsenmat
|
3ccc06be10
|
Patch from zeljko. Improves scrolling fixes
git-svn-id: trunk@17684 -
|
2008-12-04 16:39:12 +00:00 |
|
zeljko
|
9a5c600991
|
Qt: bugfix GetDCOriginRelativeToWindow() returned wrong origin when form contains mainmenu.
git-svn-id: trunk@17683 -
|
2008-12-04 16:19:14 +00:00 |
|
sekelsenmat
|
bd8fc98301
|
Fixes the AutoScroll property.
git-svn-id: trunk@17682 -
|
2008-12-04 14:26:34 +00:00 |
|
sekelsenmat
|
e42f38b071
|
Adds the MaximizedWindowHeightCorrection property to correct window height in Windows CE.
git-svn-id: trunk@17681 -
|
2008-12-04 13:24:18 +00:00 |
|
tombo
|
fb1ea9e664
|
LCL carbon: applied patch from Dmitry - fixes updating client bounds of controls with scrolling content
git-svn-id: trunk@17680 -
|
2008-12-04 13:02:44 +00:00 |
|
paul
|
99d9e21de1
|
ide: move bevels a bit right to give more room for translated strings
git-svn-id: trunk@17679 -
|
2008-12-04 10:15:58 +00:00 |
|
paul
|
1c79f69559
|
ide: check if sourceditor has active editor before working with it font (no more crash when you edit ide options with closed editor)
git-svn-id: trunk@17678 -
|
2008-12-04 08:03:09 +00:00 |
|
paul
|
5775f67b6e
|
lcl: fix memory leak in translations unit
git-svn-id: trunk@17677 -
|
2008-12-04 01:45:00 +00:00 |
|
paul
|
758072e721
|
ide: prepare merge of debugger options into ide options
git-svn-id: trunk@17676 -
|
2008-12-04 00:17:04 +00:00 |
|
laurent
|
7400faf7ef
|
Add icon orange for Lazarus
git-svn-id: trunk@17675 -
|
2008-12-03 17:19:02 +00:00 |
|
laurent
|
1172149400
|
Add Lazarus icon for Mac OSX
git-svn-id: trunk@17674 -
|
2008-12-03 14:33:50 +00:00 |
|
zeljko
|
81c926981b
|
Qt: fix for qt window hints, fixes bug #12430.
git-svn-id: trunk@17673 -
|
2008-12-03 13:46:50 +00:00 |
|
andrew
|
2e2ae63b1a
|
* ifdef'd the chm searching code so an older fpc can compile it
git-svn-id: trunk@17672 -
|
2008-12-03 12:13:47 +00:00 |
|
paul
|
3e23380837
|
debugger: don't pause a project when exception must be skiped
git-svn-id: trunk@17671 -
|
2008-12-03 10:46:31 +00:00 |
|
laurent
|
be0dc642f6
|
IDE: Update French language
git-svn-id: trunk@17670 -
|
2008-12-03 10:11:51 +00:00 |
|
andrew
|
45a0a8e636
|
* now lhelp tabs are not shown if the items they represent are not available
git-svn-id: trunk@17669 -
|
2008-12-03 03:36:09 +00:00 |
|
andrew
|
9a205e2a39
|
* fixed index out of bounds error
git-svn-id: trunk@17668 -
|
2008-12-03 03:06:54 +00:00 |
|
andrew
|
27000278c6
|
* hopefully fixed display problems with win32
git-svn-id: trunk@17667 -
|
2008-12-03 02:00:13 +00:00 |
|
andrew
|
441f211cf7
|
* some more lhelp fixes loading chm's from lazarus works properly now when two chms are opened
git-svn-id: trunk@17666 -
|
2008-12-03 01:03:46 +00:00 |
|
andrew
|
707ab26207
|
* made lhelp url loading more robust. now an absolute link is stored in history
git-svn-id: trunk@17665 -
|
2008-12-02 22:31:28 +00:00 |
|
jesus
|
7ceed3d638
|
LCL, postscript, use selectfont instead of findfont/scalefont, fix typo in postscript example
git-svn-id: trunk@17664 -
|
2008-12-02 22:13:31 +00:00 |
|
paul
|
953046ea87
|
ide: skip handling of EAbort exception by default
git-svn-id: trunk@17663 -
|
2008-12-02 14:45:03 +00:00 |
|