vincents
13ad7cf3a2
carbon widgetset: fixed compilation
...
git-svn-id: trunk@11880 -
2007-08-29 19:17:57 +00:00
paul
12da9bfed6
(Qt):
...
- use internal qt mechanism to top propagation of mouse events to parent widgets (instead of our)
- stop propagate key events to parent if widget is QAbstractScrollArea (custom control)
- fix 2 memory leaks
git-svn-id: trunk@11879 -
2007-08-29 08:37:57 +00:00
vincents
d48eacaede
LCL: temporary implementation for TCustomImageList.StretchDraw from Marc
...
git-svn-id: trunk@11878 -
2007-08-28 22:16:32 +00:00
jesus
622ba85b38
LCL, grids implemented TStringGridStrings from Luis Rodrigues, issue #9492
...
git-svn-id: trunk@11877 -
2007-08-28 21:14:22 +00:00
vincents
ccd983b576
image components: fixed compilation
...
git-svn-id: trunk@11876 -
2007-08-28 20:12:24 +00:00
paul
abe113718c
- move TWidgetset.GetListBoxXXX to TWSCustomListBox.GetXXX (where XXX in [GetIndexAtY, GetItemRect]) *untested on Carbon and wince*
...
- implement GetIndexAtY and GetItemRect for TQtWsListBox
git-svn-id: trunk@11875 -
2007-08-28 17:44:28 +00:00
jesus
66f6e87d4d
LCL, dbgrids, reorder of some boolean expressions from Luiz Americo
...
git-svn-id: trunk@11874 -
2007-08-28 16:31:20 +00:00
vincents
51fe94a1a8
TAChart: patch from Luis Rodrigues and Helio Rocha-Pinto (bug #9507 )
...
+ implemented property Inverted
* bug fixes
git-svn-id: trunk@11873 -
2007-08-28 15:59:34 +00:00
paul
d8ab3c6a9c
(Qt):
...
- fix mem leak in TQtWidget.RawImage_CreateBitmaps
- implementation of OwnerDrawn listbox (through ItemDelegate)
- cleanup
git-svn-id: trunk@11872 -
2007-08-28 13:16:46 +00:00
vincents
cebc1c01f6
IDE: added Lithuanian to the list of translations
...
git-svn-id: trunk@11871 -
2007-08-27 22:12:31 +00:00
vincents
e1a3c061e0
add Lithuanian translations from Valdas
...
git-svn-id: trunk@11870 -
2007-08-27 21:54:40 +00:00
vincents
800d8eed7e
wince interface: enable moving controls except for forms, this still doesn't work properly (bug #9505 ) from Patrick Chevalley
...
git-svn-id: trunk@11869 -
2007-08-27 18:15:28 +00:00
vincents
9ec2fe74a3
win32 interface: fixed memleak
...
git-svn-id: trunk@11868 -
2007-08-27 09:14:59 +00:00
paul
27ba3ff652
- revert change to DrawFrameControl caused by merge (fix issue found by Luiz in Build lazarus dialog)
...
git-svn-id: trunk@11867 -
2007-08-27 06:27:29 +00:00
jesus
b1e1da7dff
LCL, reworked handling of clientarea in grids. Fixes issue #1085
...
git-svn-id: trunk@11866 -
2007-08-26 23:21:13 +00:00
marc
8626b3e091
* fixed bug #9501
...
git-svn-id: trunk@11865 -
2007-08-26 18:12:06 +00:00
marc
0e9fa04c48
* Spaces fix by Pawel Trochimczuk
...
git-svn-id: trunk@11864 -
2007-08-26 16:55:51 +00:00
vincents
8609307af8
LCL : Changed TColorBox.Selection to TColorBox.Selected (bug #9498 )
...
git-svn-id: trunk@11863 -
2007-08-25 21:50:38 +00:00
marc
fa05992ce0
* fixed compilation
...
git-svn-id: trunk@11862 -
2007-08-25 09:48:36 +00:00
marc
04b4e27b62
* Implemented basic alpha support
...
* Implemented LCL side of imagelist
* restructured rawimage to more OO
Merged revisions 11289-11617 via svnmerge from
http://svn.freepascal.org/svn/lazarus/branches/marc-lcl
........
r11289 | marc | 2007-06-06 22:50:05 +0200 (Wed, 06 Jun 2007) | 1 line
private branch for bitmap rework
........
r11290 | marc | 2007-06-06 23:30:09 +0200 (Wed, 06 Jun 2007) | 2 lines
* Initial linux and win32 implementation
........
r11291 | paul | 2007-06-07 03:20:11 +0200 (Thu, 07 Jun 2007) | 3 lines
- fix compilation with fpc 2.3.1
- remove unneded code for converting cursor mask
- enabled loading of standard windows status icons instead of LCL
........
r11292 | paul | 2007-06-07 11:03:27 +0200 (Thu, 07 Jun 2007) | 1 line
- some bugs with mask and alpha
........
r11299 | marc | 2007-06-08 00:59:26 +0200 (Fri, 08 Jun 2007) | 2 lines
* force alpha channel when PNG has alpha
........
r11302 | paul | 2007-06-09 04:45:12 +0200 (Sat, 09 Jun 2007) | 1 line
- fix black rectangles instead of manu item images
........
r11303 | paul | 2007-06-09 04:46:14 +0200 (Sat, 09 Jun 2007) | 1 line
formatting
........
r11309 | marc | 2007-06-11 02:25:07 +0200 (Mon, 11 Jun 2007) | 3 lines
* Added alpha premultiply
* Published Colorbox selection property
........
r11310 | paul | 2007-06-11 19:10:18 +0200 (Mon, 11 Jun 2007) | 1 line
misc
........
r11312 | marc | 2007-06-12 01:44:03 +0200 (Tue, 12 Jun 2007) | 2 lines
* start with carbon
........
r11313 | paul | 2007-06-12 14:02:48 +0200 (Tue, 12 Jun 2007) | 1 line
- BitBtn glyph transparency
........
r11315 | paul | 2007-06-13 05:20:40 +0200 (Wed, 13 Jun 2007) | 1 line
- problems with internal bitmap saving/loading (is was 24bpp when 32bpp needed)
........
r11319 | paul | 2007-06-14 06:32:04 +0200 (Thu, 14 Jun 2007) | 1 line
- More LCL way of painting images through ThemeServices
........
r11320 | paul | 2007-06-14 06:32:56 +0200 (Thu, 14 Jun 2007) | 1 line
- ability to override bitbtn glyph to nothing
........
r11321 | paul | 2007-06-14 06:34:49 +0200 (Thu, 14 Jun 2007) | 1 line
painting headercontrol images through ThemeServices
........
r11325 | paul | 2007-06-17 10:14:27 +0200 (Sun, 17 Jun 2007) | 1 line
fixing painting of 32bpp bitmaps with no Alpha
........
r11326 | paul | 2007-06-17 10:16:00 +0200 (Sun, 17 Jun 2007) | 1 line
missed file
........
r11337 | paul | 2007-06-20 03:44:47 +0200 (Wed, 20 Jun 2007) | 3 lines
- revert previous commit
- create 24bpp bitmaps by default
........
r11342 | marc | 2007-06-21 01:47:30 +0200 (Thu, 21 Jun 2007) | 3 lines
* Added Alpha support on Carbon
* Simplified win32 rawimage_fromdevice
........
r11343 | paul | 2007-06-21 04:36:28 +0200 (Thu, 21 Jun 2007) | 1 line
- adopt gtk2 code
........
r11344 | paul | 2007-06-21 04:41:41 +0200 (Thu, 21 Jun 2007) | 1 line
make gtk2 work
........
r11353 | paul | 2007-06-22 10:12:19 +0200 (Fri, 22 Jun 2007) | 1 line
- default WS imagelist implementation
........
r11358 | marc | 2007-06-23 13:29:06 +0200 (Sat, 23 Jun 2007) | 2 lines
* Implemented MaskBlit
........
r11359 | paul | 2007-06-23 20:02:52 +0200 (Sat, 23 Jun 2007) | 1 line
draw new imagelist bitmap on widget canvas
........
r11371 | marc | 2007-06-25 23:50:13 +0200 (Mon, 25 Jun 2007) | 2 lines
* Rawimage rework
........
r11372 | marc | 2007-06-25 23:51:00 +0200 (Mon, 25 Jun 2007) | 2 lines
+ Added header
........
r11373 | marc | 2007-06-26 00:05:55 +0200 (Tue, 26 Jun 2007) | 2 lines
* Swapped RGBA <-> ARGB defualt format since most widgetsets use ARGB
........
r11374 | marc | 2007-06-26 00:09:36 +0200 (Tue, 26 Jun 2007) | 2 lines
* added
........
r11462 | marc | 2007-07-12 00:16:02 +0200 (Thu, 12 Jul 2007) | 2 lines
+ added header
........
r11463 | marc | 2007-07-12 00:18:49 +0200 (Thu, 12 Jul 2007) | 2 lines
* Added alpha/masked strechblt support
........
r11464 | marc | 2007-07-12 00:21:27 +0200 (Thu, 12 Jul 2007) | 2 lines
* create DIBSection instead of DIBitmap
........
r11502 | marc | 2007-07-14 00:23:42 +0200 (Sat, 14 Jul 2007) | 2 lines
* Fixed transparentcolor after loading bitmap
........
r11505 | marc | 2007-07-14 15:10:56 +0200 (Sat, 14 Jul 2007) | 2 lines
- Removed ARGB dataconversion, internal format is by default the same now
........
r11531 | marc | 2007-07-17 01:23:34 +0200 (Tue, 17 Jul 2007) | 2 lines
* changed TRawImage into object
........
r11533 | paul | 2007-07-17 05:10:31 +0200 (Tue, 17 Jul 2007) | 3 lines
- change several occurrence of FillChar(..TRawImageDescription..) with call to Init
- change imagelist defines to use old imagelist (new is crashes ide)
- change TWin32ThemeServices to use old imagelist
........
r11534 | paul | 2007-07-17 05:19:02 +0200 (Tue, 17 Jul 2007) | 3 lines
- change several occurrence of FillChar(..TRawImageDescription..) with call to Init in Qt widgetset
- change TRawImageDescription.IsEqual and TRawImage.IsEqual
........
r11535 | paul | 2007-07-17 05:23:53 +0200 (Tue, 17 Jul 2007) | 1 line
- change several occurrence of FillChar(..TRawImageDescription..) with call to Init in wince widgetset
........
r11554 | marc | 2007-07-18 00:10:11 +0200 (Wed, 18 Jul 2007) | 2 lines
* fixed compilation on 2.0.4
........
r11555 | marc | 2007-07-18 00:10:44 +0200 (Wed, 18 Jul 2007) | 2 lines
* fixed compilation
........
r11556 | marc | 2007-07-18 00:11:43 +0200 (Wed, 18 Jul 2007) | 2 lines
* fixed fillchar on TRawImage object
........
r11572 | marc | 2007-07-19 01:41:35 +0200 (Thu, 19 Jul 2007) | 2 lines
* fixed crash when object has vmt
........
r11573 | marc | 2007-07-19 01:42:14 +0200 (Thu, 19 Jul 2007) | 2 lines
* Made TRawimage compatible with record again
........
r11580 | marc | 2007-07-20 01:33:20 +0200 (Fri, 20 Jul 2007) | 2 lines
* enabled newimagelist
........
r11581 | marc | 2007-07-20 01:33:48 +0200 (Fri, 20 Jul 2007) | 2 lines
* fixed font
........
git-svn-id: trunk@11861 -
2007-08-25 01:49:40 +00:00
jesus
d5c517fad0
LCL, grids: added gdSelected in addition to gdfocused, issue #9493
...
git-svn-id: trunk@11860 -
2007-08-25 01:34:54 +00:00
vincents
c01e381286
LCL: made IsEmptyRect winapi compatible, Rect(0,0,0,0) is just an example of an empty rect (bug #9495 )
...
git-svn-id: trunk@11859 -
2007-08-24 20:29:59 +00:00
marc
04a5b4539c
+ Added polish translator
...
git-svn-id: trunk@11858 -
2007-08-24 18:01:33 +00:00
vincents
9659e879c0
IDE: fixed memleak introduced in r11821 #04703e3b42
...
git-svn-id: trunk@11857 -
2007-08-24 12:35:18 +00:00
vincents
29ab57af90
cgi modules: cleanup Makefile.fpc
...
git-svn-id: trunk@11856 -
2007-08-23 21:56:53 +00:00
mattias
83603705f5
IDE: compiler options dlg: changed optimization descriptions to same as fpc -h
...
git-svn-id: trunk@11855 -
2007-08-23 21:46:55 +00:00
mattias
862f82d3e3
LCL: autosizing: disabled using GetPreferredSize in GetChildBounds for aligned controls
...
git-svn-id: trunk@11854 -
2007-08-23 21:42:26 +00:00
marc
6f46409e23
* fixed fileselection for a 2nd time
...
git-svn-id: trunk@11853 -
2007-08-23 21:41:16 +00:00
mattias
99e2799127
LCL: TSpeedButton: added PaintBackground
...
git-svn-id: trunk@11852 -
2007-08-23 20:31:46 +00:00
mattias
4c1b802fe1
LCL: autosizing parent control now work with childs anchored to parent
...
git-svn-id: trunk@11851 -
2007-08-23 20:14:12 +00:00
mattias
ffc01c88f4
codetools: fixed regression to jump between methods in implementation classes
...
git-svn-id: trunk@11850 -
2007-08-23 14:27:29 +00:00
mattias
be22076c7a
LCL: TCustomUpDown remving old csPanel and using default of TCustomControl ancestor
...
git-svn-id: trunk@11849 -
2007-08-23 13:28:31 +00:00
vincents
7623704441
deb installer: let dpkg decide the architecture string
...
git-svn-id: trunk@11848 -
2007-08-23 12:57:21 +00:00
mattias
d837b709c7
codetools: directives parser: adding nodes for all directives
...
git-svn-id: trunk@11847 -
2007-08-23 12:47:33 +00:00
mattias
576644f062
memcheck: updated for fpc 2.3.1
...
git-svn-id: trunk@11846 -
2007-08-22 21:31:28 +00:00
jesus
d60d9566d3
printers, fixed rawmode printing using cups, issue #9462
...
git-svn-id: trunk@11845 -
2007-08-22 18:06:57 +00:00
mattias
c3d8e9f2e7
IDEIntf: changed TPropHookCreateMethod parameters to use propertyowner and propertyname
...
git-svn-id: trunk@11844 -
2007-08-22 08:50:20 +00:00
marc
09d7075438
* Updated translation by AlbercikCD
...
git-svn-id: trunk@11843 -
2007-08-21 22:11:36 +00:00
marc
6f6c4d5503
* patch from AlbercikCD
...
git-svn-id: trunk@11842 -
2007-08-21 22:09:32 +00:00
mattias
ce4bd7e89a
codetools: added function to move pointer types to there refering types
...
git-svn-id: trunk@11841 -
2007-08-21 17:34:44 +00:00
vincents
898efab50a
IDE: don't show error message in new dialog when double clicking a non-leave node (bug #9467 )
...
git-svn-id: trunk@11840 -
2007-08-21 08:21:15 +00:00
mattias
00d98505e3
examples: set storing session info in lps files
...
git-svn-id: trunk@11839 -
2007-08-21 07:35:06 +00:00
mattias
85bb631db4
codetools: implemented topological sort for code graphs
...
git-svn-id: trunk@11838 -
2007-08-20 18:02:41 +00:00
vincents
70e8e5cafa
IDE: don't do find declaration on Ctrl - Click, if they are not shown in the editor (bug #9466 )
...
git-svn-id: trunk@11837 -
2007-08-20 14:19:04 +00:00
jesus
8116dca12e
Printers, added note in rawmode printer test.
...
git-svn-id: trunk@11836 -
2007-08-19 18:56:08 +00:00
mattias
896b613597
codetools: fixed parsing properties of class interfaces
...
git-svn-id: trunk@11835 -
2007-08-18 15:37:32 +00:00
mattias
0d150f7df9
codetools: implemented generating a dependency graph from definitions of a unit
...
git-svn-id: trunk@11834 -
2007-08-17 19:29:02 +00:00
mattias
afcbbf4db0
codetools: implemented local type and var section for generics
...
git-svn-id: trunk@11833 -
2007-08-17 12:48:29 +00:00
zeljko
2f7eaae417
(Qt): Bindings update. Added QLocale, QTransform, QAbstractItemDelegate and QLCLItemDelegate with paint() and sizeHint() hooks.
...
git-svn-id: trunk@11832 -
2007-08-17 08:12:54 +00:00
mattias
3df0f2e900
codetools: implemented FixAllAliasDefinitions - auto fixing wrong type/const alias
...
git-svn-id: trunk@11831 -
2007-08-16 19:53:39 +00:00