Commit Graph

48 Commits

Author SHA1 Message Date
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
marc
b972e96632 * changed QueryDescription out param into var since it is allowed to update the description too (in that case it should be var).
git-svn-id: trunk@15810 -
2008-07-17 22:48:45 +00:00
vincents
84ac43fd45 fpgui widget set: fixed compilation with fpc 2.3.1
git-svn-id: trunk@15671 -
2008-07-04 09:42:05 +00:00
vincents
b836129186 fpgui widget set: allow components to be visible at runtime from Graeme (issue #11606)
git-svn-id: trunk@15669 -
2008-07-04 08:54:57 +00:00
paul
453ea8d582 lcl: totally remove CreateCursor, replace it calls by CreateIconIndirect
git-svn-id: trunk@15501 -
2008-06-21 13:11:27 +00:00
vincents
652b5eb74c default widget set for Mac OS X is now Carbon, not gtk1
git-svn-id: trunk@15488 -
2008-06-20 19:33:44 +00:00
marc
d43db7b7f3 * Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
* Implemented TIcon and reading .ico (including Vista icons)

git-svn-id: trunk@15472 -
2008-06-20 00:21:07 +00:00
sekelsenmat
867475552a Improves fpgui menus
git-svn-id: trunk@15294 -
2008-06-03 01:10:22 +00:00
sekelsenmat
59bebbe0f1 Improves fpgui menus
git-svn-id: trunk@15172 -
2008-05-17 01:34:07 +00:00
sekelsenmat
e8a01d9dc1 Improves fpgui menus
git-svn-id: trunk@15161 -
2008-05-16 02:41:14 +00:00
sekelsenmat
a27667cba5 improves fpgui menus
git-svn-id: trunk@15073 -
2008-05-07 23:03:47 +00:00
sekelsenmat
edbb70f7a6 Starts implementing menus in lcl-fpgui
git-svn-id: trunk@15066 -
2008-05-07 02:46:01 +00:00
sekelsenmat
93c3f04eb7 Small improvements to lcl-fpgui
git-svn-id: trunk@15028 -
2008-05-01 20:07:16 +00:00
sekelsenmat
1736824df9 Various improvements to fpgui
git-svn-id: trunk@15025 -
2008-05-01 15:54:53 +00:00
sekelsenmat
971f1f253f Improves lcl-fpgui
git-svn-id: trunk@15001 -
2008-04-28 22:02:07 +00:00
sekelsenmat
9685a5b1c7 Small improvement to organization of fpgui intf private classes.
git-svn-id: trunk@14994 -
2008-04-27 17:23:28 +00:00
sekelsenmat
2229af06c7 Starts fpgui event and canvas support.
git-svn-id: trunk@14992 -
2008-04-27 16:48:40 +00:00
mattias
e0aa814b9c fpgui: fixed include path
git-svn-id: trunk@14599 -
2008-03-20 16:53:06 +00:00
mattias
e067ceee5a fpgui: updated README.txt
git-svn-id: trunk@14598 -
2008-03-20 16:50:46 +00:00
paul
682a924368 typo in comments
git-svn-id: trunk@14377 -
2008-03-03 08:23:10 +00:00
sekelsenmat
2c82246914 Separates CheckBox on gtk2 and further removes clistbox.
git-svn-id: trunk@14179 -
2008-02-18 08:02:43 +00:00
paul
9d15123d91 - gtk: move dialogs related stuff to gtkwsdialogs and gtk2wsdialogs
- gtk complete moving CreateComponent code to appropriate classes
- lcl remove CreateComponent method since there is no more need in it

git-svn-id: trunk@13478 -
2007-12-27 09:51:27 +00:00
vincents
031bd12117 fpgui: use X11 on all Unix platforms (bug #10382)
git-svn-id: trunk@13240 -
2007-12-08 22:43:43 +00:00
paul
c828678066 LCL:replace direct call of TXXWidgetset.Create by indirect CreateWidgetset(TXXWidgetset) to move some initialization code from units initialization (from graphics.pp) to that new procedure. This fix memory leaks in lazbuild tool which indirectly uses many lcl units but doesnot work with widgetset.
git-svn-id: trunk@13062 -
2007-11-28 10:03:28 +00:00
vincents
0c328fda99 regenerated Makefiles with fixed fpc 2.3 fpcmake
git-svn-id: trunk@12846 -
2007-11-12 23:00:57 +00:00
vincents
6c588075a8 regenerated makefile for better cross compilation support (#9924)
git-svn-id: trunk@12554 -
2007-10-22 21:33:01 +00:00
mattias
e4a0241fcb Makefiles: removed some fcl dependencies
git-svn-id: trunk@12495 -
2007-10-16 22:47:51 +00:00
sekelsenmat
be43b22378 fpGUI patch form Graeme
git-svn-id: trunk@12350 -
2007-10-06 14:59:35 +00:00
vincents
baebd22616 LCL: moved TButton from buttons unit to stdctrls (bug #9137), compilation tested on windows for gtk2, qt and win32 widgetset
git-svn-id: trunk@11367 -
2007-06-25 08:34:41 +00:00
sekelsenmat
388e62b32f tiny improvements on fpgui interface
git-svn-id: trunk@11158 -
2007-05-17 08:15:51 +00:00
sekelsenmat
53364e1fce Small improvements on fpgui interface
git-svn-id: trunk@11157 -
2007-05-17 05:57:06 +00:00
sekelsenmat
a8d0d39571 Basic implementation for RadioButton and CheckBox for fpgui
git-svn-id: trunk@11138 -
2007-05-14 22:04:48 +00:00
sekelsenmat
fc50c1c19f Improved ComboBox implementation for fpgui
git-svn-id: trunk@11137 -
2007-05-14 21:14:12 +00:00
vincents
ecaebbe825 + introduced LCLPlatformDisplayNames (used on screen) and LCLPlatformDirNames (used for compilation) to be able show win32/win64 on screen and use the win32 directory
git-svn-id: trunk@11133 -
2007-05-13 14:25:05 +00:00
sekelsenmat
1a38e1d6c2 Fixes and minor improvements on fpgui interface
git-svn-id: trunk@11113 -
2007-05-09 08:30:00 +00:00
sekelsenmat
3c4228ec5e Implemented the basics to get TEdit and TComboBox (partial) working.
git-svn-id: trunk@11107 -
2007-05-08 16:31:35 +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
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
38cd743cbe fpgui intf: added missing files
git-svn-id: trunk@10901 -
2007-04-06 15:21:12 +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
vincents
a0cd202e73 regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux
git-svn-id: trunk@10844 -
2007-04-01 19:38:53 +00:00
vincents
e8a6925d65 lcl wsdialogs: use LCLType to have a 64 bits THandle on 64 bits cpus from Giulio Bernardi
git-svn-id: trunk@10246 -
2006-11-26 19:19:22 +00:00
andrew
5302d4b562 changed lazarus to use the widgetset it is compiled with as the default when building projects
+ added WidgetSetName function to TWidgetSet.
+ changed the order of units on qtint and fpguiint

git-svn-id: trunk@10216 -
2006-11-18 13:45:28 +00:00
marc
766d00f56a + Made template compile
git-svn-id: trunk@10088 -
2006-10-17 14:28:23 +00:00
marc
e1d232dcdf + forgot to add
git-svn-id: trunk@10087 -
2006-10-17 13:47:46 +00:00
marc
372e2b6ea2 + added fpgui widgetset
git-svn-id: trunk@10085 -
2006-10-17 13:42:05 +00:00