Commit Graph

47 Commits

Author SHA1 Message Date
wp_xyz
4f007f3d82 AboutBox/SplashScreen: Fix blurring on mac Retina displays, part 2. issue #41205 2024-11-06 15:36:33 +01:00
mattias
4ffb33a0bc ide: splasform use CreateForm 2023-09-06 16:45:26 +02:00
Juha
858c6931fc IDE: Use the correct IDE build date/time. Set it in lazarus.pp which always gets compiled. Issue #40467, patch by n7800. 2023-09-02 14:41:58 +03:00
wp
ddd10328bd IDE: High-dpi logo in splash and about forms, by Roland Hahn.
git-svn-id: trunk@63774 -
2020-08-17 21:50:59 +00:00
wp
1aedb34fdb IDE: Undo r59715 #4ae9277231
git-svn-id: trunk@59757 -
2018-12-08 19:17:49 +00:00
wp
4ae9277231 IDE: Simplified anti-aliased stretch-drawing of "splash" and "about" forms.
git-svn-id: trunk@59715 -
2018-12-02 17:34:07 +00:00
wp
73d58814d3 IDE: Anti-aliased painting of splash form image.
git-svn-id: trunk@59690 -
2018-11-28 22:57:41 +00:00
ondrej
19bc2914a8 IDE: splash screen: high-dpi scaling
git-svn-id: trunk@57827 -
2018-05-07 22:11:22 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
paul
d0e5148925 ide: load splash logo from FPC resource
git-svn-id: trunk@42976 -
2013-09-27 08:51:41 +00:00
mattias
971b471ca4 IDE: catch wrong dates
git-svn-id: trunk@35086 -
2012-02-02 15:09:48 +00:00
mattias
69fffc567a IDE: fixed note
git-svn-id: trunk@34143 -
2011-12-13 02:34:25 +00:00
maxim
8469bf2800 IDE, Splash screen: allow more lengthy version string and center it, bug #19802
git-svn-id: trunk@31795 -
2011-07-24 17:07:30 +00:00
mattias
51e1742910 IDE: clean up
git-svn-id: trunk@31329 -
2011-06-22 07:52:10 +00:00
mattias
d1cf568583 IDE: moved LazarusVersionStr to lazconf
git-svn-id: trunk@30026 -
2011-03-27 08:51:22 +00:00
mattias
b7f52158fe startlazarus: fixed lpi paths
git-svn-id: trunk@29716 -
2011-03-03 10:06:46 +00:00
mattias
7d8ef3e279 LCL: comments
git-svn-id: trunk@24390 -
2010-04-04 09:33:57 +00:00
paul
9622c8cd82 ide: convert forms to use fpc resources
git-svn-id: trunk@23458 -
2010-01-15 02:06:37 +00:00
marc
c81003eefa * Introduced TCustomBitmap as base class for all pixelbased imageclasses. Currently backward comatible (and equal to) TBitmap
* Added resource loading support to TPicture and Glyps to avoid image quality loss when converted to TBitmap
* Removed copy paste code for imagelist resource loading
* Moved some graphic classes to their own ini file

git-svn-id: trunk@14876 -
2008-04-17 23:43:11 +00:00
paul
7d87e086ba ide: update splash logo
git-svn-id: trunk@13136 -
2007-12-04 00:07:28 +00:00
paul
4bbe8f5e49 add define SplashDrawVersion to draw lazarus version over splash image
git-svn-id: trunk@13049 -
2007-11-27 09:35:11 +00:00
paul
4bbb79c4ed simplify ide splash logo replacing
git-svn-id: trunk@13047 -
2007-11-27 08:04:39 +00:00
mattias
3356da7ea0 IDE: removed timer from splashform
git-svn-id: trunk@10903 -
2007-04-06 17:48:51 +00:00
mattias
e9a43a9442 converted splash to lfm from Darius
git-svn-id: trunk@7912 -
2005-10-04 21:35:46 +00:00
vincents
a0311c2cba removed cvs logs
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
vincents
7e441f98c9 remove ===-lines in cvs log comments, so removelog awk script does its work correctly
git-svn-id: trunk@7538 -
2005-08-22 10:05:31 +00:00
mattias
541b74b4b6 using logo size for splashform
git-svn-id: trunk@6590 -
2005-01-14 15:24:51 +00:00
mattias
c352ee72fe fixed freeing brush handle on SetColor and fixed freeing splashform
git-svn-id: trunk@6586 -
2005-01-14 14:46:35 +00:00
mattias
5e5c1122a7 renamed LCLLinux to LCLIntf
git-svn-id: trunk@4637 -
2003-09-18 09:21:03 +00:00
mattias
2d0fb715b4 implemented fsStayOnTop+bsNone for forms under gtk (useful for splash)
git-svn-id: trunk@3792 -
2003-01-06 12:00:16 +00:00
lazarus
ad45819dff MG: fixed flickering of modal forms
git-svn-id: trunk@3379 -
2002-09-30 20:19:12 +00:00
lazarus
bd91f45a43 MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
Here is the run down of what it includes -

 -Vasily Volchenko's Updated Russian Localizations

 -improvements to GTK Styles/SysColors
 -initial GTK Palette code - (untested, and for now useless)

 -Hint Windows and Modal dialogs now try to stay transient to
  the main program form, aka they stay on top of the main form
  and usually minimize/maximize with it.

 -fixes to Form BorderStyle code(tool windows needed a border)

 -fixes DrawFrameControl DFCS_BUTTONPUSH to match Win32 better
  when flat

 -fixes DrawFrameControl DFCS_BUTTONCHECK to match Win32 better
  and to match GTK theme better. It works most of the time now,
  but some themes, noteably Default, don't work.

 -fixes bug in Bitmap code which broke compiling in NoGDKPixbuf
  mode.

 -misc other cleanups/ fixes in gtk interface

 -speedbutton's should now draw correctly when flat in Win32

 -I have included an experimental new CheckBox(disabled by
  default) which has initial support for cbGrayed(Tri-State),
  and WordWrap, and misc other improvements. It is not done, it
  is mostly a quick hack to test DrawFrameControl
  DFCS_BUTTONCHECK, however it offers many improvements which
  can be seen in cbsCheck/cbsCrissCross (aka non-themed) state.

 -fixes Message Dialogs to more accurately determine
  button Spacing/Size, and Label Spacing/Size based on current
  System font.
 -fixes MessageDlgPos, & ShowMessagePos in Dialogs
 -adds InputQuery & InputBox to Dialogs

 -re-arranges & somewhat re-designs Control Tabbing, it now
  partially works - wrapping around doesn't work, and
  subcontrols(Panels & Children, etc) don't work. TabOrder now
  works to an extent. I am not sure what is wrong with my code,
  based on my other tests at least wrapping and TabOrder SHOULD
  work properly, but.. Anyone want to try and fix?

 -SynEdit(Code Editor) now changes mouse cursor to match
  position(aka over scrollbar/gutter vs over text edit)

 -adds a TRegion property to Graphics.pp, and Canvas. Once I
  figure out how to handle complex regions(aka polygons) data
  properly I will add Region functions to the canvas itself
  (SetClipRect, intersectClipRect etc.)

 -BitBtn now has a Stored flag on Glyph so it doesn't store to
  lfm/lrs if Glyph is Empty, or if Glyph is not bkCustom(aka
  bkOk, bkCancel, etc.) This should fix most crashes with older
  GDKPixbuf libs.

git-svn-id: trunk@2183 -
2002-08-17 23:41:05 +00:00
lazarus
6c9464c470 MG: updated licenses
git-svn-id: trunk@1668 -
2002-05-10 06:57:51 +00:00
lazarus
123034ad3f Turned the ApplicationIdle feature back on. MAH
git-svn-id: trunk@1662 -
2002-05-08 16:47:01 +00:00
lazarus
23a57aa77a New About Dialog Window added; Splash screen modified to stay visible
longer.  MAH

git-svn-id: trunk@1661 -
2002-05-08 14:45:57 +00:00
lazarus
0cf967a1e7 MG: removed unused splash image
git-svn-id: trunk@1659 -
2002-05-06 08:58:33 +00:00
lazarus
043bf0082a MG: replaced logo, increased version to 0.8.3a and some clientrectbugfix
git-svn-id: trunk@1658 -
2002-05-06 08:50:37 +00:00
lazarus
15cce7b1af MG: hide splash screen on message
git-svn-id: trunk@1574 -
2002-03-30 21:09:07 +00:00
lazarus
d41af48238 MG: fixed splash screen, fixed parser of resource strings
git-svn-id: trunk@1572 -
2002-03-30 07:29:15 +00:00
lazarus
3d7960e165 MG: TForm.Position will now considered before creating form on 0,0
git-svn-id: trunk@1525 -
2002-03-18 11:44:41 +00:00
lazarus
0108657d6d MG: fixed splash timer AV, incomplete project loading, application save as
git-svn-id: trunk@437 -
2001-11-19 21:48:54 +00:00
lazarus
fb8a41307f MG: changed splashform borderstyle
git-svn-id: trunk@434 -
2001-11-19 12:14:24 +00:00
lazarus
2f68152c95 MG: fixed splashform showing
git-svn-id: trunk@350 -
2001-10-15 17:41:31 +00:00
lazarus
3cc827e5b9 MG: fixed many bugs (mem leaks, canvas)
git-svn-id: trunk@231 -
2001-03-20 16:59:15 +00:00
lazarus
d8de02b1dc MG: fixed many unreleased DC and GDIObj bugs
git-svn-id: trunk@228 -
2001-03-19 14:00:52 +00:00
lazarus
a2060eac49 MWE:
+ Added CreateCompatibeleBitamp function
  + Updated TWinControl.WMPaint
  + Added some checks to avoid gtk/gdk errors
  - Removed no fixed warning from GetDC
  - Removed some output

git-svn-id: trunk@34 -
2000-09-10 23:08:31 +00:00
michael
f088b13a3e + Initial import
git-svn-id: trunk@2 -
2000-07-13 10:28:31 +00:00