BUG´s Enviados, temos correções -> 2.18
Enviado: 16 Dez 2014 16:20
Código: Selecionar todos
2014-12-16 16:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hdialog.prg
! Fixed an old problem, when the VALID codeblock was called
twice for a last GET in a dialog.
2014-12-16 13:48 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hlistbox.prg
* code copied from 2.17 with some modifications
* include/guilib.ch
* LISTBOX commands modified, GET LISTBOX added from 2.17
* source/gtk/drawwidg.prg
! HBitmap():AddResource fixed.
2014-12-16 11:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
* contrib/ext_controls/hbrowsex.prg
* CLASS VAR WindowsManifest declaration added
* source/gtk/hbrowse.prg
* Colors changed for compatibility with winapi version
* utils/dbc/dbchw.prg
* Few changes for GTK version
2014-12-16 09:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
* include/hwg_extctrl.ch
* Added command for extended Groupbox control
* utils/dbc/commands.prg
* utils/dbc/dbchw.prg
* utils/dbc/modistru.prg
* utils/dbc/move.prg
* utils/dbc/query.prg
* utils/dbc/view.prg
! Some fixes, related to Csv support
! Warnings fixed
* Added support of tabbed interface instead of MDI - it is switched on
with the 'Mdi = Off' entry in dbc.ini.
* Some other changes for GTK version.
Now dbchw can be built under GTK version.
2014-12-12 21:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hdialog.prg
+ source/gtk/hhyper.prg
* Two files, which I forgot to upload.
2014-12-12 14:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/control.c
* hwg_button_settext() function added
* source/gtk/hcontrol.prg
* HButton():Settext() method added
* utils/dbc/commands.prg
* utils/dbc/dbchw.prg
* Implementation of Csv format satisfies the requirements of RFC 4180 now.
for both COPY TO and APPEND FROM commands
2014-12-12 13:15 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/hedit.prg
! Fixed a problem with last get in a dialog and SET CONFIRM OFF
2014-12-12 11:48 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/nice.c
* source/winapi/guimain.prg
! Fixes for HWG_USE_POINTER_ITEM mode
* source/gtk/misc.c
* hwg_rgb() implemented, compatible with winapi version
+ source/gtk/hhyper.prg
+ HStaticLink from winapi version with some modifications
* source/gtk/Makefile.linux
* source/gtk/Makefile.scr
* hwgui.hbm
* Makefiles updated to include the gtk/hhyper.prg
2014-12-10 16:34 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/winapi/control.c
! Tooltips creation fixed for UNICODE mode
* utils/dbc/commands.prg
* COPY TO Csv format added
2014-12-09 12:47 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hcontrol.prg
* source/gtk/drawtext.c
* Third parameter added to hwg_SetCtrlFont() for compatibility
with winapi version.
2014-12-09 11:18 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hbrowse.prg
! Few fixes for the browse without vertical scroll bar
* source/gtk/control.c
* CreatePanel was changed, gtk_toolbar is using there now instead of
gtk_drawing_area
2014-12-06 11:18 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/common/editor/hcedit.prg
* :bKeyDown handling improved
! Bug fixed ( it appeared while pressing Backspace in an empty text )
2014-12-05 11:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hbrowse.prg
* Support for the mouse right click has been added to gtk version.
of HBrowse
* samples/gtk_samples/a.prg
* Right click test added to a file browse dialog.
2014-12-04 10:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/commond.c
* source/gtk/window.c
* common dialogs ( select file, select font ) are modal now
* source/gtk/hdialog.prg
* Formatting
2014-12-03 11:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
* utils/tutorial/tutor.prg
* Ctrl+ and Ctrl- changes the font size now.
* source/gtk/hcontrol.prg
* HStatic():Settext() method added for compatibility with winapi version.
Saudações,Use the :Setget() instead, it is present in both 2.17 and 2.18 or you
may insert:
#xtranslate :varput([<n,...>]) => :Setget(<n>)
#xtranslate :varget() => :Setget()
:varget and :varput was introduced in 2.17 as:
METHOD VarPut( value ) INLINE ::SetGet( value )
METHOD VarGet() INLINE ::SetGet()
and I consider them as redundant.
Regards, Alexander.
Itamar M. Lins Jr.