Commit Graph

5113 Commits

Author SHA1 Message Date
mattias
83f6d54b7f splitted output directories for cross compilation
git-svn-id: trunk@4913 -
2003-12-20 01:12:23 +00:00
mattias
11e3449c6f splitted output directories for cross compilation
git-svn-id: trunk@4912 -
2003-12-20 01:06:12 +00:00
micha
70d04ef305 fix compiler problem; wrong code for constants
git-svn-id: trunk@4911 -
2003-12-19 21:34:53 +00:00
micha
b3d87bcc7f delay property removal until wm_destroy (thx vincent)
git-svn-id: trunk@4910 -
2003-12-19 18:20:02 +00:00
micha
fe21e46ca1 better default font handling
git-svn-id: trunk@4909 -
2003-12-19 18:18:47 +00:00
micha
11a8c94ee7 fix window activation z-order
git-svn-id: trunk@4908 -
2003-12-19 18:18:17 +00:00
mattias
2573d5f219 replaced StrLComp by CompareLPChar
git-svn-id: trunk@4907 -
2003-12-19 09:06:07 +00:00
mattias
fe171fa232 added classes incpath
git-svn-id: trunk@4906 -
2003-12-18 23:47:03 +00:00
mattias
ba6b0fd474 implemented Edit verb for default and menu component editors
git-svn-id: trunk@4905 -
2003-12-18 16:31:29 +00:00
ajgenius
6879fd5729 fix NIL style crash and GTK2 Compiling
git-svn-id: trunk@4904 -
2003-12-18 15:15:13 +00:00
mattias
8e856f0847 fixed mem leak
git-svn-id: trunk@4903 -
2003-12-18 15:01:24 +00:00
micha
2fff46c571 fix notebook page out of bounds while destroying
git-svn-id: trunk@4902 -
2003-12-18 10:59:51 +00:00
micha
1fa2d86980 fix fpc 1.9.x compile, limittext, mem free
git-svn-id: trunk@4901 -
2003-12-18 10:27:26 +00:00
micha
e8d7c82083 remove non-useful variable wndlist (thx vincent)
git-svn-id: trunk@4900 -
2003-12-18 10:17:00 +00:00
micha
6ff2c7cbb9 fix accelerators: now registered per window
git-svn-id: trunk@4899 -
2003-12-18 08:51:01 +00:00
micha
3cd2333df2 attachmenutowindow cleanup
git-svn-id: trunk@4898 -
2003-12-18 08:50:13 +00:00
micha
1be3d3c0f1 setmenu fix, now correctly (sigh)
git-svn-id: trunk@4897 -
2003-12-18 08:15:25 +00:00
micha
180caa1225 setmenu fix, notify interface (from darek)
git-svn-id: trunk@4896 -
2003-12-18 08:00:37 +00:00
micha
ee653e66cf bring windows to top on application activation
git-svn-id: trunk@4895 -
2003-12-17 16:06:43 +00:00
mattias
179b5828a9 added rtl inc path for fcl
git-svn-id: trunk@4894 -
2003-12-16 22:13:30 +00:00
micha
53135f6bc0 fix menuitem icon patch, hdcScreen released too soon
git-svn-id: trunk@4893 -
2003-12-16 21:04:02 +00:00
mattias
2d402a5596 fixed compilation gtk and fpc 1.9
git-svn-id: trunk@4892 -
2003-12-16 14:01:27 +00:00
mattias
e758407c49 implemented basic Repair broken LFM wizard
git-svn-id: trunk@4891 -
2003-12-16 13:42:02 +00:00
micha
d0e6b3d8d5 UINT(-1) fix causing "Out of bounds." exception
git-svn-id: trunk@4890 -
2003-12-16 08:33:31 +00:00
micha
db29443b99 nil check
git-svn-id: trunk@4889 -
2003-12-15 22:04:05 +00:00
mattias
901930547e fixed renaming of published vars, started RepairLFM wizard
git-svn-id: trunk@4888 -
2003-12-15 21:59:33 +00:00
micha
5e5162e764 checklistbox, implement object+checked; from vincent
git-svn-id: trunk@4887 -
2003-12-15 21:57:16 +00:00
mattias
8327c5a63b added Destroying calls for TCUstomListBox
git-svn-id: trunk@4886 -
2003-12-15 17:54:32 +00:00
micha
b733766d27 hintwindow focus fix
git-svn-id: trunk@4885 -
2003-12-14 20:49:22 +00:00
micha
56bdc23a6f hint fixes: parentfont, font itself, showing/hiding + more
git-svn-id: trunk@4884 -
2003-12-14 19:18:04 +00:00
micha
364db38a4a hintwindow, color, rectangle size fixes
git-svn-id: trunk@4883 -
2003-12-13 19:44:42 +00:00
marc
2abd22e03c * Applied patch from Vincent Snijders
+ Added LCLplatform implementations

git-svn-id: trunk@4882 -
2003-12-13 01:12:01 +00:00
mattias
a3000e4875 fixed WaitForHandles
git-svn-id: trunk@4881 -
2003-12-08 14:27:16 +00:00
mattias
d40f0332f2 fixed resizing larger menu icons from Martin Smat
git-svn-id: trunk@4880 -
2003-12-07 22:40:09 +00:00
mattias
ff0250a054 fixed ambigious units registry and forms
git-svn-id: trunk@4879 -
2003-12-07 09:07:22 +00:00
mattias
741ace1d9e implemented checking for FPC units conflicts
git-svn-id: trunk@4878 -
2003-12-06 21:00:14 +00:00
mattias
77694e4aa0 codecompletion: forward proc body position now block sensitive
git-svn-id: trunk@4877 -
2003-12-06 19:20:46 +00:00
mattias
9ef4196e0f fixed memleak in debugger from Vincent
git-svn-id: trunk@4876 -
2003-12-05 08:39:53 +00:00
micha
eb5c0a7d5b try: gdi memory leak fix for pen
git-svn-id: trunk@4875 -
2003-12-02 12:25:17 +00:00
mattias
b1a556bf98 updated polish translations from Darek
git-svn-id: trunk@4874 -
2003-12-02 12:08:58 +00:00
mattias
eaf4b20cf4 fixed minor descriptions and fixed a crash when adding units as files to a apckage
git-svn-id: trunk@4873 -
2003-12-02 02:09:56 +00:00
mattias
5f0f04ee3a updated spanish translation from Raul Moratalla
git-svn-id: trunk@4872 -
2003-12-01 16:11:48 +00:00
marc
16f68daf6a + Added a few more names from my archive
git-svn-id: trunk@4871 -
2003-11-30 22:24:27 +00:00
marc
7a940d1b58 * Replaced TList assign by for loop
git-svn-id: trunk@4870 -
2003-11-30 22:21:59 +00:00
mattias
bbaf66e037 fixed fpc 1.9.1 warns
git-svn-id: trunk@4869 -
2003-11-30 18:35:20 +00:00
mattias
21484feee9 renamed obsolete registry.pp, will be deleted in a few days
git-svn-id: trunk@4868 -
2003-11-30 18:08:34 +00:00
mattias
9dd16e6693 added Contributors.txt
git-svn-id: trunk@4867 -
2003-11-30 14:23:41 +00:00
mattias
a4bb6dff22 added a README
git-svn-id: trunk@4866 -
2003-11-30 13:37:06 +00:00
mattias
0c7ffd188b fixed TTreeNode deletion by Vincent
git-svn-id: trunk@4865 -
2003-11-29 20:13:45 +00:00
mattias
e7b266aa8c fixed anchors
git-svn-id: trunk@4864 -
2003-11-29 17:57:16 +00:00