summaryrefslogtreecommitdiff
path: root/src/corelib
AgeCommit message (Expand)Author
2010-09-21Two new helper routines [fpgPoint() and fpgSize()] and lots of operator overl...Graeme Geldenhuys
2010-09-21cl_BaseNamedColor should be a index number, not really a TfpgColor type.Graeme Geldenhuys
2010-09-21Two new types introduced: TfpgPoint and TfpgSizeGraeme Geldenhuys
2010-09-21Removed compiler warnings.Graeme Geldenhuys
2010-09-21DrawButtonFace(): Improved the look of Flat=True buttonsGraeme Geldenhuys
2010-09-20Add some programmer comments in X11 backend code.Graeme Geldenhuys
2010-09-20KeyPress events is now distributed to Widgets, then Form, then fpgApplicationGraeme Geldenhuys
2010-09-20Introduced code page conversion routinesGraeme Geldenhuys
2010-09-20Moved GetClientRect() and GetBoundsRect() out of TfpgWidget into TfpgBaseWindowGraeme Geldenhuys
2010-09-05file dialog: adds a Configure Bookmarks dialog and updated resource strings.Graeme Geldenhuys
2010-09-04fpg_utils: Added a new function that returns a config directory for fpGUI fra...Graeme Geldenhuys
2010-09-04fpg_utils: Added two new RTL wrapper functions.Graeme Geldenhuys
2010-09-04New string utility function fpgTrimR() which trims text on right only.Graeme Geldenhuys
2010-09-04Added two new standard images: Home folder and Bookmarks iconsGraeme Geldenhuys
2010-09-04Replaced some RTL functions with fpGUI wrapper ones to handle Unicode text.Graeme Geldenhuys
2010-09-04Rearranged some constants and moved fpgAddColon() to fpg_utils unit.Graeme Geldenhuys
2010-09-03compiler hint: removed unused unit from uses clauseGraeme Geldenhuys
2010-09-01GDI: replaced debug writeln's with SendDebug() calls.Graeme Geldenhuys
2010-08-30Fix bug returning to previous active window after opening modal formGraeme Geldenhuys
2010-08-29menu theming: refactored out the menu painting, into the TfpgStyle classGraeme Geldenhuys
2010-08-26GDI: Correctly implement clipboard support under Windows.Graeme Geldenhuys
2010-08-24New wrapper (fpgChangeFileExt) created for fpGUI.Graeme Geldenhuys
2010-08-23Fix compilation error under Windows.Graeme Geldenhuys
2010-08-23Use fpGUI wrapper functions instead of RTL functions directly.Graeme Geldenhuys
2010-08-22Introduced a new cross-platform fpgFileSize() helper function.Graeme Geldenhuys
2010-08-19Gray Brightness Percentage has been adjusted.Graeme Geldenhuys
2010-08-19Fixed preloading of new Arrow images.Graeme Geldenhuys
2010-08-19Images: updated standard arrow images.Graeme Geldenhuys
2010-08-12imagelist: in the destructor, rather call .Free and not .DestroyGraeme Geldenhuys
2010-08-11TfpgImageList: Added a Clear method.Graeme Geldenhuys
2010-08-10Alignment bugfix: TfpgWidget.DoAlign never checked if widget was visible or notGraeme Geldenhuys
2010-08-05updated unit description.Graeme Geldenhuys
2010-08-02Added VERSION_FILE.inc to fpgui_toolkit.lpk packages and updated version.Graeme Geldenhuys
2010-07-13PtInRect failed if point was on right or bottom border.Graeme Geldenhuys
2010-07-05Extended TfpgImage with a new CreateDisabledImage() method.Graeme Geldenhuys
2010-07-05New unit (fpg_imgutils)Graeme Geldenhuys
2010-07-05new method Tfpgimage.ImageFromSource to create a cloned image.Graeme Geldenhuys
2010-07-05TfpgImageBase now remembers the co-ordinates used for the mask.Graeme Geldenhuys
2010-06-29Removed special characters from code comments.Graeme Geldenhuys
2010-06-29GDI: minor code formatting.Graeme Geldenhuys
2010-06-29bug fix: Calendar Combo year & month popups didn't work under Windows.Graeme Geldenhuys
2010-06-28Simple code formatting fixGraeme Geldenhuys
2010-06-23PopupWindow: Moved all PopupFrame painting inside HandlePaint.Graeme Geldenhuys
2010-05-23New Input Query (text) Dialog and global function fpgInputQuery().Graeme Geldenhuys
2010-05-17GDI: did not handle waBorderLess window attribute.Graeme Geldenhuys
2010-05-14JPEG image loading supportjp anghel
2010-05-12overridden fpgForceDirectories() method implemented which handles OS encoding.Graeme Geldenhuys
2010-05-12TfpgImageBase.Invert() now takes a boolean property to include the mask or not.Graeme Geldenhuys
2010-05-07no comment.Graeme Geldenhuys
2010-05-06New image for Checked menu items.Graeme Geldenhuys