Commit Graph

5784 Commits

Author SHA1 Message Date
mattias
9ed2e1f1a3 added example for loading a picture from file
git-svn-id: trunk@5784 -
2004-08-13 20:17:36 +00:00
mattias
2e684b3847 added default assembler style for compiler options
git-svn-id: trunk@5783 -
2004-08-13 19:48:53 +00:00
mattias
414e677c1e fixed initialization of GTKAPIWidget_new
git-svn-id: trunk@5782 -
2004-08-13 17:41:18 +00:00
mazen
c4db8f2797 + TCharater type used to allow UTF8 keyboard with gtk2
git-svn-id: trunk@5781 -
2004-08-13 16:40:47 +00:00
mattias
0394698db3 removed IFDEF unused var
git-svn-id: trunk@5780 -
2004-08-13 12:52:58 +00:00
mattias
3b38b2321b fixed uninitialized argument
git-svn-id: trunk@5779 -
2004-08-13 12:41:54 +00:00
mattias
ed06870dfa replaced ppc386 with platform independent name
git-svn-id: trunk@5778 -
2004-08-13 12:28:01 +00:00
mattias
91aaab9121 implemented THelpSelectorDialog
git-svn-id: trunk@5777 -
2004-08-13 12:05:02 +00:00
mattias
885b54ba20 fixed codetools ConstSet, implemented notifying TApplication whenmenu popups
git-svn-id: trunk@5776 -
2004-08-13 10:20:19 +00:00
mattias
e8e2846b3e fixed fpc 1.0.10 compilation
git-svn-id: trunk@5775 -
2004-08-13 01:15:48 +00:00
mazen
d0f4fc9730 + add support for passing non ASCII key values
* need to check for $F000 if it is the correct value

git-svn-id: trunk@5774 -
2004-08-12 15:50:46 +00:00
mattias
02957fe9b9 Open unit of component palette component now jumps to declaration
git-svn-id: trunk@5773 -
2004-08-12 10:50:14 +00:00
mattias
e603afe3a7 added check to never save doubles in staticpackage.inc
git-svn-id: trunk@5772 -
2004-08-12 09:36:46 +00:00
mattias
4340c26a6e fixed brush handle cache size
git-svn-id: trunk@5771 -
2004-08-11 22:05:07 +00:00
mattias
5d3ed6859c implemented TBrushHandleCache
git-svn-id: trunk@5770 -
2004-08-11 21:10:30 +00:00
mattias
581bef95fc moved intfstrconsts.pp to lclstrconsts.pas, implemented TPenHandleCache
git-svn-id: trunk@5769 -
2004-08-11 20:57:09 +00:00
mattias
b884614dd5 improved gtk1 FontCache to handle several descriptors per gdkfont
git-svn-id: trunk@5768 -
2004-08-11 12:57:03 +00:00
mattias
9b63c9675f fixed uninitialised LogFont
git-svn-id: trunk@5767 -
2004-08-10 22:09:03 +00:00
mattias
d9389ed03a increased verbosity on double adding font to cache
git-svn-id: trunk@5766 -
2004-08-10 21:56:23 +00:00
mattias
1410eb274a added to codetools: compiler funcs typeof, assigned, lo, hi
git-svn-id: trunk@5765 -
2004-08-10 18:39:20 +00:00
mattias
191dae0550 added to ct compiler functions read, readln, write, writeln, finalize, initialize, inc, dec, setlength
git-svn-id: trunk@5764 -
2004-08-10 18:01:18 +00:00
mattias
1f41624a5f implemented font cache for gtk, which accelerates switching fonts
git-svn-id: trunk@5763 -
2004-08-10 17:34:13 +00:00
mattias
fe6fe05521 implemented FormStyle fsSplash for splash screens
git-svn-id: trunk@5762 -
2004-08-09 21:12:43 +00:00
mattias
dbc4e7b929 Search Result View now shortens filepaths
git-svn-id: trunk@5761 -
2004-08-09 20:34:10 +00:00
mattias
36ac3ea512 IDE save toolbutton is now updated on Idle
git-svn-id: trunk@5760 -
2004-08-09 18:28:16 +00:00
mattias
0c6ffcf286 fixed type of Low(open array) and type of PathDelim
git-svn-id: trunk@5759 -
2004-08-09 18:22:08 +00:00
mattias
c7beb98017 increased rpm version to 0.9.1.5
git-svn-id: trunk@5758 -
2004-08-09 16:02:14 +00:00
mattias
ae15cfe4a8 implemented getting define properties for Repair broken LFM wizard
git-svn-id: trunk@5757 -
2004-08-09 15:46:34 +00:00
mattias
966f3701b9 fixed makefiles
git-svn-id: trunk@5756 -
2004-08-09 14:05:07 +00:00
mattias
4cc1dac51d added objectlist.pas, implemented simple list TObjectList with association pointers
git-svn-id: trunk@5755 -
2004-08-09 13:55:30 +00:00
mattias
212493a075 added ideintf/packageintf.pas and implemented automatic uses section addition and package dependencies fixer for broken LFM
git-svn-id: trunk@5754 -
2004-08-09 13:54:11 +00:00
mattias
d71325aced moved componentreg.pas to ideintf
git-svn-id: trunk@5753 -
2004-08-09 09:24:29 +00:00
mattias
c30685c57e change component class dlg now works with child controls
git-svn-id: trunk@5752 -
2004-08-08 21:52:02 +00:00
mattias
dffc4d0999 replaced TDBEdit.WMKillFocus by EditingDone, Change Class basically working
git-svn-id: trunk@5751 -
2004-08-08 20:51:15 +00:00
mattias
674612146d added main IDe hints
git-svn-id: trunk@5750 -
2004-08-08 18:20:41 +00:00
mattias
a7d381ad9d splitted TMainIDE (main control instance) and TMainIDEBar (IDE menu and palette), added mainbase.pas and mainintf.pas
git-svn-id: trunk@5749 -
2004-08-08 18:02:45 +00:00
mattias
6efa88fffb fixed extract proc selection block level check
git-svn-id: trunk@5748 -
2004-08-07 10:57:08 +00:00
mattias
ebb787e8f5 implemented virtual temporary ct files
git-svn-id: trunk@5747 -
2004-08-07 07:03:29 +00:00
mattias
56f1575595 changed cpu target ppc to powerpc
git-svn-id: trunk@5746 -
2004-08-06 07:06:09 +00:00
mattias
21b270c41c fixed compilation for fpc 1.0.10
git-svn-id: trunk@5745 -
2004-08-06 06:51:15 +00:00
mattias
513788c44b moved designer/abstractformeditor.pp to ideintf/formeditingintf.pas
git-svn-id: trunk@5744 -
2004-08-05 21:20:47 +00:00
vincents
ac6e455257 allow backspace as a valid input
git-svn-id: trunk@5743 -
2004-08-05 19:33:48 +00:00
mattias
ad61f8be1b implemented FileExecutable for win32
git-svn-id: trunk@5742 -
2004-08-04 23:47:32 +00:00
mattias
6e92b90671 fixed make output recognition for win32
git-svn-id: trunk@5741 -
2004-08-04 17:38:08 +00:00
mattias
79f1d1940b fixed ct nodes for proc param type array of
git-svn-id: trunk@5740 -
2004-08-04 17:35:40 +00:00
mattias
e8ec5bd600 fixed setting Modified for hidden lpr file when adding CreateFormStatement
git-svn-id: trunk@5739 -
2004-08-04 16:58:15 +00:00
mattias
a5ded8dcb0 fixed range check error for TCustomSynAutoComplete.ExecuteCompletion in empty lines
git-svn-id: trunk@5738 -
2004-08-04 16:41:07 +00:00
mazen
922cb9f947 * fix UTF8 text display in source note book
git-svn-id: trunk@5737 -
2004-08-04 15:48:44 +00:00
mattias
c2790676bb connected actions register procs
git-svn-id: trunk@5736 -
2004-08-04 12:34:30 +00:00
mattias
7c15c7e6fc added actions registration
git-svn-id: trunk@5735 -
2004-08-04 12:26:35 +00:00