juha
1461a91522
LCL: check for Interfaces unit for clipboard. It can be missing when clipboard is used in cmd line prog and LCL dependency added manually.
...
git-svn-id: trunk@42446 -
2013-08-22 11:56:14 +00:00
mattias
283c25bf98
LCL: inline
...
git-svn-id: trunk@42207 -
2013-07-25 21:21:58 +00:00
juha
7b162087fd
Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
...
git-svn-id: trunk@41387 -
2013-05-24 18:30:06 +00:00
sekelsenmat
fad008f0a0
LCL-Android: Adds a new JNI routine which allows to show the native ListView in a dialog. It is very useful when we need the user to select an item from a list which has more info then the basic list for the combobox.
...
git-svn-id: trunk@37692 -
2012-06-19 14:56:57 +00:00
sekelsenmat
d1036bd684
LCL-CustomDrawn-Android: Starts support for OpenURL and OpenDocument in Android
...
git-svn-id: trunk@37227 -
2012-05-09 10:08:14 +00:00
sekelsenmat
18fb5b9362
Reverts the help for OpenURL as per comments in bug #21659
...
git-svn-id: trunk@36934 -
2012-04-20 15:03:06 +00:00
paul
880401dbb8
lcl: remove ver2_2_x defines
...
git-svn-id: trunk@36368 -
2012-03-27 07:16:11 +00:00
sekelsenmat
179972fb78
Starts TCDComboBox implementation, with a native routine for an eventual native item choose popup/dialog
...
git-svn-id: trunk@35641 -
2012-03-01 15:30:26 +00:00
mattias
9c5e370d5e
LCL: clean up
...
git-svn-id: trunk@34782 -
2012-01-18 18:34:12 +00:00
sekelsenmat
027d11ac6a
Rewrites the GetTickCount interfaces to preserve backwards compatibility, to more closely resamble the WinAPI and also avoid confusion
...
git-svn-id: trunk@33563 -
2011-11-16 12:35:55 +00:00
sekelsenmat
4600e3eb2f
Moves GetTickCount to LazUtils and adds NowUTC to LazUtils
...
git-svn-id: trunk@33381 -
2011-11-06 19:31:31 +00:00
zeljko
128067f327
LCLIntf: GetTickCount() is now x2.5 faster then previous implementation for unix targets.It does not use Now() for calculating anymore,
...
but directly calls fpgettimeofday().
git-svn-id: trunk@33253 -
2011-11-03 09:49:49 +00:00
juha
6b7626218c
LCL: Fix integer types in 64-bit systems. Issue #19314 , patch from Cyrax
...
git-svn-id: trunk@31998 -
2011-08-16 20:46:01 +00:00
mattias
d3a35fbdfa
LCL: docs: OpenURL
...
git-svn-id: trunk@31376 -
2011-06-25 09:57:23 +00:00
sekelsenmat
3d54c41f98
Isolates the system environment apis in separate includes files. One for common code and one per operating system
...
git-svn-id: trunk@27661 -
2010-10-12 09:54:03 +00:00
mattias
a09babf360
LCL: FindDefaultBrowser: added parenthesis for spaces in file names
...
git-svn-id: trunk@27397 -
2010-09-17 15:22:58 +00:00
mattias
c1bd18c9ef
LCL: OpenDocument: auto add quotes, bug #16541
...
git-svn-id: trunk@25586 -
2010-05-23 09:21:58 +00:00
mattias
0448deb6c3
LCL: added RunCmdFromPath to unit utf8process
...
git-svn-id: trunk@25495 -
2010-05-18 08:43:07 +00:00
dmitry
6544ff1533
lcl: fix OpenDocument to use 'open' command for darwin
...
git-svn-id: trunk@25415 -
2010-05-15 11:25:39 +00:00
sekelsenmat
6b4280a175
Fixes LCLIntf compilation in UNIX
...
git-svn-id: trunk@25414 -
2010-05-15 08:53:37 +00:00
sekelsenmat
aa50d358b4
Implements LCLIntf.OpenDocument to open a document with the default application
...
git-svn-id: trunk@25413 -
2010-05-15 08:49:19 +00:00
paul
bebe7bf816
win32: OpenURL should use SW_SHOWNORMAL in ShellExecute. Patch by Ere Maijala (issue #0016431 )
...
git-svn-id: trunk@25290 -
2010-05-10 09:21:53 +00:00
sekelsenmat
eea3b2aca9
Adds support for FPC 2.2.2 for Windows CE
...
git-svn-id: trunk@25089 -
2010-05-01 10:46:11 +00:00
marc
3b40a09076
* winapi: moved winapi macros to winapi includes (so they don't get added twice)
...
git-svn-id: trunk@23545 -
2010-01-24 15:59:28 +00:00
marc
b6e66de015
* moved CharLower/Upper functions to winapi inc files
...
git-svn-id: trunk@23478 -
2010-01-17 18:33:50 +00:00
marc
6ed617ebe2
* added missing macros from lclextensions
...
git-svn-id: trunk@23477 -
2010-01-17 18:16:51 +00:00
dmitry
1d2407076c
carbon: Edit control SetText() returns false, if not UTF8 string is passed. Removed unused variable in LCLintf darwin code
...
git-svn-id: trunk@23421 -
2010-01-11 07:27:54 +00:00
marc
20448170ae
+ WinApi: added SetTimer/Killtimer based on existing Widgetset.CreateTimer as part of lclextentions integration
...
git-svn-id: trunk@23417 -
2010-01-10 18:57:23 +00:00
mattias
463452490e
lcl: lclintf doc
...
git-svn-id: trunk@22893 -
2009-12-01 11:47:34 +00:00
mattias
f530d8bf45
lcl: comments
...
git-svn-id: trunk@22891 -
2009-12-01 11:43:35 +00:00
paul
012e995f6c
lcl: move OpenURL and FindDefaultBrowser from LCLProc to LCLIntf (as Mattias suggested)
...
git-svn-id: trunk@22045 -
2009-10-05 13:17:58 +00:00
paul
d9491a4528
lcl: fix header
...
git-svn-id: trunk@18002 -
2008-12-31 03:07:17 +00:00
mattias
8759733936
LCL: added ssMeta, scMeta to Shortcuts, carbon: Cmd now sets ssMeta, Ctrl now sets ssCtrl, Alt now sets ssAlt, IDE: changed Mac OS X key mapping scheme
...
git-svn-id: trunk@15911 -
2008-07-29 21:21:33 +00:00
mattias
2996a3c332
rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
...
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
paul
6b5b6fd401
1. split lcl images to:
...
- lcl_dbgrid_images and
- lcl_dbnav_images
so applications will include only those images they really nead
2. remove old lclicons
3. add script files to build resources
git-svn-id: trunk@13241 -
2007-12-09 07:03:59 +00:00
mattias
f9fcb805bb
LCL: fixed updating control scrollbars, remaining bug: win32 intf moves controls when scrolling
...
git-svn-id: trunk@10317 -
2006-12-09 10:24:44 +00:00
mattias
6eb4930179
fixed references to COPYING.LCL
...
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
micha
d9e9f1570f
win64 fixes (from peter, modified)
...
git-svn-id: trunk@9221 -
2006-05-01 21:45:12 +00:00
mattias
994cebd433
replaced IFDEF win32 with IF defined(VER2_0_2) and defined(WIN32)
...
git-svn-id: trunk@8759 -
2006-02-17 14:07:21 +00:00
mattias
c17929dd5f
fixes for compiling wince
...
git-svn-id: trunk@8757 -
2006-02-17 13:57:15 +00:00
vincents
aaeb49acbe
fixed compilation after removal of TSize from LCLType
...
git-svn-id: trunk@8740 -
2006-02-16 09:40:12 +00:00
vincents
36b2299e1a
removed TSize from LCLType (fixes issue #1702 )
...
git-svn-id: trunk@8738 -
2006-02-15 22:18:07 +00:00
vincents
5b7a95ffb2
added {$INLINE ON}
...
git-svn-id: trunk@8175 -
2005-11-16 09:28:25 +00:00
vincents
a0311c2cba
removed cvs logs
...
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
vincents
1064272122
removed ifdef ver1 from Martin Smat
...
git-svn-id: trunk@7479 -
2005-08-04 08:41:46 +00:00
marc
98f5b75116
* Reimplemented ZOrder
...
+ Added IDE option to move a control one forward/back
* Fixed IDE control selection
- Removed some IFDEF VER 1_0
+ Added some inline
git-svn-id: trunk@7361 -
2005-07-16 00:08:26 +00:00
mattias
f8d5c91d6f
moved CM_ message constants from crontrols.pp to lmessages.pp to break circles and clean up controls.pp
...
git-svn-id: trunk@6940 -
2005-03-11 14:40:37 +00:00
mattias
d160b3b743
updated memcheck.pas from heaptrc.pp
...
git-svn-id: trunk@6225 -
2004-11-10 15:25:32 +00:00
marc
328ff73c91
* fixed GetTickCount
...
git-svn-id: trunk@6192 -
2004-11-03 22:59:58 +00:00
mattias
8fb1867a6b
removed obsolete unit vclglobals
...
git-svn-id: trunk@5814 -
2004-08-18 09:31:21 +00:00