marc
d7e66fd3f5
* Updated translations by Antonio Galvao
...
git-svn-id: trunk@10954 -
2007-04-16 21:21:44 +00:00
marc
0e635a6ca3
* Removed copyrighted code and implemented bare minimum to keep things compilable
...
git-svn-id: trunk@10953 -
2007-04-16 18:32:07 +00:00
vincents
73d15b87a6
IDE: fixed saving .lpr file for virtual projects (bug #8666 )
...
git-svn-id: trunk@10952 -
2007-04-16 15:21:03 +00:00
vincents
33c83a30ef
disabled debug output
...
git-svn-id: trunk@10951 -
2007-04-16 10:08:01 +00:00
vincents
171f613297
debugger: removed hack for popup menu in watches dialog, the LCL now shows a pop menu correctly on Windows.
...
git-svn-id: trunk@10950 -
2007-04-16 10:05:03 +00:00
vincents
f75315aedf
package manager: don't use gettext unit for translating resource strings, but only our own translations unit, fixes bug #8644
...
git-svn-id: trunk@10949 -
2007-04-16 09:57:09 +00:00
mattias
87921a7455
gtk2 intf: reduced notes
...
git-svn-id: trunk@10948 -
2007-04-15 08:54:04 +00:00
mattias
7f0d09ecbf
translations: german: updates from Joerg Braun
...
git-svn-id: trunk@10947 -
2007-04-15 08:00:51 +00:00
vincents
263aa5147d
LCL: fixed loading ListView items on 64 bits targets
...
+ the LCL now reads/writes ListView.Items.LazData property which does not include ListItem.Data pointer value
* the only reads, but doesn't write ListView.Items.Data property. It assumes a 32 bit data field. This is to be compatible with existing lfm files and Delphi.
git-svn-id: trunk@10946 -
2007-04-14 20:49:16 +00:00
andrew
f37189d56d
Changed AllocMem to GetMem for speed
...
git-svn-id: trunk@10945 -
2007-04-14 19:03:35 +00:00
andrew
c9b22c0490
Fixed a bug in MergeList where ReAllocMem was being called on an uninitialized pointer causing memory corruption
...
git-svn-id: trunk@10944 -
2007-04-14 18:53:37 +00:00
andrew
00f7098809
Fixed Bug #8681 . Changed Gtk2 ComboBox.OnChange to be delphi compatible
...
git-svn-id: trunk@10943 -
2007-04-14 14:41:48 +00:00
vincents
15c178b0c2
windows installer: give unique names to file types (bug #8670 )
...
git-svn-id: trunk@10942 -
2007-04-13 21:38:42 +00:00
tombo
42e3a3c521
Carbon intf.:
...
- more Carbon call checks, comments, optimized uses sections
- improved Menus: bitmaps, shortcuts
- improved Notebook
git-svn-id: trunk@10941 -
2007-04-13 12:50:15 +00:00
vincents
9cacb9efef
LCL: removed endian conversion functions, they are part of the fpc 2.0.4 RTL now
...
git-svn-id: trunk@10940 -
2007-04-13 12:32:19 +00:00
vincents
f45ec4ef19
LCL: Adapted TextToShortCut, ShortCutToText and KeyToShortCut to work correctly on big endian systems from Tom (bug #8680 )
...
git-svn-id: trunk@10939 -
2007-04-13 11:49:55 +00:00
marc
1a84ef8f8a
* Added dataowner to LazIntfImage
...
* fixes imagelist code
git-svn-id: trunk@10938 -
2007-04-11 23:54:17 +00:00
jesus
dc067a5a2b
lcl: removed visual defect when pressing speedbutton when using certain backgroud colors, described in bug #8662
...
git-svn-id: trunk@10937 -
2007-04-11 18:57:10 +00:00
vincents
cddc182023
windows installer: explicitly add icons for shortcuts, because lazarus on win64 doesn't have embedded mainicon yet (bug #8643 )
...
git-svn-id: trunk@10936 -
2007-04-11 13:06:01 +00:00
vincents
ecf88d182d
win32 interface: added HWND typecast to prevent range check errors
...
git-svn-id: trunk@10935 -
2007-04-11 11:18:56 +00:00
paul
a85405aa69
- fixed typos in win32 drag image list
...
git-svn-id: trunk@10934 -
2007-04-11 08:30:04 +00:00
paul
1cdfd2446a
- some minor changes and comments for native win32 image list
...
- native drag image list implementation for win32
git-svn-id: trunk@10933 -
2007-04-11 05:41:56 +00:00
marc
584a1f6a33
* fixes for newstyle imagelist
...
git-svn-id: trunk@10932 -
2007-04-10 21:44:21 +00:00
marc
65004ef893
* Updates by Antonio Galvao
...
git-svn-id: trunk@10931 -
2007-04-10 21:03:42 +00:00
tombo
d769236c82
Carbon intf.:
...
- more Carbon call checks
- improved Menus: checks, radio items
- finished TStatusBar
- removed "&" from win control captions
- resolved TForm maximize <-> restored and client x bounds bug
git-svn-id: trunk@10930 -
2007-04-10 13:29:48 +00:00
vincents
e57532df45
LCL: fixed range error when itemID is UINT(-1)
...
git-svn-id: trunk@10929 -
2007-04-10 12:38:18 +00:00
vincents
94c4bef7be
LCL: use const parameter for adding resource strings, prevents copying of string references and works around fpc bug #8664
...
git-svn-id: trunk@10928 -
2007-04-10 12:05:35 +00:00
vincents
da3cabb3fd
LCL: fixed range error for partial shown treeview items
...
git-svn-id: trunk@10927 -
2007-04-10 08:10:59 +00:00
paul
d090ceaad0
- some fixes in new imagelist implementation
...
git-svn-id: trunk@10926 -
2007-04-10 03:12:23 +00:00
marc
1dfeafc69c
* Native imagelists - part 3 add&remove
...
git-svn-id: trunk@10925 -
2007-04-09 23:17:44 +00:00
mattias
eea7ef11ec
fpgui intf: fixes for new classnames, removed inlines from Grame
...
git-svn-id: trunk@10924 -
2007-04-09 11:47:37 +00:00
mattias
ec69c5a124
IDE: menu editor: fixed dangling string pointer from Paul
...
git-svn-id: trunk@10923 -
2007-04-09 07:36:05 +00:00
mattias
a30c44a863
codetools: removed fpgui paths for other widgetsets
...
git-svn-id: trunk@10922 -
2007-04-09 07:32:58 +00:00
paul
1119942290
- TLCLHandleComponent modified: added 2 virtual methods: WSCreateHandle and WSDestroyHandle
...
git-svn-id: trunk@10921 -
2007-04-09 07:03:40 +00:00
mattias
0e86c269a0
codetools: removed too much fpgui paths
...
git-svn-id: trunk@10920 -
2007-04-08 18:35:03 +00:00
vincents
f436ded659
win32 interface: fixed range errors
...
git-svn-id: trunk@10919 -
2007-04-08 12:12:28 +00:00
vincents
c7726dfb92
IDE: lazaris.lpi
...
* added required packages
* skip showing splash screen, might hide break point notification
git-svn-id: trunk@10918 -
2007-04-08 12:11:46 +00:00
paul
3abf2565f0
- added compilable rc file for menus
...
- finishing applying of roozbeh patch (0008373)
git-svn-id: trunk@10917 -
2007-04-08 06:37:20 +00:00
mattias
f8db4d067f
codetools: made gfx default for fpGUI lcl intf
...
git-svn-id: trunk@10916 -
2007-04-08 06:36:09 +00:00
vincents
71cf2762a4
codetools: let them know about win64
...
git-svn-id: trunk@10915 -
2007-04-07 20:13:08 +00:00
paul
fd45a904f4
- fixing AV during Drag and Drop operation
...
- looking on non TWinControl objects while drop (0008628)
git-svn-id: trunk@10914 -
2007-04-07 16:45:10 +00:00
andrew
b8727ab740
Implemented TGtk2WSCustomTrackBar.GetPosition to be complete.
...
git-svn-id: trunk@10913 -
2007-04-07 16:33:44 +00:00
andrew
08ed2665f1
Fixed bug #8641 - caused an exception in the ide when setting a
...
TTrackBar.Position
git-svn-id: trunk@10912 -
2007-04-07 16:24:21 +00:00
micha
2f11b690b4
* fix mask bitmap creation; noticeable on win9x with 2.1.1 (issue #8564 )
...
git-svn-id: trunk@10911 -
2007-04-07 15:11:25 +00:00
andrew
cca247d50f
Fixed bug #8639 SynEdit was getting 3-4 messages for the mousemove and mouseup events. Only the first was correct.
...
git-svn-id: trunk@10910 -
2007-04-07 14:49:20 +00:00
vincents
395cbb23b9
reverted previous commit, Lazarus uses TSpeedButton.OnDblClick in the component bar
...
git-svn-id: trunk@10909 -
2007-04-07 11:19:30 +00:00
vincents
81ec2d6fa8
LCL: removed TSpeedButton.OnDblClick (Delphi compatible), fixes bug #8625
...
git-svn-id: trunk@10908 -
2007-04-07 11:01:54 +00:00
marc
73b486acdc
* Native imagelist implementation part 2 - win32 by paul and me
...
git-svn-id: trunk@10907 -
2007-04-07 01:07:23 +00:00
vincents
62397e5dc3
LCL: speedbutton fixes (bug #8635 )
...
* fixed font after button has been disabled
* move text down and right, if button is pressed
git-svn-id: trunk@10906 -
2007-04-06 19:08:16 +00:00
paul
35eb65af02
- new widgetset based imagelist proposal from Marc with small corrections
...
git-svn-id: trunk@10905 -
2007-04-06 17:52:42 +00:00