Commit Graph

15534 Commits

Author SHA1 Message Date
vincents
579618fb3f win32 interface: fixed range check error when setting the icon
git-svn-id: trunk@15622 -
2008-06-30 09:00:49 +00:00
paul
4ae3fa27db gtk2:
- set trackbar digits to 0 (as all other widgetsets works)
- simplify some code

git-svn-id: trunk@15621 -
2008-06-30 08:26:27 +00:00
paul
d07764681a qt: use sliderPosition for TrackBar instead of value
git-svn-id: trunk@15620 -
2008-06-30 07:16:41 +00:00
paul
9b8ffbea8c one more problem in the same example
git-svn-id: trunk@15619 -
2008-06-30 07:08:22 +00:00
paul
7a8b551fb9 examples: fix project
git-svn-id: trunk@15618 -
2008-06-30 07:05:02 +00:00
paul
31fd4afd4e examples: add icon examples
git-svn-id: trunk@15617 -
2008-06-30 03:25:26 +00:00
paul
4619b1b098 lcl: on changing Form.Icon or Application.Icon set its current to best index for application
git-svn-id: trunk@15616 -
2008-06-30 03:15:43 +00:00
paul
3152e64236 lcl: add TIcon.GetBestApplicationIndex - best index to use in Application.Icon or Form.Icon
git-svn-id: trunk@15615 -
2008-06-30 03:14:55 +00:00
paul
d179d98ddb gtk2: check for max size only cursor in CreateIconIndirect
git-svn-id: trunk@15614 -
2008-06-30 03:13:49 +00:00
paul
93c931063d lcl:
- register more picture extensions (.cur, .icns)
- add simple implementation to TCustomIcon.UpdateCurrentView

git-svn-id: trunk@15613 -
2008-06-30 02:14:12 +00:00
paul
145033569a lcl: implement .icns (osx icon resource) graphic reader
git-svn-id: trunk@15612 -
2008-06-30 01:11:14 +00:00
mattias
fb5d6501e3 IDEIntf: tobjectinspector: changing filter after creation from Michael VC
git-svn-id: trunk@15611 -
2008-06-29 21:26:24 +00:00
mattias
97faf853fc translations: german: updates from Joerg Braun
git-svn-id: trunk@15610 -
2008-06-29 21:01:32 +00:00
mattias
ec1179f80e translations: finnish: updates from Seppo
git-svn-id: trunk@15609 -
2008-06-29 20:59:13 +00:00
kirkpatc
d1a77fbb55 FPDoc - descriptions added for various 'shared' classes in graphics.xml
git-svn-id: trunk@15608 -
2008-06-29 14:14:38 +00:00
mattias
c1b02e4ddd codetools: added range check, bug #11573
git-svn-id: trunk@15607 -
2008-06-28 20:43:32 +00:00
vincents
c8713eb786 LCL: fixed ofFileMustExist for non-UTF8 system charset.
git-svn-id: trunk@15606 -
2008-06-28 18:51:39 +00:00
mattias
2e9c3b92a6 codetools: ppu: implemented keeping data for later use
git-svn-id: trunk@15605 -
2008-06-28 14:53:55 +00:00
tombo
e27e614cbd LCL imagelist: fixed range check error when editing empty image list
git-svn-id: trunk@15604 -
2008-06-28 13:30:28 +00:00
kirkpatc
d085144116 FPDoc - inserted descriptions for TSharedCustomBitmap and its deriviatives in Graphics.xml
git-svn-id: trunk@15603 -
2008-06-28 13:04:55 +00:00
tombo
6c0116c271 LCL carbon: adjusted line row scrolling, fixed range check error
git-svn-id: trunk@15602 -
2008-06-28 12:02:04 +00:00
mattias
9aea230f59 codetools: ppu: implemented reading procs
git-svn-id: trunk@15601 -
2008-06-28 11:51:52 +00:00
mattias
f7a7e9f81a codetools: ppu: implemented reading implementation uses section
git-svn-id: trunk@15600 -
2008-06-28 08:24:51 +00:00
mattias
ff9a904695 codetools: ppu: implemented skipping other parts
git-svn-id: trunk@15599 -
2008-06-28 08:02:20 +00:00
jesus
8aa05f1439 LazReport, fixed 2.2.0 compile reported by Eduardo Lopez
git-svn-id: trunk@15598 -
2008-06-27 18:32:02 +00:00
paul
c8d58add6a lcl:
- revert TLazIntfImage.HasMask (it was indeed right)
 - improve a bit TWin32WidgetSet.RawImage_CreateBitmaps

git-svn-id: trunk@15597 -
2008-06-27 15:36:15 +00:00
kirkpatc
c49612b414 FPDoc - Graphics.xml has had makeskel --update to add the TSharedRasterImage and related classes to the description file. Descriptions have been added for TRasterImage.
git-svn-id: trunk@15596 -
2008-06-27 15:20:07 +00:00
mattias
fc43d79cae codetools: ppu: implemented skipping unsupported entries
git-svn-id: trunk@15595 -
2008-06-27 14:50:48 +00:00
mattias
0a4be6bd8d codetools: ppu: implemented reading deref map
git-svn-id: trunk@15594 -
2008-06-27 14:44:24 +00:00
mattias
8373805803 codetools: ppu: implemented reading deref data
git-svn-id: trunk@15593 -
2008-06-27 14:42:04 +00:00
mattias
758fa2eb08 codetools: ppu: implemented reading import symbols
git-svn-id: trunk@15592 -
2008-06-27 14:38:55 +00:00
mattias
5daf301724 codetools: ppu: implemented reading linked files
git-svn-id: trunk@15591 -
2008-06-27 14:32:15 +00:00
mattias
878bc4ab3c codetools: ppu: implemented reading entries, module name, uses units
git-svn-id: trunk@15590 -
2008-06-27 14:19:49 +00:00
mattias
42827e1052 codetools: FPC src defines: added .. to the SrcPath of compiler/utils
git-svn-id: trunk@15589 -
2008-06-27 13:08:02 +00:00
vincents
e0ddcf13ee win32 interface: remove selecting all text when focussing a TCustomEdit, this can be down in the LCL by setting TCustomEdit.AutoSelect := true (fixes bug #11558)
git-svn-id: trunk@15588 -
2008-06-27 12:41:42 +00:00
mattias
e69e3f45b0 cross rpm: creating /usr/lib/fpc/fpc-cross.cfg
git-svn-id: trunk@15587 -
2008-06-27 12:02:53 +00:00
mattias
a2c86d5561 cross deb: creating /usr/lib/fpc/fpc-cross.cfg
git-svn-id: trunk@15586 -
2008-06-27 12:01:49 +00:00
mattias
6e52a72112 codetools: ppu: showing flags and compiler
git-svn-id: trunk@15585 -
2008-06-27 11:47:39 +00:00
mattias
a345bde499 codetools: ppu: showing cpu and target
git-svn-id: trunk@15584 -
2008-06-27 11:37:00 +00:00
mattias
26812face7 codetools: added example for parsing ppu files
git-svn-id: trunk@15583 -
2008-06-27 10:27:06 +00:00
mattias
eed06a0312 IDE: published dialog layout improved
git-svn-id: trunk@15582 -
2008-06-27 08:51:15 +00:00
paul
9ecd69546b win32: create non-dib in case of bitsperpixel = 1 and boundary = word
git-svn-id: trunk@15581 -
2008-06-27 05:08:38 +00:00
paul
774ad4aa28 lcl: increase visibility of some icon internals to allow override it and reuse some parts in the another unit
git-svn-id: trunk@15580 -
2008-06-27 02:30:39 +00:00
mattias
f32d59efb7 codetools: started ppu parser
git-svn-id: trunk@15579 -
2008-06-26 16:54:02 +00:00
paul
5e85db3260 lcl: TSharedCustomBitmap IsEmpty should differ from TRasterImage. TRasterImage only checks stream and handle, but TSharedCustomBitmap also has an image which can contain data and thus must be checked too. fixes #0011222
git-svn-id: trunk@15578 -
2008-06-26 15:00:20 +00:00
vincents
beff60f884 win32 interface: fixed retrieving memo line (bug #11519)
git-svn-id: trunk@15577 -
2008-06-26 14:24:28 +00:00
sekelsenmat
3c3f190780 Allows the button policy to be chosen per-form in Windows CE
git-svn-id: trunk@15576 -
2008-06-25 23:40:33 +00:00
vincents
bf73615fac win32 widgetset: fixed copy and pasting text for UnicodeEnabledOS=false (bug #11517)
git-svn-id: trunk@15575 -
2008-06-25 22:00:30 +00:00
vincents
a832fcc215 LCL: added big endian version of message records, that have splitted wparam or lparam parameters, so that postmessage(hwnd, msg, wparam, lparam) work on big endian CPUs too (bug #11441) from Phil
git-svn-id: trunk@15574 -
2008-06-25 11:12:15 +00:00
paul
29d8c931b8 extend comment in the png reader
git-svn-id: trunk@15573 -
2008-06-25 06:49:21 +00:00