mattias
69cfe88898
using UTF-8 for file operations and environment variables
...
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
marc
19bc247735
* Updated translations by Valdas Jankunas
...
git-svn-id: trunk@16235 -
2008-08-25 22:13:53 +00:00
vincents
7413699b4d
tests:
...
+ added UTF8 to UTF16 conversion test from Tomas
+ added a new directory for lcl tests
git-svn-id: trunk@16234 -
2008-08-25 21:45:08 +00:00
paul
a6461c8562
win32: remove occasional commited debug code
...
git-svn-id: trunk@16233 -
2008-08-25 14:56:00 +00:00
paul
f4a27a76a4
lcl: don't create mask in SetTransparentColor, but remove old if exists. Create mask on demand. fixes #0011903
...
git-svn-id: trunk@16232 -
2008-08-25 14:53:36 +00:00
paul
b955aded7a
lcl: don't trigger TBitmap.OnChange while adding it to the imagelist cache.
...
git-svn-id: trunk@16231 -
2008-08-25 14:29:14 +00:00
paul
7a57600b98
codetools: fixed compilation
...
git-svn-id: trunk@16230 -
2008-08-25 14:26:00 +00:00
paul
e10d1efd80
lcl: fixed compilation
...
git-svn-id: trunk@16229 -
2008-08-25 14:23:05 +00:00
tombo
39a3313e3f
LCL Carbon: improved Memo Lines handling and fixed bug #0011834 : TMemo in carbon
...
git-svn-id: trunk@16228 -
2008-08-25 14:07:53 +00:00
tombo
42a0de4eba
LCL Proc: fixed converting from/to UTF-16 encoding - when surrogate pair is used, we must subtract $10000 from Unicode point
...
git-svn-id: trunk@16227 -
2008-08-25 13:54:51 +00:00
mattias
5c3f687e2f
codetools: fileprocs: added file functions with UTF-8 encoding
...
git-svn-id: trunk@16226 -
2008-08-25 13:41:09 +00:00
mattias
c7f781d7ab
LCL: fileutil: added more sysutils file functions with UTF-8 encoding
...
git-svn-id: trunk@16225 -
2008-08-25 13:30:14 +00:00
mattias
779856513e
IDE: compiler options: using BaseDirectory as InitialDir for path dialogs
...
git-svn-id: trunk@16224 -
2008-08-25 13:02:43 +00:00
mattias
8785833b68
LCL: added functions to convert between UTF-8 and RTL ansi encoding
...
git-svn-id: trunk@16223 -
2008-08-25 12:40:41 +00:00
mattias
f6b212e537
fpccrosswin32: fixed typo
...
git-svn-id: trunk@16222 -
2008-08-25 12:18:24 +00:00
mattias
0c63511f92
translations: german: sqldb: from Joerg Braun
...
git-svn-id: trunk@16221 -
2008-08-25 11:25:18 +00:00
kirkpatc
2395c1a8b7
FPDoc - added descriptions for
...
TWinControl and TControl in Controls.xml;
some definitions for scrollbars in TForms.xml;
added links for TCustomListBox, TListBox, TCustomEdit, TMemoScrollBox, TCustomMemo, TEdit, TMemo, TCustomStaticText, TStaticText, TButtonControl, TCustomButton, TButton, TCustomCheckBox, TCheckBox, TToggleBox, TRadioButton, TCustomLabel and TLabel in StdCtrls.xml (finishing StdCtrls.xml)
git-svn-id: trunk@16220 -
2008-08-25 11:08:39 +00:00
mattias
f27c0074d7
lazreport: From Michael VC:
...
- tfrdesigner is now registered as a component, so it can be dropped on a form,
giving end-users the possibility to design their reports.
- Fixed bug that prevented checkbox/roundrect/shape buttons from being visible
when designing a report in the IDE.
- Fixed access violations that occurred when one of checkbox/roundrect/shape
was dropped on a report.
- Removed debug statements from roundrect code.
git-svn-id: trunk@16219 -
2008-08-25 09:37:35 +00:00
paul
73ec8979e6
win32: TMemo.Lines.AddStrings must append strings to the end of existed test - not overwrite it ( #0011964 ).
...
git-svn-id: trunk@16218 -
2008-08-25 01:38:29 +00:00
paul
11aaafc54f
gtk2: ofOverwritePrompt in TSaveDialog.Options is working now if gtk_2_8 is defined (either manual or auto on windows). partially fixes #0011962
...
git-svn-id: trunk@16217 -
2008-08-25 01:28:03 +00:00
marc
ce312d71a9
* Introduced Rasterimage.Masked property to distinguish between Alpha transparency and Masked transparency ( fixes #0011850 )
...
git-svn-id: trunk@16216 -
2008-08-24 22:56:56 +00:00
mattias
b2b848fff2
sqldblaz: added i18n
...
git-svn-id: trunk@16215 -
2008-08-24 22:15:34 +00:00
mattias
f078b5574b
IDE: adding package to project uses section when set in options
...
git-svn-id: trunk@16214 -
2008-08-24 22:02:51 +00:00
mattias
8793fabddd
IDE: not creating lrt files if unit has no i18n directory
...
git-svn-id: trunk@16213 -
2008-08-24 21:34:41 +00:00
mattias
bee248c6f7
IDE: added option to package usage option whether a package main unit is added to the project uses section
...
git-svn-id: trunk@16212 -
2008-08-24 20:51:44 +00:00
mattias
59b6c95052
IDE: not auto adding package to project uses section for designtime packages
...
git-svn-id: trunk@16211 -
2008-08-24 20:15:39 +00:00
mattias
f7bf90fef4
gtk1 intf: fixed debugging timer
...
git-svn-id: trunk@16210 -
2008-08-24 20:11:38 +00:00
vincents
7c263b6e77
IDE: fixed keyboard handling of window list on window tab of environment options dialog (issue #11952 )
...
git-svn-id: trunk@16209 -
2008-08-24 20:03:36 +00:00
michael
7d440b2a25
* Better unix font
...
git-svn-id: trunk@16208 -
2008-08-24 16:52:41 +00:00
vincents
1e87037f56
lcl: fixed compilation with fpc 2.2.0
...
git-svn-id: trunk@16207 -
2008-08-24 13:29:50 +00:00
vincents
236126e7ee
win32 interface: fixed TSmallPomt to WParam typecast (issue #11954 )
...
git-svn-id: trunk@16206 -
2008-08-24 13:02:04 +00:00
mattias
3b7fe72130
synedit: fixed tex highlighter for utf-8 chars, bug #11960
...
git-svn-id: trunk@16205 -
2008-08-24 12:28:45 +00:00
vincents
b6e000dff4
OI: added mousewheel handler, so it doesn't depend on the automatic conversion to scroll message, fixes issue #11953
...
git-svn-id: trunk@16204 -
2008-08-24 09:19:17 +00:00
tombo
48d129c846
LCL Carbon - fixed #0011947 : IDE's find dialog crashes
...
git-svn-id: trunk@16203 -
2008-08-24 08:37:23 +00:00
kirkpatc
2545d4e005
FPDoc - some descriptions added for TWinControl in Controls.xml
...
git-svn-id: trunk@16202 -
2008-08-24 08:29:03 +00:00
kirkpatc
4e51a3b4ca
FPDOc - fixing links for TCustomScrollBar, TScrollBar, TCustomComboBox and TComboBox in StdCtrls.xml; also change formatting from <i></i> to <var></var> in many places.
...
git-svn-id: trunk@16201 -
2008-08-24 08:27:28 +00:00
mattias
8f4f099071
synedit: workaround for bug #11926
...
git-svn-id: trunk@16200 -
2008-08-24 08:08:48 +00:00
mattias
acbbad4015
synedit: workaround for bug #10451
...
git-svn-id: trunk@16199 -
2008-08-24 08:07:31 +00:00
michael
4abc7a2aa9
* SQL editor registered (from Carlos Germán Tejero)
...
git-svn-id: trunk@16198 -
2008-08-23 14:52:36 +00:00
mattias
473313cf49
gtk2 intf: fixed UpdateDCTextMetric for default font
...
git-svn-id: trunk@16197 -
2008-08-23 13:23:51 +00:00
michael
7c20c96113
* Updated README with copy of Tom Verhoeff
...
* Added additional key
ProjectFile=
Any file whose name (no extension) matches this, will be renamed to __PROJNAME__
* Improved variables dialog: when there is no message, the grid
is disabled, and the message adapted accordingly
git-svn-id: trunk@16196 -
2008-08-23 11:05:01 +00:00
mattias
88e3f9b965
IDE: writing Makefile: skip if directory is not writable
...
git-svn-id: trunk@16195 -
2008-08-23 10:25:02 +00:00
mattias
b695b0c03c
IDE: enabled add directory to package dialog
...
git-svn-id: trunk@16194 -
2008-08-23 10:02:28 +00:00
mattias
e9ef3a058f
updated Makefile
...
git-svn-id: trunk@16193 -
2008-08-23 06:46:03 +00:00
mattias
64a4f59ccb
synedit: fixed unit circle
...
git-svn-id: trunk@16192 -
2008-08-23 06:45:46 +00:00
mattias
d306cba6ac
codetools: improved debugging
...
git-svn-id: trunk@16191 -
2008-08-23 06:45:17 +00:00
mattias
8bdd4e2c78
IDE: fixed help for Menu > Run > Run parameters
...
git-svn-id: trunk@16190 -
2008-08-22 20:37:54 +00:00
mattias
d3aa16bef6
translations: german updates from Joerg Braun
...
git-svn-id: trunk@16189 -
2008-08-22 20:33:27 +00:00
paul
8c1f0ed08d
win32: override DrawGrid, use old way since it works 2-4 times faster on slow machines (win98) or through terminal server on xp. Although it works indeed slower on direct session on fast machine.
...
git-svn-id: trunk@16188 -
2008-08-22 16:55:05 +00:00
mattias
438148c17d
IDE: implemented dialog to add whole directories to a package
...
git-svn-id: trunk@16187 -
2008-08-22 16:48:33 +00:00