Commit Graph

11094 Commits

Author SHA1 Message Date
vincents
a4af89298d mac osx installer: fixed cross compiling lcl units for powerpc on i386
git-svn-id: trunk@11117 -
2007-05-09 20:33:10 +00:00
vincents
1319a78b61 mac os x installer: fixed compare in bash script
git-svn-id: trunk@11116 -
2007-05-09 16:45:53 +00:00
jesus
d4b0c88e83 LCL: dbgrid, fixed FieldName/DisplayFormat typo
git-svn-id: trunk@11115 -
2007-05-09 16:39:56 +00:00
vincents
62fbb07216 mac osx installer: fixed cross compilation support in i386
git-svn-id: trunk@11114 -
2007-05-09 14:44:43 +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
28b1b1be74 Minor identation and comments fixes on qt interface
git-svn-id: trunk@11112 -
2007-05-09 07:58:53 +00:00
mattias
86605834e9 gtk2 intf: reduced hints
git-svn-id: trunk@11111 -
2007-05-09 07:32:45 +00:00
vincents
8b72017c34 fixed typo
git-svn-id: trunk@11110 -
2007-05-08 18:57:53 +00:00
vincents
297a72e01b LCL: cleanup, ReallocMem(p,0) sets p to nil
git-svn-id: trunk@11109 -
2007-05-08 17:50:51 +00:00
vincents
6aa04ce02b lcl: fixed wince compilation (bug #8836)
git-svn-id: trunk@11108 -
2007-05-08 17:46:36 +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
mattias
6a41acd5f4 gtk2 intf: the GC of device contexts are now created only when needed
git-svn-id: trunk@11106 -
2007-05-08 16:24:44 +00:00
sekelsenmat
cc70f5376b Removed the accent from Diogo's name, because this caused a problem on utf-8 systems
git-svn-id: trunk@11105 -
2007-05-08 13:54:39 +00:00
mattias
2b64f5d099 gtk intf: renamed TDeviceContext.Wnd to TDeviceContext.DCWidget to save many typecasts
git-svn-id: trunk@11104 -
2007-05-08 12:58:13 +00:00
vincents
a7d9c00a87 IDE: put back hints in the build lazarus dialog, they were probably lost during the conversion to lfm
git-svn-id: trunk@11103 -
2007-05-08 09:57:26 +00:00
paul
fc188e5d5e - changed button sizes to old (after changing imagelist)
git-svn-id: trunk@11102 -
2007-05-08 09:30:10 +00:00
vincents
30fc8f47b0 editortoolbar: fixed toolbar button order from Graeme (#8832)
git-svn-id: trunk@11101 -
2007-05-08 08:56:26 +00:00
paul
555f6c9e4a - modernize some ide images
- buildlazdialog switched to use common imagelist instead of own

git-svn-id: trunk@11100 -
2007-05-08 08:53:21 +00:00
mattias
b5b38344d5 IDE: always creating the custom defines templates for package source directories, so that IDE add-ons can add their own settings
git-svn-id: trunk@11099 -
2007-05-08 08:38:03 +00:00
mattias
34b67b7af7 IDE: always creating the custom defines templates for project source directories, so that IDE add-ons can add their own settings
git-svn-id: trunk@11098 -
2007-05-08 08:05:57 +00:00
vincents
9ea067bcdb IDE: fixed selected image in the component treeview from Martin Smat (#8829)
git-svn-id: trunk@11097 -
2007-05-08 02:02:13 +00:00
marc
78584a938d * Update pb translation by Antonio Galvao
git-svn-id: trunk@11096 -
2007-05-07 22:39:48 +00:00
vincents
ee45bb5259 IDE: updated ukranian translations from Evgen Palamarchuck
git-svn-id: trunk@11095 -
2007-05-07 20:19:02 +00:00
vincents
44b95915d1 IDE: show about text in paragraphs
git-svn-id: trunk@11094 -
2007-05-07 07:56:01 +00:00
vincents
d0c8b02aab IDE: updated po-files
git-svn-id: trunk@11093 -
2007-05-07 07:35:26 +00:00
paul
1ef92b0f0b - TMemo.Alignment implementation for win32, qt, gtk2
git-svn-id: trunk@11092 -
2007-05-07 07:31:14 +00:00
vincents
c703198ac7 IDE: tweaks to the about Lazarus text
git-svn-id: trunk@11091 -
2007-05-07 05:08:47 +00:00
paul
c1437bbc76 - fixed qt widgetset compilation with fpc 2.3.1
git-svn-id: trunk@11090 -
2007-05-07 04:35:38 +00:00
paul
3dfa28e3e5 - menu designer patch from Martin Smat (issue #0007537)
git-svn-id: trunk@11089 -
2007-05-07 02:37:02 +00:00
vincents
0469648053 IDE: renamed thirdparty in about box to acknowledgements
git-svn-id: trunk@11088 -
2007-05-06 20:45:14 +00:00
vincents
b70d4cbd78 LCL: use logfont from windows unit on windows (bug #8817) from Darek Mazur
git-svn-id: trunk@11087 -
2007-05-06 19:55:48 +00:00
mattias
545c0cee08 LCL: TTabControl: added comments
git-svn-id: trunk@11086 -
2007-05-06 08:34:20 +00:00
mattias
0684e89b83 codetools: added example how to insert a class behind a uses section
git-svn-id: trunk@11085 -
2007-05-05 16:28:59 +00:00
mattias
0d2a3b970c gtk intf: fixed mouse events for TListBox
git-svn-id: trunk@11084 -
2007-05-05 16:05:37 +00:00
paul
45f07afcc1 - LCL and Win32 TListBox.Columns
git-svn-id: trunk@11083 -
2007-05-05 15:30:19 +00:00
mattias
1cf140d3ce OI: improved property value rectangles when there is a button
git-svn-id: trunk@11082 -
2007-05-05 09:14:52 +00:00
paul
fe4c46785a - added third tab into IDE about box for third-party projects
- added thirdparty.txt

git-svn-id: trunk@11081 -
2007-05-05 04:04:04 +00:00
marc
3a01836e01 * implemented Double to LRSExtended conversion
git-svn-id: trunk@11080 -
2007-05-05 00:43:08 +00:00
andrew
61d6337105 fixed painting of combobox items if they are selected in gtk2
implemented sending of closeup message for a combobox in gtk2

git-svn-id: trunk@11079 -
2007-05-04 23:49:36 +00:00
vincents
370aa4c253 fixed fpc 2.3 compilation (assigning to set or record properties)
git-svn-id: trunk@11078 -
2007-05-04 22:43:58 +00:00
paul
051e47f08a ComboHeight := ComboHeight replaced with UpdateComboHeight
git-svn-id: trunk@11077 -
2007-05-04 15:11:39 +00:00
vincents
fe4e668fd5 updated po files, so that it contains the (untranslated) new about text.
git-svn-id: trunk@11076 -
2007-05-04 13:31:21 +00:00
vincents
97c4476f5f removed debug readln
git-svn-id: trunk@11075 -
2007-05-04 13:28:33 +00:00
vincents
515ceb40a1 updatepofiles tool: use CompareStr to compare messageids to avoid differences between windows and linux
git-svn-id: trunk@11074 -
2007-05-04 13:24:17 +00:00
vincents
ea7211515a IDE: updated lazarus about text (#8785)
git-svn-id: trunk@11073 -
2007-05-04 10:59:36 +00:00
mattias
a081b9846f IDE: fixed writing fake methods to lfm
git-svn-id: trunk@11072 -
2007-05-04 08:14:01 +00:00
paul
5629cad996 - prevent csSimple combobox to have double height in runtime
- some win32 intf combobox related code moving

git-svn-id: trunk@11071 -
2007-05-04 02:24:45 +00:00
paul
f83756a0d3 - request combobox item heights through onMeasureItem when style is ownerdraw variable + misc bugs with ItemHeight (report 0008113)
git-svn-id: trunk@11070 -
2007-05-04 01:26:23 +00:00
vincents
1e323b22a7 treeview example: don't include 32 bits resource when compiled for win64
git-svn-id: trunk@11069 -
2007-05-03 18:55:47 +00:00
vincents
d3ac699694 childsizinglayout example: don't store session info in lpi
git-svn-id: trunk@11068 -
2007-05-03 18:51:20 +00:00