paul
a9aeafd85d
fixed typo in TPageControl.FindNextPage caused SIGSEGV (report 0007302)
...
git-svn-id: trunk@10971 -
2007-04-19 07:50:43 +00:00
andrew
5bb7426696
added LM_MOUSEWHEEL
...
git-svn-id: trunk@10970 -
2007-04-18 22:55:51 +00:00
paul
7de0398b2a
declared TListItem.Position, TListItem.Top, TListItem.Left with implementation for win32 (0008426)
...
git-svn-id: trunk@10969 -
2007-04-18 15:51:50 +00:00
sekelsenmat
b3712f0b80
Clean-up and several minor fixes on the fpgui widgetset
...
git-svn-id: trunk@10968 -
2007-04-18 14:14:33 +00:00
vincents
96a4b9e8d6
lazarus rpm snapshot: fixed version number of requiered fpc-src rpm
...
git-svn-id: trunk@10967 -
2007-04-18 11:32:01 +00:00
vincents
0908ec4564
set mime-types and remove line ending properties from address book example dbf files, fixes bug #8645
...
git-svn-id: trunk@10966 -
2007-04-18 09:09:01 +00:00
mattias
20de3bd7ff
lazopenglcontext: started gtk2 support using X directly
...
git-svn-id: trunk@10965 -
2007-04-17 23:22:46 +00:00
andrew
773f9c00df
reverted change to comboboxes since it didn't fix the problem
...
git-svn-id: trunk@10964 -
2007-04-17 21:16:40 +00:00
andrew
583e16ce0a
fixed gtk2 on windows. now it is somewhat usable
...
git-svn-id: trunk@10963 -
2007-04-17 21:07:20 +00:00
jesus
cb772e1198
fixes grid's line widths in several forms
...
git-svn-id: trunk@10962 -
2007-04-17 18:58:04 +00:00
jesus
a12e98df37
LCL: grid, initial implementation of GridLineWidth from Graeme
...
git-svn-id: trunk@10961 -
2007-04-17 18:52:51 +00:00
vincents
c123b3ac70
TAChart: re-added icon in component bar
...
git-svn-id: trunk@10960 -
2007-04-17 14:51:47 +00:00
vincents
9e0cbc1e29
TAChart: Series clipping bugfixes and partially implement TSeriesPointer from Luis Rodrigues (issue #8706 )
...
git-svn-id: trunk@10959 -
2007-04-17 14:43:02 +00:00
tombo
6b97b84226
Carbon intf:
...
- more Carbon call checks, comments
- improved Menus: shortcuts for virtual keys
- finished Notebook
- Application.OnRestore, OnMinimize
git-svn-id: trunk@10958 -
2007-04-17 13:04:18 +00:00
andrew
5471f34e69
hopefully fixed gtk2 combobox popup problem
...
git-svn-id: trunk@10957 -
2007-04-17 02:25:43 +00:00
marc
7ebf64c627
* updated icons by Paul
...
git-svn-id: trunk@10956 -
2007-04-16 23:10:05 +00:00
marc
90e54948c1
* updated translations by Mario Bonati
...
git-svn-id: trunk@10955 -
2007-04-16 21:22:57 +00:00
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