Commit Graph

11360 Commits

Author SHA1 Message Date
vincents
ecaebbe825 + introduced LCLPlatformDisplayNames (used on screen) and LCLPlatformDirNames (used for compilation) to be able show win32/win64 on screen and use the win32 directory
git-svn-id: trunk@11133 -
2007-05-13 14:25:05 +00:00
mattias
bb201517c7 IDE: debugger: added checks for working directory
git-svn-id: trunk@11132 -
2007-05-12 14:40:06 +00:00
paul
3f6445f154 - TCustomMemo.WantTabs for gtk2
git-svn-id: trunk@11131 -
2007-05-12 12:30:18 +00:00
mattias
8d7812da86 IDE: completion form is now created on demand and the internal double buffer bitmap is resized correct
git-svn-id: trunk@11130 -
2007-05-12 09:39:20 +00:00
andrew
385b95d4f5 fixed spelling error in acknowledgements
git-svn-id: trunk@11129 -
2007-05-11 23:41:48 +00:00
mattias
9fdf9fcfdf gtk intf: made creation/freeing of GDI objects more consistent and more strict. gtk2 intf: brush and pen are now created on demand
git-svn-id: trunk@11128 -
2007-05-11 16:52:05 +00:00
vincents
52d30339d8 snapshot monitor tool:
* allow 2 hour time difference
* centralized fpc and lazarus version numbers

git-svn-id: trunk@11127 -
2007-05-11 16:38:16 +00:00
paul
0312cb2ee4 - replaced old images with modern from silk and own painting:
debugger images, most packages images, misc
- ide dialogs switched to use common image list instead of their own:
compileroptions, projectinspector, packageeditor, pkggraphexplorer

git-svn-id: trunk@11126 -
2007-05-11 02:40:08 +00:00
vincents
d1ef2dcb9a mac os x snapshots: fixed compilation if fpcmake is not on the path
git-svn-id: trunk@11125 -
2007-05-10 21:38:23 +00:00
paul
3c6665616c - TCustomMemo.WantReturns implementation (0008352)
git-svn-id: trunk@11124 -
2007-05-10 14:12:03 +00:00
vincents
99df3c959b docs: updates from Graeme
* Removed duplicate documentation nodes from the dialogs.xml file.
 * Improved the docs and layout of the InputBox function.
 * Supplied an external sample of the InputBox function.
 * Improved the layout of the InputQuery docs.

git-svn-id: trunk@11123 -
2007-05-10 10:56:45 +00:00
tombo
8babe22532 Carbon intf:
- memory leak fix: removed ref. counting from registered events, removed events unregistering
- implemented GetCapture
- memory leak fixed in destroying menu items

git-svn-id: trunk@11122 -
2007-05-10 10:47:14 +00:00
mattias
0f2b6b8e44 gtk2 intf: fonts of device contexts are now created on demand
git-svn-id: trunk@11121 -
2007-05-10 08:44:03 +00:00
paul
65e4295973 - TForm.OnShow and OnHide should fire before actual visibility change
- TEdit OnChange should not be called while control creation sequence
(reports 8826, 8828)

git-svn-id: trunk@11120 -
2007-05-10 07:39:53 +00:00
vincents
1f8d81dc9d debugger: don't double the single quote in strings shown to the user
git-svn-id: trunk@11119 -
2007-05-09 22:20:26 +00:00
vincents
75734cdf1d debugger: replace \\, \t etc in debugger output strings
git-svn-id: trunk@11118 -
2007-05-09 22:00:08 +00:00
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