mattias
|
cc16db91ec
|
IDE: fixed adding base directory to search paths
git-svn-id: trunk@10253 -
|
2006-11-28 18:51:19 +00:00 |
|
jesus
|
1506d45d5e
|
grids: moving custom columns in stringgrid also should move grid content, issue #7897
git-svn-id: trunk@10252 -
|
2006-11-28 00:56:42 +00:00 |
|
micha
|
c214daac3f
|
fix typed pointer arithmetic (issue #7894, patch by Colin Western)
git-svn-id: trunk@10251 -
|
2006-11-27 18:37:31 +00:00 |
|
vincents
|
73daf3194e
|
imagelist editor: fixed calling question dialog (bug #7755)
git-svn-id: trunk@10250 -
|
2006-11-27 14:02:21 +00:00 |
|
mattias
|
88b0c4a440
|
IDE: project options; lazdoc; removed note about limitations
git-svn-id: trunk@10249 -
|
2006-11-27 13:37:34 +00:00 |
|
vincents
|
74f9716544
|
IDE: fixed opening lpi as regular file (bug #7890)
git-svn-id: trunk@10248 -
|
2006-11-27 09:40:45 +00:00 |
|
vincents
|
17d8347bb9
|
IDE: sort comboboxes in version info tab patch from xpete
git-svn-id: trunk@10247 -
|
2006-11-27 09:05:53 +00:00 |
|
vincents
|
e8a6925d65
|
lcl wsdialogs: use LCLType to have a 64 bits THandle on 64 bits cpus from Giulio Bernardi
git-svn-id: trunk@10246 -
|
2006-11-26 19:19:22 +00:00 |
|
micha
|
666855ac8d
|
use better stretch blitting mode by default (from Patrick Chevalley)
git-svn-id: trunk@10245 -
|
2006-11-26 15:16:29 +00:00 |
|
vincents
|
268922b4be
|
svn2revisioninc accepts old style command line parameters from Darius
git-svn-id: trunk@10244 -
|
2006-11-25 20:52:14 +00:00 |
|
vincents
|
d02f71d630
|
svn2revsisioninc parameters remain backwards compatible, reverted changes to Makefile.fpc made in revision 10235 #4b4ab7f006
git-svn-id: trunk@10243 -
|
2006-11-25 20:07:09 +00:00 |
|
vincents
|
3112804d7b
|
svn2revsisioninc parameters remain backwards compatible, reverted changes to scripts made in revision 10235 #4b4ab7f006
git-svn-id: trunk@10242 -
|
2006-11-25 20:06:22 +00:00 |
|
vincents
|
7bdade1b53
|
lcl: anchored buttons on question dialog
git-svn-id: trunk@10241 -
|
2006-11-24 19:23:02 +00:00 |
|
mattias
|
d05a8a033c
|
IDE: imporved layout of codetools defines values dialog
git-svn-id: trunk@10240 -
|
2006-11-24 14:39:41 +00:00 |
|
mattias
|
87cb2dde3f
|
IDE: component palette: aligning buttons in multiple rows if there is enough space
git-svn-id: trunk@10239 -
|
2006-11-24 14:30:26 +00:00 |
|
mattias
|
e280cbf19f
|
gtk1 intf: font for TListBox items from sergkam
git-svn-id: trunk@10238 -
|
2006-11-24 13:55:46 +00:00 |
|
mattias
|
4fae7d4467
|
IDE: fixed mouse move on TDataModule issue #7790
git-svn-id: trunk@10237 -
|
2006-11-24 13:45:45 +00:00 |
|
mattias
|
0a487c57cc
|
codetools: include directives apostrophes are now allowed in all compiler modes
git-svn-id: trunk@10236 -
|
2006-11-24 13:36:03 +00:00 |
|
mattias
|
4b4ab7f006
|
svn2revisioninc: making it a TCustomApplication and adding command line switches from Darius
git-svn-id: trunk@10235 -
|
2006-11-24 12:59:46 +00:00 |
|
mattias
|
549003fc63
|
lazbuild: implemented overriding global compiler filename
git-svn-id: trunk@10234 -
|
2006-11-24 12:41:43 +00:00 |
|
jesus
|
a4664b8977
|
fix for TWin32ListStringList to preserve special chars and status on assign operation
git-svn-id: trunk@10233 -
|
2006-11-22 23:56:03 +00:00 |
|
vincents
|
3f883b4f36
|
win32 interface: prevent AV in some cases of wm_wheelmouse
git-svn-id: trunk@10232 -
|
2006-11-22 14:47:21 +00:00 |
|
vincents
|
e09365d5aa
|
updated Spanis translation from JEAN SOLIS
git-svn-id: trunk@10231 -
|
2006-11-22 11:38:24 +00:00 |
|
vincents
|
da0ac8d3cd
|
win32 interface: revert part of previous commit. It did include more than a fix for bug #7844
git-svn-id: trunk@10230 -
|
2006-11-22 11:33:22 +00:00 |
|
vincents
|
6bf3603e9e
|
LCL: use autosizing and anchoring to layout InputDialog (bug #1536)
git-svn-id: trunk@10229 -
|
2006-11-22 11:26:28 +00:00 |
|
vincents
|
9f21bbf3e6
|
IDE: set the enabled state of the controls on the version tab when loading the project options, fixes bug #7853)
git-svn-id: trunk@10228 -
|
2006-11-22 10:55:51 +00:00 |
|
micha
|
eb03426f43
|
fix menu items not firing in win95 and NT (issue #7655, patch from msmat)
git-svn-id: trunk@10227 -
|
2006-11-21 21:46:15 +00:00 |
|
vincents
|
ecd3879ac4
|
macosx installer: added parameter for used fpc svn directory
git-svn-id: trunk@10226 -
|
2006-11-21 19:21:58 +00:00 |
|
vincents
|
82e647b24a
|
LCL: set UpDown Orientation before adding the TUpDownButtons, fixes issue #7855.
git-svn-id: trunk@10225 -
|
2006-11-21 14:19:24 +00:00 |
|
vincents
|
7958b8e0ce
|
lcl: question dialog uses DT_INTERNAL flag for calculating the textbox size, fixes bug #1823, #7823 and others
git-svn-id: trunk@10224 -
|
2006-11-21 13:36:13 +00:00 |
|
mattias
|
c045101121
|
codetools: remove debugging code
git-svn-id: trunk@10223 -
|
2006-11-20 18:18:40 +00:00 |
|
mattias
|
e5fdfd28ff
|
codetools: allowed: var identifier: class of identifier
git-svn-id: trunk@10222 -
|
2006-11-20 16:28:20 +00:00 |
|
mattias
|
01c3d62fc8
|
IDE: project definitions are now automatically added to all directories in the unit search path (same for packages)
git-svn-id: trunk@10221 -
|
2006-11-20 15:38:48 +00:00 |
|
vincents
|
13689073c2
|
added support for ITestListener.StartTestSuite and EndTestSuite from Graeme
git-svn-id: trunk@10220 -
|
2006-11-20 11:04:19 +00:00 |
|
vincents
|
4342c27eee
|
added new QT contributor
git-svn-id: trunk@10219 -
|
2006-11-20 08:08:01 +00:00 |
|
vincents
|
70452f37ec
|
win32 installer:
+ associations are user configurable
- remove license acceptance dialog
* set 64-bit installer flag
git-svn-id: trunk@10218 -
|
2006-11-19 21:18:08 +00:00 |
|
sekelsenmat
|
dc6ff66f9b
|
Fixes on qt interface for 64-bits platforms from Giulio Bernardi.
git-svn-id: trunk@10217 -
|
2006-11-19 18:47:19 +00:00 |
|
andrew
|
5302d4b562
|
changed lazarus to use the widgetset it is compiled with as the default when building projects
+ added WidgetSetName function to TWidgetSet.
+ changed the order of units on qtint and fpguiint
git-svn-id: trunk@10216 -
|
2006-11-18 13:45:28 +00:00 |
|
vincents
|
a51b2a96e2
|
use EnsureVisible to show collection property editor (bug #7398)
git-svn-id: trunk@10215 -
|
2006-11-17 14:38:48 +00:00 |
|
vincents
|
3e30ff60cb
|
lcl: promptdialog underlines letter prefixed with & (bug #7591) from Martin Smat
git-svn-id: trunk@10214 -
|
2006-11-17 10:29:05 +00:00 |
|
vincents
|
39304ec572
|
fixed typo
git-svn-id: trunk@10213 -
|
2006-11-17 10:04:57 +00:00 |
|
andrew
|
d817c43808
|
drastically improved gtk2 synedit speed
git-svn-id: trunk@10212 -
|
2006-11-16 22:36:32 +00:00 |
|
vincents
|
6a2d49359c
|
publish project: fixed saving settings, when clicking ok
git-svn-id: trunk@10211 -
|
2006-11-16 22:20:12 +00:00 |
|
micha
|
3e63e3f908
|
make async call queue a FIFO (patch by Alexandre Leclerc)
git-svn-id: trunk@10210 -
|
2006-11-16 20:26:39 +00:00 |
|
vincents
|
49b77d57c0
|
ide: fixed taborder of publish project dialog, from Graeme
git-svn-id: trunk@10209 -
|
2006-11-16 13:32:41 +00:00 |
|
vincents
|
8f7f685170
|
ide: improved layout of the find/replace dialog, from Graeme
git-svn-id: trunk@10208 -
|
2006-11-16 12:46:14 +00:00 |
|
vincents
|
d4dd6c0196
|
wince interface: several fixes from Christian Ulrich
* closing a application
* window styles
+ GetPixel and SetPixel
git-svn-id: trunk@10207 -
|
2006-11-16 12:18:12 +00:00 |
|
vincents
|
9757e008dd
|
lcl: added TApplication.ApplicationType from Christian Ulrich
git-svn-id: trunk@10206 -
|
2006-11-16 12:16:35 +00:00 |
|
vincents
|
829be5d8d6
|
fpcunit gui runner: fixed layout from Graeme
git-svn-id: trunk@10205 -
|
2006-11-15 15:10:25 +00:00 |
|
vincents
|
5a325e1788
|
lcl: updown buttons are not selectable in designer (bug #7822)
git-svn-id: trunk@10204 -
|
2006-11-15 07:22:07 +00:00 |
|