Commit Graph

51 Commits

Author SHA1 Message Date
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
mattias
617948d9c8 removed unneeded units in uses sections
git-svn-id: trunk@5443 -
2004-05-02 12:01:15 +00:00
mattias
db5d5464ae fixed compilation under fpc 1.9.3
git-svn-id: trunk@5278 -
2004-03-06 21:57:14 +00:00
micha
912d81b51e revert intf split
git-svn-id: trunk@5225 -
2004-02-23 08:19:05 +00:00
micha
8c520fe744 split interface into non-lcl and lcl-component dependent parts
git-svn-id: trunk@5224 -
2004-02-22 22:52:59 +00:00
mattias
70007253f3 moved GetTickStep to IFDEF DebugLCL
git-svn-id: trunk@5208 -
2004-02-19 09:57:03 +00:00
mattias
9f1208d17c CreateBitmapFromRawImage now creates mask only if needed
git-svn-id: trunk@5206 -
2004-02-19 05:07:17 +00:00
mattias
ed787b99de moved GetTickStep to non win32
git-svn-id: trunk@5204 -
2004-02-18 08:50:42 +00:00
mattias
2bc1daf685 accelerated conversion from data to lrs
git-svn-id: trunk@5203 -
2004-02-17 22:17:40 +00:00
mattias
286718c595 implemented interface constraints
git-svn-id: trunk@5135 -
2004-02-02 12:44:45 +00:00
mattias
d36880c511 removed menutype.pas
git-svn-id: trunk@4851 -
2003-11-27 23:02:30 +00:00
mattias
53adb7a109 reduced unit circles, fixed fpImage streaming
git-svn-id: trunk@4844 -
2003-11-26 21:30:19 +00:00
micha
688afe1bd5 new api lclenable,checkmenuitem according to list
git-svn-id: trunk@4840 -
2003-11-25 14:21:28 +00:00
marc
02f5dd89a3 * Splitted winapi*.inc into a winapi and a lcl interface communication part
git-svn-id: trunk@4836 -
2003-11-24 11:03:07 +00:00
mattias
3f8540cfdd started TDBNavigator
git-svn-id: trunk@4652 -
2003-09-19 16:10:32 +00:00