Commit Graph

11001 Commits

Author SHA1 Message Date
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
vincents
c890c41f89 LCL: removed HKEY_xxx constants from lcltype unit, fpc supplies them in the registry unit, fix for bug #8631
git-svn-id: trunk@10904 -
2007-04-06 17:51:45 +00:00
mattias
3356da7ea0 IDE: removed timer from splashform
git-svn-id: trunk@10903 -
2007-04-06 17:48:51 +00:00
vincents
2b2dcceaac synedit: use registry key constants from registry unit instead of LCLType
git-svn-id: trunk@10902 -
2007-04-06 17:37:01 +00:00
mattias
38cd743cbe fpgui intf: added missing files
git-svn-id: trunk@10901 -
2007-04-06 15:21:12 +00:00
mattias
7b473d34de codetools: improved paths for lcl fpgui sources, using windows instead of mswindows, fixed missing add
git-svn-id: trunk@10900 -
2007-04-06 15:15:03 +00:00
mattias
f5a1444ff0 fpgui intf: form and button from Andrew Haines
git-svn-id: trunk@10899 -
2007-04-06 14:25:02 +00:00
mattias
d2ca16d11e fpgui intf: added readme for hint how to get the sources. added src and include paths in codetools. changed Makefile for new layout
git-svn-id: trunk@10898 -
2007-04-06 14:19:13 +00:00
mattias
72c7cdff16 added fpgui to codetools and build laz dlg
git-svn-id: trunk@10897 -
2007-04-06 12:59:21 +00:00
mattias
62b4e66473 gtk2 intf: rewrite of the combobox code from Andrew Haines
git-svn-id: trunk@10896 -
2007-04-06 09:04:47 +00:00
tombo
e6a93d83e7 Carbon intf:
- generalized PromptUser
- working: TMainMenu, TPopupMenu, Hints, TLabel.AutoSize, DrawText, TPanel
- started: TStatusBar, TNotebook
- pixel accuracy of rectangle, ellipse, lines, enabled anti-aliasing by default
- removed CarbonExtra
- added defines for debugging

git-svn-id: trunk@10895 -
2007-04-06 07:57:01 +00:00
paul
7e91f10c55 - fixing drag and drop operations over non TWinControl objects (isuue 0008627)
git-svn-id: trunk@10894 -
2007-04-06 07:38:26 +00:00
marc
cc6f0aad6f * added widgetsets by Paul
git-svn-id: trunk@10893 -
2007-04-05 22:23:57 +00:00
vincents
5d67e1c292 removed more references to gnome, replaced them by fpgui in some places
git-svn-id: trunk@10892 -
2007-04-05 21:59:24 +00:00
vincents
b92f0a42e8 removed gnome directory from makefile targets
git-svn-id: trunk@10891 -
2007-04-05 21:34:04 +00:00
vincents
2dbb188fe0 win32 interface: use listview message instead of macros, prevents range check errors.
git-svn-id: trunk@10890 -
2007-04-05 21:24:42 +00:00
vincents
d164f4a8aa removed gnome widgetset interface
git-svn-id: trunk@10889 -
2007-04-05 19:53:42 +00:00
vincents
499ab69325 added global package link for editortoolbar
git-svn-id: trunk@10888 -
2007-04-05 19:31:21 +00:00
marc
0abc5c058d * fixed image for build-none
git-svn-id: trunk@10887 -
2007-04-05 19:07:14 +00:00
vincents
449cc07dec win32 interface: use Bounds of a form when create a new form. If CW_USEDEFAULT is used for bsDialog forms, the initial size is (0,0) which will give negative LCL sizes and range check errors.
git-svn-id: trunk@10886 -
2007-04-05 18:43:29 +00:00
vincents
8181f66e7e LCL: published TEditButton.CharCase and OnEditingDone for several TCustomEditButton descendants (bug #8621)
git-svn-id: trunk@10885 -
2007-04-05 18:37:14 +00:00
vincents
3008b394c9 added editortoolbar package from Graeme
git-svn-id: trunk@10884 -
2007-04-05 17:49:31 +00:00
vincents
105e397194 fixed typo found by Tom
git-svn-id: trunk@10883 -
2007-04-05 14:12:37 +00:00
vincents
1da43347c6 LCL: fixed range errors
git-svn-id: trunk@10882 -
2007-04-05 12:40:39 +00:00
mattias
4eb87534ac synedit: changed TSynPasSyn to use internally PChar instead of String
git-svn-id: trunk@10881 -
2007-04-05 12:27:23 +00:00
mattias
b5bc65d527 IDE: find dialog reversed meaning of VK_UP and VK_DOWN
git-svn-id: trunk@10880 -
2007-04-05 11:24:45 +00:00
paul
14d8e68b4a - Step 1 of implementing DragImageList (only barebone)
git-svn-id: trunk@10879 -
2007-04-05 09:31:25 +00:00
vincents
163d2da028 opengl component: removed third argument in calls of FinishComponentCreate (bug #8624)
git-svn-id: trunk@10878 -
2007-04-05 05:48:29 +00:00
paul
2ba157cdd9 - removed third argument in calls of FinishComponentCreate
git-svn-id: trunk@10877 -
2007-04-05 05:45:46 +00:00
paul
eafe2a1c03 - added missed DrawText flags
git-svn-id: trunk@10876 -
2007-04-05 04:29:34 +00:00
marc
b681f94950 * Step 1 of the native imagelist implementation
git-svn-id: trunk@10875 -
2007-04-05 00:00:37 +00:00