tombo
0b9b60dd65
Carbon intf: Applied #0009905 : Some entries in the Carbon CursorToThemeCursor array were wrong, and a fix is suggested from James Chandler Jr. (added to Contributors.txt)
...
- implemented #0009889 : Carbon TSaveDialog ignores InitialDir
- fixed #0009888 : Carbon: impossible to have menus with Modal forms
git-svn-id: trunk@12409 -
2007-10-10 19:02:13 +00:00
mattias
cf3d81df7b
codetools: finddeclaration: implemented using generics parameters as type identifiers
...
git-svn-id: trunk@12408 -
2007-10-10 17:07:00 +00:00
mattias
bf2f4fb951
codetools: parser: fixed parsing methods after var protected section
...
git-svn-id: trunk@12407 -
2007-10-10 15:56:22 +00:00
mattias
bb2d60019e
h2pas wizard, IDE text converters: improved error handling
...
git-svn-id: trunk@12406 -
2007-10-10 15:50:38 +00:00
mattias
bcd769c266
clean up
...
git-svn-id: trunk@12405 -
2007-10-10 12:00:40 +00:00
mattias
3e98225f10
h2pas wizard: changed defaults to create a unit instead of include files
...
git-svn-id: trunk@12404 -
2007-10-10 10:56:20 +00:00
zeljko
67a225075b
Qt: Fix - TQColor.Alpha & TQColor.Pad must be properly initialized in ColorRefToTQColor().
...
git-svn-id: trunk@12403 -
2007-10-10 09:59:12 +00:00
paul
924b036e96
win32: fix bug with main window deactivation (caused by todays commit)
...
git-svn-id: trunk@12402 -
2007-10-10 09:26:31 +00:00
paul
7bb6447b50
lcl: added support for custom colors to TColorBox (from Nikolay Ermolov)
...
git-svn-id: trunk@12401 -
2007-10-10 08:47:52 +00:00
paul
2f59a48d23
images: project images from wile64
...
git-svn-id: trunk@12400 -
2007-10-10 01:12:15 +00:00
paul
892e6f172c
win32:
...
- improve RemoveStayOnTopFlags, RestoreStayOnTopFlags to prevent activation of window. Dont allow more than one remove without restore and vice versa.
- remove stay on top from application windows when application become inactive and restore them on activate (so stay on top windows are not on screen when application is inactive) (issue #0008471 )
git-svn-id: trunk@12399 -
2007-10-10 00:46:31 +00:00
marc
286cd77dab
* Fixed loading mask of icons
...
git-svn-id: trunk@12398 -
2007-10-09 23:44:03 +00:00
zeljko
3de9cce666
Qt: Fixed LineTo() extra point drawing.
...
git-svn-id: trunk@12397 -
2007-10-09 20:57:59 +00:00
andrew
e07b98989f
Applied patch from bug #9902 to fix gtk2 combobox OnCloseEvent
...
git-svn-id: trunk@12396 -
2007-10-09 20:26:43 +00:00
andrew
e628172571
Applied patch from Ales Katona for bug #9885 which fixes gtk2 Combobox OnSelect
...
git-svn-id: trunk@12395 -
2007-10-09 16:35:38 +00:00
zeljko
6e14738195
Qt: Added missing color specification to ColorRefToTQColor().
...
git-svn-id: trunk@12394 -
2007-10-09 13:25:29 +00:00
mattias
b1c8d7a530
IDE: added insert todo dialog from wile64 and added compilation test for special chars in search paths
...
git-svn-id: trunk@12393 -
2007-10-09 12:20:41 +00:00
mattias
da1f0df41a
IDE: on reopen project: ignore missing less important files
...
git-svn-id: trunk@12392 -
2007-10-09 10:34:16 +00:00
vincents
d93285d68b
win32 interface: fix win64 compilation
...
git-svn-id: trunk@12391 -
2007-10-09 09:36:59 +00:00
vincents
ea43df7e15
LCL: removed TRTLCtriticalSection, it is provided by the RTL now
...
git-svn-id: trunk@12390 -
2007-10-09 09:01:00 +00:00
vincents
fd83263261
LCL: made menu caption and hint translatable ( #9876 )
...
git-svn-id: trunk@12389 -
2007-10-09 08:27:16 +00:00
paul
d9d606c45a
codetools: fix compilation under windows
...
git-svn-id: trunk@12388 -
2007-10-09 01:35:59 +00:00
marc
27cda5e7cd
* fixed bug #8550 for loading and alignment. Creating a 1bit bitmap when requesten still needs to be done
...
git-svn-id: trunk@12387 -
2007-10-09 00:10:15 +00:00
mattias
d7ae834ce1
codetools: directorycacher: replaced strlicomp functions with own functions to ensure they work always the same
...
git-svn-id: trunk@12386 -
2007-10-08 23:07:17 +00:00
darius
619eaac3c4
implemented IDE Help
...
improved anchoring
added splitter
git-svn-id: trunk@12385 -
2007-10-08 17:32:52 +00:00
darius
ecac4e7467
implemented IDE Help
...
improved anchoring
git-svn-id: trunk@12384 -
2007-10-08 16:25:27 +00:00
vincents
a9f96510dc
win32 interface: enable new style select directory dialog, which has a button for creating new directories from YHernan ( #9860 )
...
git-svn-id: trunk@12383 -
2007-10-08 14:12:13 +00:00
vincents
93c9981240
IDE: added workaround for the fact that windres (called by fpc 2.2.0) cannot find the preprocessor, if it is not on the path (bug #9793 )
...
git-svn-id: trunk@12382 -
2007-10-08 13:09:16 +00:00
mattias
5794ee8f65
IDE: identifier completion: adding := : checks if identifier can be assigned
...
git-svn-id: trunk@12381 -
2007-10-08 11:56:56 +00:00
tombo
b96d6a2a15
Carbon intf: started implementation of TClipboard - pasting text is working
...
- fixed Cursor changing for TControl
- fixed SetForegroundWindow
git-svn-id: trunk@12380 -
2007-10-08 11:25:00 +00:00
vincents
db339f6b42
IDE: made GetProgramSearchPath a function, Delim can be replaced with System.PathSep
...
git-svn-id: trunk@12379 -
2007-10-08 11:18:34 +00:00
mattias
b77db7a61d
IDE: codetools options dialog: added checkbox for identifier completion adding := operator
...
git-svn-id: trunk@12378 -
2007-10-08 11:11:41 +00:00
mattias
2adfa195f3
IDE: event assignment completion: fixed using beautify options for RValue
...
git-svn-id: trunk@12377 -
2007-10-08 10:44:01 +00:00
mattias
97e18a00f6
IDE: identifier completion: adding := : checks if there is already a :=
...
git-svn-id: trunk@12376 -
2007-10-08 10:24:02 +00:00
mattias
cfa90e6bd1
IDE: ientifier completion: adding semicoon: checks if identifier has childs
...
git-svn-id: trunk@12375 -
2007-10-08 10:20:04 +00:00
vincents
923da9556a
IDE: fixed path of the .po output file from Luis Rodrigues ( #9880 )
...
git-svn-id: trunk@12374 -
2007-10-08 09:31:40 +00:00
sekelsenmat
f5ccb97006
Improved tab controls support under wince. They still don't work, however.
...
git-svn-id: trunk@12373 -
2007-10-08 09:30:15 +00:00
vincents
95eb5d2dd4
IDE: clean up package options dialog from Luis Rodrigues ( #9872 )
...
git-svn-id: trunk@12372 -
2007-10-08 09:16:19 +00:00
paul
4502a2bf23
gtk: fix wrong custom cursor appearance (issue #0009584 )
...
git-svn-id: trunk@12371 -
2007-10-08 08:49:22 +00:00
kirkpatc
322affe91e
minor change in TCustomForm
...
git-svn-id: trunk@12370 -
2007-10-08 07:59:49 +00:00
sekelsenmat
b33722d424
Wince standard controls now use the provided class constants for the class name.
...
git-svn-id: trunk@12369 -
2007-10-08 07:45:58 +00:00
sekelsenmat
5e4da73b72
Patch by Arnold Bosch. Fixes TEdit events under wince.
...
git-svn-id: trunk@12368 -
2007-10-08 07:33:13 +00:00
paul
bace188b28
win32: properly restore MainForm on Application restore (there was bug when MainForm was also minimized) (issue #0009813 )
...
git-svn-id: trunk@12367 -
2007-10-08 03:29:37 +00:00
marc
1e1d30f9a2
* Optimized StretchMaskBlt. Default to Blitting when no aplhachannel is present
...
git-svn-id: trunk@12366 -
2007-10-07 22:03:18 +00:00
darius
43bfcae67b
Implemented IDE Help
...
Improved anchoring
git-svn-id: trunk@12365 -
2007-10-07 20:13:11 +00:00
darius
6465a52589
*forgotten files
...
changed BorderIcons property
git-svn-id: trunk@12364 -
2007-10-07 19:44:23 +00:00
darius
0ea63fe0d4
fixed anchoring TMacroSelectionBox
...
git-svn-id: trunk@12363 -
2007-10-07 19:26:59 +00:00
jesus
3c8fead5c5
LCL, grids, fixed AV when (db)grid is on a TNotebook or TPageControl page, issue #9871
...
git-svn-id: trunk@12362 -
2007-10-07 19:15:45 +00:00
marc
9117503b5d
* Fixed dialog icons on windowsversions before XP
...
+ Added AlphaBlend for windows versions not supporting is
+ Added GetLastErrorText utility function
git-svn-id: trunk@12361 -
2007-10-07 18:17:07 +00:00
andrew
f48817397c
Applied patch from Ales Katona for bug #9875 which fixes sizing and autosizing a gtk2 SpinEdit
...
git-svn-id: trunk@12360 -
2007-10-07 18:15:12 +00:00