Commit Graph

39412 Commits

Author SHA1 Message Date
jesus
247e269298 TurboPowerIProDsgn, regenerated make files
git-svn-id: trunk@40691 -
2013-04-01 23:30:28 +00:00
jesus
700500e51e TurbopowerIPRO, regenerated makefiles
git-svn-id: trunk@40690 -
2013-04-01 23:25:25 +00:00
jesus
b6ea17fddd Printers, and now regenerated makefiles for Printers4LazarusIDE
git-svn-id: trunk@40689 -
2013-04-01 23:18:37 +00:00
jesus
2bf6a5116c Printers, modified makefiles so they reference cairocanvas
git-svn-id: trunk@40688 -
2013-04-01 23:11:19 +00:00
jesus
e38c6f4872 CairoCanvas, missing 'compiled' file
git-svn-id: trunk@40687 -
2013-04-01 23:03:27 +00:00
jesus
585a87e0f0 CairoCanvas, added Makefile
git-svn-id: trunk@40686 -
2013-04-01 22:50:48 +00:00
jesus
8d3eece0e7 Tools, LazRes, trim filelist which should fix the case when there are spaces before the file name, issue #24139
git-svn-id: trunk@40685 -
2013-04-01 20:49:27 +00:00
jesus
a3c424c1e1 LCL, Carbon, fix duplicate entries in comboboxes
git-svn-id: trunk@40684 -
2013-04-01 20:25:52 +00:00
mattias
77e0434dd9 IDE: fixed crash on GetUnitResourceFileformat when unit not yet loaded
git-svn-id: trunk@40683 -
2013-04-01 13:01:17 +00:00
mattias
6b58205bb8 IDE: formatting
git-svn-id: trunk@40682 -
2013-04-01 12:58:55 +00:00
mattias
480fedbcc8 codetools: safety clean up on exception
git-svn-id: trunk@40681 -
2013-04-01 12:58:40 +00:00
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