paul
|
15e8e83251
|
ide: add listview columns editor to list of component editors
git-svn-id: trunk@14812 -
|
2008-04-13 16:23:16 +00:00 |
|
paul
|
4d58d3242c
|
qt: apply mask on StretchMaskBlt when available (issue #0011141)
git-svn-id: trunk@14811 -
|
2008-04-13 15:59:04 +00:00 |
|
tombo
|
7ed219b411
|
LCL carbon: fixed synedit scrolling bugs #0010869 and #0010055
git-svn-id: trunk@14810 -
|
2008-04-12 18:44:33 +00:00 |
|
sekelsenmat
|
87798ed1c2
|
Improves the window border and decoration code on gtk.
git-svn-id: trunk@14809 -
|
2008-04-12 18:13:02 +00:00 |
|
paul
|
217383a60c
|
win32 listview: fix wrong message target when sending LButtonUp, RButtonUp messages (fixes popup menu in ide watch window)
git-svn-id: trunk@14808 -
|
2008-04-12 16:02:06 +00:00 |
|
mattias
|
d5e6d33772
|
debian packages: Split lazarus package into sevaral packages lazarus-ide lazarus-src lazarus-doc lazarus from Mazen
git-svn-id: trunk@14807 -
|
2008-04-12 10:57:16 +00:00 |
|
sekelsenmat
|
80966d6f64
|
Fixes the Gtk 2 progress bar.
git-svn-id: trunk@14806 -
|
2008-04-12 01:35:00 +00:00 |
|
sekelsenmat
|
cf3c9916a4
|
Blocks the compilation of lcl-wince in the arm architecture with FPC <= 2.2.0 to avoid mistakes of the users.
git-svn-id: trunk@14805 -
|
2008-04-12 00:53:44 +00:00 |
|
vincents
|
2f11eb8333
|
fpcunit console test runner: removed 2.0.x compatibility.
git-svn-id: trunk@14804 -
|
2008-04-11 21:20:37 +00:00 |
|
vincents
|
c94e2e7098
|
message composer plug-in: improved layout (bug #11126)
patch by: Salvatore Coppola
git-svn-id: trunk@14803 -
|
2008-04-11 20:28:05 +00:00 |
|
vincents
|
a239a91f28
|
IDE: fixed showing find results of find identifer references, when the same Identifier searched
git-svn-id: trunk@14802 -
|
2008-04-11 14:42:34 +00:00 |
|
vincents
|
9ed9aa3295
|
win32 interfaces: added some defines to enable unicode support easily.
git-svn-id: trunk@14801 -
|
2008-04-11 11:22:20 +00:00 |
|
vincents
|
ec22352fac
|
IDE: search results view, guard against listbox entry without match position for example as a result of Find References.
git-svn-id: trunk@14800 -
|
2008-04-10 13:58:58 +00:00 |
|
vincents
|
a69cd0c485
|
LCL: fixed maskedit warnings
git-svn-id: trunk@14799 -
|
2008-04-10 13:07:59 +00:00 |
|
paul
|
09b6731e09
|
ide: start resolving foreign references (works only when referenced form is already loaded)
git-svn-id: trunk@14798 -
|
2008-04-10 08:44:50 +00:00 |
|
paul
|
ea223b758a
|
add TResourceCache.Clear
git-svn-id: trunk@14797 -
|
2008-04-10 02:02:47 +00:00 |
|
sekelsenmat
|
c48bc3eba2
|
Adds the Cocoa widgetset.
git-svn-id: trunk@14796 -
|
2008-04-09 23:54:49 +00:00 |
|
paul
|
af204c1c8f
|
fix ugly typo in code that breaks KeyPress handling on ansi version of win32 lcl
git-svn-id: trunk@14795 -
|
2008-04-09 10:45:23 +00:00 |
|
vincents
|
366d03794f
|
fixed typo in the correct place
git-svn-id: trunk@14794 -
|
2008-04-09 10:12:33 +00:00 |
|
mattias
|
55eb1b8a80
|
fixed typo
git-svn-id: trunk@14793 -
|
2008-04-09 10:03:09 +00:00 |
|
tombo
|
beec66d795
|
LCL IntfGraphics: fixed bug #0011109: Bitmap "Invalid Size" error. - Mac OS X - Leopard
- negative height in bmp header only means bitmap data is not upside-down
git-svn-id: trunk@14792 -
|
2008-04-09 09:54:12 +00:00 |
|
vincents
|
b82d4957ca
|
components: message composer: improved layout (bug #11126)
patch by: Salvatore Coppola
git-svn-id: trunk@14791 -
|
2008-04-09 09:04:10 +00:00 |
|
vincents
|
dc7211bd1d
|
Message Composer: added missing package files
git-svn-id: trunk@14790 -
|
2008-04-09 08:31:21 +00:00 |
|
paul
|
1b79e32235
|
fix win32 KeyPress handling - allow passing ansi chars in system cp
git-svn-id: trunk@14789 -
|
2008-04-09 08:19:35 +00:00 |
|
vincents
|
7964e3a55f
|
IDE: fixed updating main bar caption after changing the project title (bug #1642)
patch by: Junior Goncalves
git-svn-id: trunk@14788 -
|
2008-04-09 08:04:56 +00:00 |
|
paul
|
6e278016cc
|
use PropValueError instead of manual raise with fixed message
git-svn-id: trunk@14787 -
|
2008-04-09 05:53:25 +00:00 |
|
vincents
|
3ba06c5d7b
|
fpcunit console test runner: removed 2.0.x compatibility.
git-svn-id: trunk@14786 -
|
2008-04-08 21:47:14 +00:00 |
|
vincents
|
a3af29134d
|
test: added scripts for creating a database with test run results (derived from the fpc test results database)
git-svn-id: trunk@14785 -
|
2008-04-08 21:29:50 +00:00 |
|
tombo
|
d8a2b452ec
|
LCL file dropping under gtk: applied #0011105: Patch to fix file drag and drop problems from Colin Western
git-svn-id: trunk@14784 -
|
2008-04-08 13:31:23 +00:00 |
|
vincents
|
b845efb8ab
|
IDE: move win32 lazconf.inc to lazbaseconf.inc to prepare for shared win32/win64 lazconf
git-svn-id: trunk@14783 -
|
2008-04-08 13:02:40 +00:00 |
|
mattias
|
ee9ef21896
|
LCL: fixed UTF8FixBroken for non UTF-8 start bytes
git-svn-id: trunk@14782 -
|
2008-04-08 11:05:53 +00:00 |
|
vincents
|
5baa3b91de
|
added Message Composer package from Salvatore Coppola (issue #10994)
git-svn-id: trunk@14781 -
|
2008-04-08 10:23:16 +00:00 |
|
vincents
|
fa76d74554
|
packager: added ccodeparsertool to the CodeTools package
git-svn-id: trunk@14780 -
|
2008-04-07 14:46:42 +00:00 |
|
vincents
|
243a732ad1
|
components: opengl context: fixed compilation with fpc 2.3.1 after TBool declaration changes
git-svn-id: trunk@14779 -
|
2008-04-07 14:24:26 +00:00 |
|
vincents
|
908e051af0
|
rx component: fixed compilation on 64 bits cpu
git-svn-id: trunk@14778 -
|
2008-04-07 13:39:55 +00:00 |
|
vincents
|
ef62bac367
|
tests: fixed compilation with fpc 2.3.1 (which doesn't allow to pass literal const to formal const parameters)
git-svn-id: trunk@14777 -
|
2008-04-07 12:09:02 +00:00 |
|
vincents
|
15b967a601
|
IDE: fixed unit search directories for make bigide
git-svn-id: trunk@14776 -
|
2008-04-07 10:35:49 +00:00 |
|
tombo
|
aa734b750b
|
LCL hints: allow showing hints for disabled controls
git-svn-id: trunk@14775 -
|
2008-04-07 10:26:51 +00:00 |
|
vincents
|
76e6875b18
|
IDE: fixed unit search directories for make bigide
git-svn-id: trunk@14774 -
|
2008-04-07 09:53:04 +00:00 |
|
vincents
|
ac26bc73d0
|
components: tachart: make unit output directory widget dependent
git-svn-id: trunk@14773 -
|
2008-04-07 09:49:38 +00:00 |
|
vincents
|
899c90c1ee
|
components: fixed unit search directory
git-svn-id: trunk@14772 -
|
2008-04-07 09:17:37 +00:00 |
|
vincents
|
6d2b376f1c
|
components: fixed unit search directory
git-svn-id: trunk@14771 -
|
2008-04-07 09:15:28 +00:00 |
|
vincents
|
95e234bd6e
|
win32 interface: improved wm_char handling
git-svn-id: trunk@14770 -
|
2008-04-07 08:46:39 +00:00 |
|
marc
|
7b3bf328ae
|
* updated translation by slavko
git-svn-id: trunk@14769 -
|
2008-04-06 16:45:44 +00:00 |
|
vincents
|
92bc6dea2c
|
LCL: use TShortcut from the classes unit
git-svn-id: trunk@14768 -
|
2008-04-06 11:30:19 +00:00 |
|
vincents
|
8609fa32cd
|
updated Russian translations from Maxim
git-svn-id: trunk@14767 -
|
2008-04-06 08:09:16 +00:00 |
|
laurent
|
5a3255f6f9
|
Delete BorderSpacing.Onchange property in lfm
git-svn-id: trunk@14766 -
|
2008-04-05 20:07:10 +00:00 |
|
mattias
|
ca564f7e3e
|
translations: finnish: updates from Seppo
git-svn-id: trunk@14765 -
|
2008-04-05 19:07:06 +00:00 |
|
sekelsenmat
|
e52e15040b
|
Fix compilation of maskedit in non-win32.
git-svn-id: trunk@14764 -
|
2008-04-05 18:03:36 +00:00 |
|
vincents
|
09ece34247
|
components: regenerated makefiles using the new unit output directory (bug #9963)
git-svn-id: trunk@14763 -
|
2008-04-05 17:50:49 +00:00 |
|