index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
Age
Commit message (
Expand
)
Author
2012-12-10
Removed old constants not needed any more - they are now standard in FPC's RTL.
Graeme Geldenhuys
2012-12-03
Updates the classes naming convension fro TGfx to Tfpg
Graeme Geldenhuys
2012-11-30
Silence the compiler about range checking.
Graeme Geldenhuys
2012-11-30
Minor optimisation for UTF8Insert()
Graeme Geldenhuys
2012-11-30
Fixes UTF8 functions for 64-bit compliance.
Graeme Geldenhuys
2012-11-30
optimised UTF8CStringToUTF8String
Graeme Geldenhuys
2012-11-30
Fixes compiler warning about using a deprecated type... TFPColor
Graeme Geldenhuys
2012-11-30
Fixes compiler hint about unused unit
Graeme Geldenhuys
2012-11-22
Adds alpha channel values to all the named colors.
Graeme Geldenhuys
2012-11-22
Fixes line ending issues
Graeme Geldenhuys
2012-11-20
It seems I was wrong, the .Height property is indeed the correct value to use.
Graeme Geldenhuys
2012-11-13
Fixes a memory leak when reading a PNG image from a Stream.
Graeme Geldenhuys
2012-11-13
Implements WakeMainThread for Windows.
Graeme Geldenhuys
2012-11-13
File Search Result Name was never correctly converted from OS encoding to UTF-8
Graeme Geldenhuys
2012-11-09
Moved Menu-key press handling up the class hierarchy to TfpgWidget.
Graeme Geldenhuys
2012-10-26
Adds a System Tray Icon implementation for X11.
Graeme Geldenhuys
2012-10-26
Adds a new "Can Adjust Position" parameter to TfpgPopupWindow.ShowAt() call.
Graeme Geldenhuys
2012-10-25
minor changes for Xlib api usage.
Graeme Geldenhuys
2012-10-25
Fixes compiler hint about TWMStateType not being used, but when in fact it is...
Graeme Geldenhuys
2012-10-25
Adds missing clearing of record structure before use.
Graeme Geldenhuys
2012-10-25
minor code formatting fixes
Graeme Geldenhuys
2012-10-25
Fixes compiler hints about unused local variables.
Graeme Geldenhuys
2012-10-18
Moved some constants from fpg_main to fpg_constants unit.
Graeme Geldenhuys
2012-10-12
Creates a fpGUI wrapper for RTL's RenameFile() function.
Graeme Geldenhuys
2012-09-26
gdi: oops, fixed code where I check the variable before I actually assign som...
Graeme Geldenhuys
2012-09-26
fixes spelling mistake in code comment.
Graeme Geldenhuys
2012-09-21
gdi: Corrected the implemenation of Canvas.GetPixel()
Graeme Geldenhuys
2012-09-21
gdi: corrected the WinColorTofpgColor() implementation.
Graeme Geldenhuys
2012-09-21
gdi: re-ordered the code in a more logical way, to ease reading.
Graeme Geldenhuys
2012-08-31
Implements loading PNG images from a Stream or Resource.
Graeme Geldenhuys
2012-08-31
Refactored the png loading code.
Graeme Geldenhuys
2012-08-28
TfpgWidget: Implements a new OnMouseScroll event
Graeme Geldenhuys
2012-08-23
gdi: The IDropSource signature has changed in FPC > 2.6.0
Graeme Geldenhuys
2012-08-21
changes param type from String to TfpgString
Graeme Geldenhuys
2012-08-16
Merge remote-tracking branch 'github/master'
Graeme Geldenhuys
2012-08-16
x11: Improved to code's intention and meaning.
Graeme Geldenhuys
2012-08-16
x11: Supported ATOMS are now actually populated.
Graeme Geldenhuys
2012-08-16
improved the clarity of one code comment.
Graeme Geldenhuys
2012-08-16
minor code formatting changes.
Graeme Geldenhuys
2012-08-16
F1 is not hard-coded as the help key any more.
Graeme Geldenhuys
2012-08-16
Make sure TfpgString is based on AnsiString.
Graeme Geldenhuys
2012-08-09
bugfix: gdi fullscreen - form was larger than screen dimensions.
Graeme Geldenhuys
2012-08-01
Updates te fpgui_toolkit.lpk (lazarus packages) with the reporting engine units.
Graeme Geldenhuys
2012-07-31
jpg: fixes compiler hint about usage of deprecated TFPColor type.
Graeme Geldenhuys
2012-07-31
TfpgGDIWindow.ActivateWindow now uses SetWindowPos instead of SetForegroundWi...
Graeme Geldenhuys
2012-07-31
Windows GDI BringToFront() behaviour is now consistent with Linux X11
Graeme Geldenhuys
2012-07-31
x11; FcFontSetDestroy() is defined in libfontconfig, not libXft.
Graeme Geldenhuys
2012-07-17
TfpgWidget now consumes the F1 keypress to invoke context sensitive help.
Graeme Geldenhuys
2012-07-17
Extra debug output added to TfpgWidget.HandleAlignments
Graeme Geldenhuys
2012-06-29
More sanity checks before calling the help viewer.
Graeme Geldenhuys
[next]