Age | Commit message (Collapse) | Author |
|
multi-handle design from the prototypes directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Changed the TFBitmap.Lock methods parameters from var to out.
* Implemented a GfxColorToTColor() method
|
|
function. Improved carbon interface
|
|
(but doesn't do anything)
|
|
|
|
|
|
* Thanks to Felipe for fixing the TFBitmap issue, the Base Style in the GUI can now use bitmaps under Linux as well.
|
|
|
|
|
|
* Fixed the Xtf font support in fpGFX/X11 to use the UTF-8 Xtf functions instead of the UTF-16 functions.
* Fixed the GUI TFEdit by removing all usage of the WideString type
|
|
* Modified TFEdit to be UTF8 friendly. Needs testing.
* Modified the WidgetTest - Edit Fields form to show UTF8 text
in the TFEdit component for testing.
|
|
under Linux (X11).
* Renamed all internal component names that started with a hash (#) to
a underscore (_). For some reason a hash+<text> may not be used as
a component name anymore. Must be a FPC 2.1.3 thing.
* UTF8 support has been added to GFX/X11. This still needs some more
testing, but it seems to be fine.
|
|
|
|
This is still work in progress!
* GUI: Implemented TFBoxLayout.RemoveChild
* GFX/X11: Fixed a issue with the TextExtent where the
lower curl of the character g will get clipped
* GUI: Implemented a basic TDBLabel component
* GUI Demos: Implemented a basic DB Test example. This is
still work in progress and only tested under Linux.
* GFX: Minor AMD64 fix for the unitxft.pas unit
|
|
|
|
created.
|
|
* Updated the Layout demo and enabled all available layout managers.
* Fixed the text clipping issue under Linux now that it uses Xft as
default.
* Fixed the Text Size issue under Linux now that it uses Xft.
It report the wrong text size so the focus rectangle was draw wrong.
* Adjust the scrollbar and combobox arrow button size to remove the
tiny gap that appear below it.
|
|
|
|
could be set, then an AV occured.
* Fixed many include file headers
* Reimplemented the images for CheckBox, RadiouButton and button Arrows in the TBasicStyle class. X11 stil has some palette issues, so manual drawing still occurs.
|
|
docs for the newly added files in the last few revisions.
|
|
* Enabled Xft (anti-aliased) font support in fpGFX
|
|
classes will register with the factory and the factory will create the styles as needed.
|
|
* TFCustomApplication now checks for parameters before entering the event loop. -? will show the help without running the application.
* -display parameter is now supported for X11 systems.
|
|
* Implemented a very basic TPopupMenu
* Modified the WidgetTest demo to show the basic popup menu (still needs work).
|
|
have a new class that seperates the Xlib font and Xft font support, so I
don't have to have that many IFDEFs in the code.
* Positioning of the Xft fonts now work.
Issues with Xft fonts:
* Repeated redrawing of text causes strange artifacts.
* Application crash when any window is closed. A font freeing issue.
|
|
This makes writing other widgets easier.
* Fixed the button size of the TComboBox widget.
* Fixed the examples/gui/helloworld application.
* Added a extras directory where we can store all kinds of stuff. Currently I
added a Lazarus code template for creating a new fpGUI application.
* Fixed a bug in fpGFX/X11 where the OnEnter event was checked when in actual
fact the OnLeave event occured.
* Fixed up some code to start Xft support for Linux again.
* Internal or composite widgets like the Button in the ComboBox are now named
with a hash and then the name.
|
|
|
|
actual drawing. Also fixed the co-ordinates used for the triangle points - I forgot to transform them.
|
|
* Implement a DrawArrowDirection function for TDefaultStyle
|
|
|
|
* In TCustomForm the Show and Close adds or removes the internal Wnd
to GFApplication, otherwise they don't receive system events.
* Started fixing up the Layout Test demo.
|
|
This is required for Styles to work. It could maybe be moved to another class
if needed.
* Create the missing instances for ImageCanvas, MaskCanvas and Palette in TDefaultStyle.
* Removed the ADisplay parameter from the TStyle constructor.
* Adapted the UTF Demo to work with the fpGUI changes. Tested under Linux only.
|
|
* Implemented the TX11Application Expose event handling
* Implemented the TX11Window etPaint message processing
* Removed the EvOnPaint event handler and replaced it by overriding ProcessEvent
|
|
when mapping the top level parent window.
* The Prototype GUI has been modified to not auto call Show when a Widget or
Form is created.
|
|
* A few changes to get the fpguipackage compiling again.
|
|
|
|
|
|
|
|
|
|
|
|
|