Commit Graph

39301 Commits

Author SHA1 Message Date
martin
63634bb913 SynEdit: fixed trim-space (mode "position only") would corrupt text on certain undo. Issue #24101
git-svn-id: trunk@40680 -
2013-04-01 11:58:34 +00:00
martin
fde480b560 SynEdit: Small optimization in editing selection code
git-svn-id: trunk@40679 -
2013-04-01 11:51:23 +00:00
martin
0493e2f195 SynEdit: Fixed a rare issue with wrongly placed caret after overwriting the selection.
git-svn-id: trunk@40678 -
2013-04-01 11:47:15 +00:00
jesus
4c539b83a7 Printers, made the cairo postscript canvas the default for cups backend (gtk2), printing latin, greek, cyrillic, arabic, chinese, etc. should now work, fixes issues #15161 and #19435
git-svn-id: trunk@40677 -
2013-04-01 04:43:31 +00:00
jesus
2efb4587ed CairoCanvas, make sure cairo context is created before using fonts
git-svn-id: trunk@40676 -
2013-04-01 04:26:02 +00:00
jesus
9d6b8229f9 Tools, LazRes, trim ResourceName and ResourceType, issue #24139
git-svn-id: trunk@40675 -
2013-04-01 03:16:12 +00:00
mattias
6b0e827476 IDE: fixed range check
git-svn-id: trunk@40674 -
2013-03-31 18:51:38 +00:00
mattias
6b9529ec0a lazutf8: faster FindInvalidUTF8Character
git-svn-id: trunk@40673 -
2013-03-31 17:19:46 +00:00
jesus
94f91d9acb Lazreport, applied so called 'proper paint' patch so the designer draws only during paint cycle, tested Win, Linux (Gtk2 and Qt) and Mac
git-svn-id: trunk@40672 -
2013-03-29 21:07:55 +00:00
jesus
e005e58a07 LCL, QT, set number of colors to 2 for mono images, this avoids crash if QT is compiled with debug info because then assertions are enabled
git-svn-id: trunk@40671 -
2013-03-29 21:04:33 +00:00
jesus
abc6f21f08 LCL, gtk2, Primitive implementation of InvalidateRgn, Normalize Rect before invalidating Rect
git-svn-id: trunk@40670 -
2013-03-29 20:56:52 +00:00
jesus
323e3534d0 Lazreport, added alignments report sample from Julio Jiménez Borreguero
git-svn-id: trunk@40669 -
2013-03-29 19:43:52 +00:00
jesus
b067464acc CairoCanvas, Implements TextOut using CairoPango, from Julio Jiménez Borreguero
git-svn-id: trunk@40668 -
2013-03-29 19:41:35 +00:00
juha
e4fb69076a LCL: Simplifies the setup to compile lcl-fpgui. Issue #24168, patch from Graeme
git-svn-id: trunk@40667 -
2013-03-29 18:39:24 +00:00
juha
dc58fc0884 LCL: Adds TProgressBar support for lcl-fpgui. Issue #24167, patch from Graeme
git-svn-id: trunk@40666 -
2013-03-29 18:39:18 +00:00
juha
9144f86c55 LCL: Minor clean-up of code in lcl-fpgui. Issue #24166, patch from Graeme
git-svn-id: trunk@40665 -
2013-03-29 18:39:13 +00:00
juha
460f108b68 LazUtils: Make FileSize function overload. Issue #24155, patch from ocean
git-svn-id: trunk@40664 -
2013-03-29 17:55:34 +00:00
juha
b77275a1d2 LCL: New implementation of TEditButton. Is compiled only with define NewEditButton, for testing now. Issue #24170, patch from Vojtech Cihak
git-svn-id: trunk@40663 -
2013-03-29 14:31:40 +00:00
jesus
019c1eeb6c Tools, LazRes, optionally change resource name, when reading from file ignore empty lines and lines starting with #
git-svn-id: trunk@40662 -
2013-03-28 23:40:26 +00:00
jesus
af138e87a7 CairoCanvas, Get the same text origin as cairo_show_text, (baseline left, instead of Pango's top left), from Julio Jiménez Borreguero
git-svn-id: trunk@40661 -
2013-03-28 17:57:15 +00:00
bart
dd4612a337 MaskEdit: fix program crash in OnExit of DBEdit, after TDBEdit.UpdateData calls ValidateEdit (issue #0024134).
git-svn-id: trunk@40660 -
2013-03-28 17:52:04 +00:00
jesus
c92f53e178 Examples, semaphorgrid, corrected macro LCLWidgetType
git-svn-id: trunk@40659 -
2013-03-28 17:35:31 +00:00
mattias
16df97ee36 IDE: fixed crash on closing package graph
git-svn-id: trunk@40658 -
2013-03-28 10:41:52 +00:00
mattias
052d1d3461 IDEIntf: clean up
git-svn-id: trunk@40657 -
2013-03-28 10:41:40 +00:00
sekelsenmat
d98c131660 A modified version of the windows7 drawer patch from bug #24156
git-svn-id: trunk@40656 -
2013-03-28 09:53:24 +00:00
maxim
53adfb0ce1 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@40655 -
2013-03-27 23:24:59 +00:00
maxim
ff6e88e959 IDE: fixed typos: FreePascal -> Free Pascal
git-svn-id: trunk@40654 -
2013-03-27 23:10:23 +00:00
maxim
8628a482d7 Components, ActiveX: fixed container height and some cleanup, patch by ocean, bug #24151
git-svn-id: trunk@40653 -
2013-03-27 22:39:52 +00:00
jesus
04a1a5d3f9 LazReport, formalize the hyphenation support exception and make the editor sample ignore it
git-svn-id: trunk@40652 -
2013-03-27 21:28:59 +00:00
jesus
2d47913308 LazReport, editor sample, added extra exporters image and pdf by default
git-svn-id: trunk@40651 -
2013-03-27 21:15:14 +00:00
jesus
968d550d0e CairoCanvas, enabled pangocairo
git-svn-id: trunk@40650 -
2013-03-27 17:59:58 +00:00
jesus
6528fabab6 CairoCanvas, fix text alignment using xbearing, fix pangocairo text size and position, from Julio Jiménez Borreguero
git-svn-id: trunk@40649 -
2013-03-27 17:31:26 +00:00
juha
7898c68da5 IdeIntf: add TCoolBarControlPropertyEditor. Use new fIgnoreClass var to not show TCoolBar component in the list
git-svn-id: trunk@40648 -
2013-03-27 08:27:08 +00:00
jesus
1181413d56 LazReport, lr_codereport, removed dups and change 0 constants to 0.0, from Julio Jiménez Borreguero
git-svn-id: trunk@40647 -
2013-03-26 20:15:27 +00:00
jesus
63070f2a5e CairoCanvas: fix margins from Julio Jiménez Borreguero
git-svn-id: trunk@40646 -
2013-03-26 20:09:34 +00:00
juha
65d6d21e1d IdeIntf: formatting and fix spelling.
git-svn-id: trunk@40644 -
2013-03-25 18:05:12 +00:00
juha
840df65eb7 IdeIntf: A new property editor for components. Lists only components on the same form.
git-svn-id: trunk@40643 -
2013-03-25 18:05:07 +00:00
juha
5ee6c68048 IDE: fix indentation
git-svn-id: trunk@40642 -
2013-03-25 18:04:58 +00:00
mattias
af490e6ed4 IDE: help for fpc messages: fixed crash when no help found, search for message file in compiler directories
git-svn-id: trunk@40640 -
2013-03-25 15:01:11 +00:00
mattias
81a707dbf7 IDE: fixed revert package using new filename. Note: do not merge to fixes
git-svn-id: trunk@40639 -
2013-03-25 14:21:01 +00:00
mattias
17547029f0 updated lpl files
git-svn-id: trunk@40638 -
2013-03-25 14:08:12 +00:00
mattias
573afe32fe fixed xmlresource.lpk
git-svn-id: trunk@40637 -
2013-03-25 14:07:10 +00:00
mattias
2d698436e2 IDEIntf: register TBoolPropertyEditor for WordBool, LongBool and QWordBool, needed since fpc 2.6.0
git-svn-id: trunk@40636 -
2013-03-24 19:38:27 +00:00
mattias
871c4c9920 addressbook: state of deprecated dbf
git-svn-id: trunk@40635 -
2013-03-24 12:01:14 +00:00
mattias
743dd613d4 LCL: less warnings
git-svn-id: trunk@40634 -
2013-03-24 11:58:49 +00:00
mattias
10b317edcd lazcontrols: less hints
git-svn-id: trunk@40633 -
2013-03-24 11:58:23 +00:00
mattias
9cbff81347 fcl: comment
git-svn-id: trunk@40632 -
2013-03-24 11:58:07 +00:00
mattias
334ad5e38d examples: addressbook: nicer output directory
git-svn-id: trunk@40631 -
2013-03-24 11:57:34 +00:00
sekelsenmat
146aeb1092 LCL-WinCE: Adds code to get some barcode scanners working with TEdit. Others still dont work.
git-svn-id: trunk@40630 -
2013-03-24 11:53:58 +00:00
mattias
78ab6ea5d0 IDE: fixed showing broken dependencies
git-svn-id: trunk@40628 -
2013-03-24 10:51:18 +00:00