Commit Graph

6022 Commits

Author SHA1 Message Date
micha
9076ae16e5 convert LM_POPUPSHOW message to interface method
git-svn-id: trunk@5972 -
2004-09-11 17:29:10 +00:00
micha
7d7aae1d39 remove obsolete LM_SETFILTER and LM_SETFILENAME messages
git-svn-id: trunk@5971 -
2004-09-11 15:01:22 +00:00
micha
9331f9ce12 convert LM_BTNDEFAULT_CHANGED message to interface method
git-svn-id: trunk@5970 -
2004-09-11 14:54:01 +00:00
micha
b09d407049 convert LM_BRINGTOFRONT message to interface method
NOTE: was only used for tapplication, not from other controls

git-svn-id: trunk@5969 -
2004-09-11 13:38:37 +00:00
micha
84ef0bbe40 convert LM_ADDCHILD message to interface method
git-svn-id: trunk@5968 -
2004-09-11 13:06:49 +00:00
micha
27896971f5 fix forget text after assigning items, need to give exact right class
git-svn-id: trunk@5967 -
2004-09-11 12:15:45 +00:00
mattias
8a5b39971b implemented TBitmap.LoadFromDevice
git-svn-id: trunk@5966 -
2004-09-11 10:19:07 +00:00
mattias
a173ca36a9 fixed TLazIntfImage.LoadFromDevice
git-svn-id: trunk@5965 -
2004-09-11 10:02:38 +00:00
mattias
d8300a99ff implemented commenting missing units for Delphi unit conversion
git-svn-id: trunk@5964 -
2004-09-11 01:23:11 +00:00
mattias
a22c29b480 fixed converting vaInt8 and vaUTF8String
git-svn-id: trunk@5963 -
2004-09-10 22:14:47 +00:00
micha
18d67ba979 convert LM_CLB_G/SETCHECKED to interface methods
git-svn-id: trunk@5962 -
2004-09-10 20:19:13 +00:00
micha
773ffa3278 convert LM_ATTACHMENU to interface method
git-svn-id: trunk@5961 -
2004-09-10 18:58:24 +00:00
micha
f03abe5a1e remove LM_GETLABEL since it is not used (anymore)
git-svn-id: trunk@5960 -
2004-09-10 18:06:12 +00:00
micha
9bf5da6991 convert LM_APPENDTEXT to interface method
git-svn-id: trunk@5959 -
2004-09-10 17:59:58 +00:00
mattias
574cfd8529 implemented very rudimentary TTabControl
git-svn-id: trunk@5958 -
2004-09-10 16:28:51 +00:00
mazen
4ec18647d4 * Add support for BIDI using FreeBIDI unit (new RTL unit)
git-svn-id: trunk@5957 -
2004-09-10 16:14:16 +00:00
micha
963bdc89c2 convert lm_gettext to new interface methods
remove lm_settext replacement settext methods in twidgetsets

git-svn-id: trunk@5956 -
2004-09-10 14:38:30 +00:00
micha
7f1de98fae remove LM_SETTEXT message as it is not used
git-svn-id: trunk@5955 -
2004-09-10 11:20:44 +00:00
micha
d189d5601f convert LM_SETLABEL message to interface methods
git-svn-id: trunk@5954 -
2004-09-10 09:43:13 +00:00
mattias
17b50e641d removed double implicit unit from Alexander Shiyan
git-svn-id: trunk@5953 -
2004-09-09 22:02:57 +00:00
mattias
4643737fa0 started TTabControlNotebookStrings
git-svn-id: trunk@5952 -
2004-09-09 22:00:37 +00:00
mattias
81a54223f5 renamed customradiogroup.inc to radiogroup.inc
git-svn-id: trunk@5951 -
2004-09-09 09:35:44 +00:00
mattias
1828741e37 changed TCustomXXX published sections to public
git-svn-id: trunk@5950 -
2004-09-09 09:18:53 +00:00
mattias
ffe7b57320 fixed shorten path for search result view
git-svn-id: trunk@5949 -
2004-09-08 23:16:14 +00:00
mattias
20cfc9e471 improved TListView.SetItemVisible from Andrew Haines
git-svn-id: trunk@5948 -
2004-09-08 23:05:36 +00:00
mattias
69059885b0 started TTabControl
git-svn-id: trunk@5947 -
2004-09-08 22:59:54 +00:00
micha
6adb463e6f convert LM_SHOWHIDE message to new intf method TWSWinControl.ShowHide
git-svn-id: trunk@5946 -
2004-09-08 20:47:17 +00:00
micha
e512c8e42a convert LM_SETCOLOR message to new intf method TWSWinControl.SetColor
git-svn-id: trunk@5945 -
2004-09-08 19:09:34 +00:00
mazen
d900a5f83e * fix BIDI insertion, still needs more work on utf8bidi
git-svn-id: trunk@5944 -
2004-09-08 16:39:34 +00:00
mazen
e12ee5a465 * Commenting removed messages
* Can someone please verify they can be removed please?

git-svn-id: trunk@5943 -
2004-09-08 16:20:24 +00:00
mattias
89483df42f fixed find in files searching at end of line
git-svn-id: trunk@5942 -
2004-09-08 08:20:50 +00:00
vincents
78477655a6 - removed some debug output
- removed wmsize event handler
- changed case of some keywords
- improved DrawFocusRect in case there are not gridlines

git-svn-id: trunk@5941 -
2004-09-08 07:21:10 +00:00
mattias
0a089d1218 implemented Package Editor -> View package source
git-svn-id: trunk@5940 -
2004-09-07 14:49:13 +00:00
micha
bc8ccb5975 fix key handling of maskedit (inhibit backspace handling)
git-svn-id: trunk@5939 -
2004-09-07 14:13:16 +00:00
mattias
de212d1f9b fixed value synedit heights in codetools defines editor
git-svn-id: trunk@5938 -
2004-09-07 12:34:04 +00:00
mattias
0aac112e5b fixed add file to package dialog: unit instead of virtual unit
git-svn-id: trunk@5937 -
2004-09-07 12:13:36 +00:00
mattias
5c577fc4ba fixed missing semicolon for new forms
git-svn-id: trunk@5936 -
2004-09-07 12:09:36 +00:00
mattias
769920e59b fixed missing semicolon in package main sources
git-svn-id: trunk@5935 -
2004-09-07 11:45:21 +00:00
mattias
3d39aba638 implemented Components -> Open package of current unit
git-svn-id: trunk@5934 -
2004-09-07 11:43:03 +00:00
mattias
d1151c2d1e fixed crash on deleteing custom ct defines
git-svn-id: trunk@5933 -
2004-09-07 11:13:10 +00:00
micha
e91d8c2c09 fix logs to get rid of comment level 2 warning
git-svn-id: trunk@5932 -
2004-09-07 10:26:17 +00:00
micha
02b14f6cbb fix win32 interface, remove lm_setlimittext (obsolete)
git-svn-id: trunk@5931 -
2004-09-07 10:18:11 +00:00
micha
12e184b13e convert lcl messages to new interface using methods: LM_{G,S}ETSELSTART, LM_{G,S}ETSELLEN, LM_{G,S}ETLIMITTEXT
git-svn-id: trunk@5930 -
2004-09-07 09:44:46 +00:00
mattias
135948348e started the carbon LCL interface
git-svn-id: trunk@5929 -
2004-09-06 22:24:52 +00:00
micha
41e753368c implement LM_GETSELLEN en LM_GETSELSTART for win32 edit controls
git-svn-id: trunk@5928 -
2004-09-06 15:08:32 +00:00
mattias
37271113a2 updated objinspstrconsts.fi.po from Seppo
git-svn-id: trunk@5927 -
2004-09-05 21:35:27 +00:00
mattias
4257eafa48 updated finish translation from Seppo
git-svn-id: trunk@5926 -
2004-09-05 12:16:32 +00:00
mattias
0128c35793 added unitname repair heuristic
git-svn-id: trunk@5925 -
2004-09-05 12:13:51 +00:00
mattias
bb66eeac5f fixed SkipCompiler flag in options dialog
git-svn-id: trunk@5924 -
2004-09-05 11:45:43 +00:00
mattias
f564ed3b0c fixed gtk1 intf key handler result
git-svn-id: trunk@5923 -
2004-09-05 10:39:01 +00:00