mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 12:19:21 +02:00
fix logs to get rid of comment level 2 warning
git-svn-id: trunk@5932 -
This commit is contained in:
parent
02b14f6cbb
commit
e91d8c2c09
@ -792,8 +792,11 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.46 2004/09/07 10:26:16 micha
|
||||||
|
fix logs to get rid of comment level 2 warning
|
||||||
|
|
||||||
Revision 1.45 2004/09/07 09:44:46 micha
|
Revision 1.45 2004/09/07 09:44:46 micha
|
||||||
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
|
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
|
||||||
|
|
||||||
Revision 1.44 2004/09/01 10:25:58 mattias
|
Revision 1.44 2004/09/01 10:25:58 mattias
|
||||||
added some project flags to start getting rid of TProjectType
|
added some project flags to start getting rid of TProjectType
|
||||||
|
@ -380,8 +380,11 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.33 2004/09/07 10:26:16 micha
|
||||||
|
fix logs to get rid of comment level 2 warning
|
||||||
|
|
||||||
Revision 1.32 2004/09/07 09:44:46 micha
|
Revision 1.32 2004/09/07 09:44:46 micha
|
||||||
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
|
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
|
||||||
|
|
||||||
Revision 1.31 2004/08/25 20:16:12 marc
|
Revision 1.31 2004/08/25 20:16:12 marc
|
||||||
* fixed infinite for maxlength
|
* fixed infinite for maxlength
|
||||||
|
@ -462,8 +462,11 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.190 2004/09/07 10:26:16 micha
|
||||||
|
fix logs to get rid of comment level 2 warning
|
||||||
|
|
||||||
Revision 1.189 2004/09/07 09:44:46 micha
|
Revision 1.189 2004/09/07 09:44:46 micha
|
||||||
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
|
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
|
||||||
|
|
||||||
Revision 1.188 2004/09/02 09:16:59 mattias
|
Revision 1.188 2004/09/02 09:16:59 mattias
|
||||||
improved double byte char fonts for gtk1, started synedit UTF8 support
|
improved double byte char fonts for gtk1, started synedit UTF8 support
|
||||||
|
@ -9155,8 +9155,11 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.540 2004/09/07 10:26:16 micha
|
||||||
|
fix logs to get rid of comment level 2 warning
|
||||||
|
|
||||||
Revision 1.539 2004/09/07 09:44:46 micha
|
Revision 1.539 2004/09/07 09:44:46 micha
|
||||||
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
|
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
|
||||||
|
|
||||||
Revision 1.538 2004/09/06 22:24:52 mattias
|
Revision 1.538 2004/09/06 22:24:52 mattias
|
||||||
started the carbon LCL interface
|
started the carbon LCL interface
|
||||||
|
@ -284,11 +284,14 @@ End.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.97 2004/09/07 10:26:17 micha
|
||||||
|
fix logs to get rid of comment level 2 warning
|
||||||
|
|
||||||
Revision 1.96 2004/09/07 10:18:10 micha
|
Revision 1.96 2004/09/07 10:18:10 micha
|
||||||
fix win32 interface, remove lm_setlimittext (obsolete)
|
fix win32 interface, remove lm_setlimittext (obsolete)
|
||||||
|
|
||||||
Revision 1.95 2004/09/07 09:44:46 micha
|
Revision 1.95 2004/09/07 09:44:46 micha
|
||||||
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
|
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
|
||||||
|
|
||||||
Revision 1.94 2004/08/27 08:55:23 micha
|
Revision 1.94 2004/08/27 08:55:23 micha
|
||||||
implement tapplication.minimize for win32, stub for gtk
|
implement tapplication.minimize for win32, stub for gtk
|
||||||
|
@ -2979,11 +2979,14 @@ End;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.233 2004/09/07 10:26:17 micha
|
||||||
|
fix logs to get rid of comment level 2 warning
|
||||||
|
|
||||||
Revision 1.232 2004/09/07 10:18:11 micha
|
Revision 1.232 2004/09/07 10:18:11 micha
|
||||||
fix win32 interface, remove lm_setlimittext (obsolete)
|
fix win32 interface, remove lm_setlimittext (obsolete)
|
||||||
|
|
||||||
Revision 1.231 2004/09/07 09:44:46 micha
|
Revision 1.231 2004/09/07 09:44:46 micha
|
||||||
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
|
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
|
||||||
|
|
||||||
Revision 1.230 2004/09/06 15:08:32 micha
|
Revision 1.230 2004/09/06 15:08:32 micha
|
||||||
implement LM_GETSELLEN en LM_GETSELSTART for win32 edit controls
|
implement LM_GETSELLEN en LM_GETSELSTART for win32 edit controls
|
||||||
|
@ -1044,8 +1044,11 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.74 2004/09/07 10:26:16 micha
|
||||||
|
fix logs to get rid of comment level 2 warning
|
||||||
|
|
||||||
Revision 1.73 2004/09/07 09:44:46 micha
|
Revision 1.73 2004/09/07 09:44:46 micha
|
||||||
convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
|
convert lcl messages to new interface using methods: LM_G/SETSELSTART, LM_G/SETSELLEN, LM_G/SETLIMITTEXT
|
||||||
|
|
||||||
Revision 1.72 2004/08/30 16:37:58 mattias
|
Revision 1.72 2004/08/30 16:37:58 mattias
|
||||||
added OnUTF8KeyPresss
|
added OnUTF8KeyPresss
|
||||||
|
Loading…
Reference in New Issue
Block a user