[fpc-devel] gtk2 gdk_draw_pixbuf

2005-06-08 Thread Mattias Gaertner
Here is a patch to add the missing gdk_draw_pixbuf function to the gtk2 bindings. Mattias gtk2.diff Description: Binary data ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] out parameters in RTL/FCL

2005-06-08 Thread Mattias Gaertner
At the moment there are a lot of warnigns for uninitialised var parameters. Is it possible to replace the 'var' with 'out' specifiers? Can I send patches for that? Mattias ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] out parameters in RTL/FCL

2005-06-08 Thread Florian Klaempfl
Tomas Hajny wrote: Mattias Gaertner said: At the moment there are a lot of warnigns for uninitialised var parameters. Is it possible to replace the 'var' with 'out' specifiers? Can I send patches for that? Is compatibility for existing code (including low-level one - assembly)

[fpc-devel] GetText patch

2005-06-08 Thread Ales Katona
This patch makes GetText/TranslateResourceStrings(FileName) work in win32. (it didn't detect the right language under win32 before it worked only in POSIX enviroments) GetLanguageIDs is used with permission from Vincent(it's his code in lazarus) Ales Index: fcl/inc/gettext.pp

Re: [fpc-devel] out parameters in RTL/FCL

2005-06-08 Thread Peter Vreman
At the moment there are a lot of warnigns for uninitialised var parameters. Is it possible to replace the 'var' with 'out' specifiers? Can I send patches for that? Yes, you can send them to me or florian ___ fpc-devel maillist -

[fpc-devel] BUG: gtk2 unit and GtkFileChooserDialog

2005-06-08 Thread Federico Lox Lucignano
Hi to all, I'm new to FPC and making some tests in the last few days I've found 2 little but annoying bugs: 1) in libglade2 unit the windows dll is referenced as libglade-2.0.dll while the correct name is libglade-2.0-0.dll (in all the other gtk related units the libxxx-2.0-0.dll pattern is

Re: [fpc-devel] BUG: gtk2 unit and GtkFileChooserDialog

2005-06-08 Thread Peter Vreman
1) in libglade2 unit the windows dll is referenced as libglade-2.0.dll while the correct name is libglade-2.0-0.dll (in all the other gtk related units the libxxx-2.0-0.dll pattern is used correctly) Fixed 2)Although it is declared in gtkfilechooserdialog.inc the PGtkFileChooserDialog