]> git.saurik.com Git - wxWidgets.git/history - src
Slovak translation added
[wxWidgets.git] / src /
2007-02-13  Włodzimierz SkibaAvoid do-nothing virtuals in WinCE.
2007-02-13  Włodzimierz SkibaMake QS_ALLPOSTMESSAGE available everywhere regardless...
2007-02-13  Włodzimierz SkibaWinCE build fix.
2007-02-13  Włodzimierz SkibaWarning fix.
2007-02-12  Robert Roebling Hack to support iso8859 and other wrongly formated
2007-02-12  Vadim Zeitlinfixed LastRead() after Read(wxOutputStream&) (patch...
2007-02-12  Vadim Zeitlinremoved spurious cast of GetTruncatedJDN() return value...
2007-02-11  Robert Roebling Fix wxGTK wxListBox::Append() to return correct
2007-02-11  Robert Roebling pixbuf cursor support is for GTK 2.4.
2007-02-11  Vadim Zeitlinadded support for colour cursors in wxGTK (patch 1655576)
2007-02-11  Vadim Zeitlindon't Printf() the string into itself (replaces patch...
2007-02-11  Vadim Zeitlinfit the control when its real contents is attached...
2007-02-11  Vadim Zeitlindon't use strlen() to verify the length of the string...
2007-02-11  Vadim Zeitlinwrite the entire file at once in Flush() instead of...
2007-02-11  Vadim Zeitlinupdate the popup menu item when it's [un]checked too...
2007-02-11  Vadim ZeitlinwxTopLevelWindow::GetClientSize() returns 0x0 when...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-11  Vadim Zeitlinchanged GetFromWindow() to take const pointer
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2007-02-10  Julian SmartDon't optimize if there are child windows
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-02-08  Mart RaudseppDo not declare GTypeInfo instances static. This is...
2007-02-08  Vadim Zeitlinnot needed any more now that this directory is not...
2007-02-08  Vadim Zeitlinremoved obsolete batch files for building wx with obsol...
2007-02-08  Vadim Zeitlinremoved obsolete makefiles
2007-02-08  Vadim Zeitlinfixed unreachable code warning in release build
2007-02-08  Vadim Zeitlinfixed what looked like a typo in hit code testing in...
2007-02-08  Vadim Zeitlincorrected return value and skipped flag setting in...
2007-02-07  Vadim Zeitlinupdate the text of a read-only combobox (and hence...
2007-02-07  Julian SmartAdded flag for removing attributes
2007-02-07  Julian SmartRemoved unnecessary assignment
2007-02-07  Robin Dunnrebaked after changing the version number
2007-02-06  Robin DunnAdd wxHL_* styles
2007-02-06  Robin DunnAllow wxWANTS_CHARS to be effective on native controls too
2007-02-06  Robin DunnReset g_lastMouseEvent after processing the mouse butto...
2007-02-06  Robin DunnDon't capture the mouse until after the possible wxEVT_...
2007-02-06  Robin Dunnuse ChangeValue instead of SetValue to avoid bogus...
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-02-06  Robin DunnFill in more details for the wxEVT_STC_AUTOCOMP_SELECTI...
2007-02-06  Włodzimierz SkibaFixed wxComboBox always sorted in all univ builds ...
2007-02-06  Włodzimierz Skibawx/log.h belongs to pch system
2007-02-06  Paul Cornettsimplify wxGTK DoSetSizeHints logic, respect size incre...
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2007-02-05  Julian SmartFixes to the previous fix
2007-02-05  Julian SmartAvoid triggering false update event when setting the...
2007-02-05  Julian SmartRestored drag position mysteriously removed in revision...
2007-02-05  Julian SmartTypo fix
2007-02-05  Julian SmartMissing include
2007-02-04  Stefan Csomorusing scroll axis for mousewheel events
2007-02-04  Stefan Csomorusing scroll axis in translation to scrollwin events...
2007-02-04  Stefan Csomoradding scroll axis to wheel events
2007-02-04  Vadim Zeitlinadded wxEventBlocker class (patch 1622444)
2007-02-03  Vadim Zeitlinupdated comments after latest commit (Tim Kosse)
2007-02-03  Vadim Zeitlinfix compilation problem when wxUSE_FSVOLUME==0 after...
2007-02-02  Vadim Zeitlinuse wxFSVolume instead of duplicating its functionality...
2007-02-02  Vadim Zeitlindon't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES...
2007-02-02  Vadim Zeitlinfix assert when the control doesn't have a valid date...
2007-02-02  Vadim Zeitlindon't wait for Windows messages in WaitForThread()...
2007-02-02  Vadim Zeitlindon't wake up on Windows messages when waiting for...
2007-02-02  Vadim Zeitlinadded support for underlined fonts
2007-02-01  Vadim Zeitlinuse wxObject copy ctor, not default ctor, in wxEvent...
2007-01-28  Julian SmartAdded extra hit test style for more accurate reporting
2007-01-26  Stefan Csomorfix for drawing in the 'grox box' between two scrollbars
2007-01-26  Stefan Csomorchanging asserts to debug info
2007-01-26  Stefan Csomorseparate assert in case the control ref is already...
2007-01-25  Václav Slavíkdon't assume there's always an active wxEventLoop instance
2007-01-25  Vadim Zeitlinchanging text alignment dynamically doesn't always...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-23  Chris Elliottfix SF bug 1640955
2007-01-22  Václav Slavíkimplemented wxPopupWindow for wxDFB; added wxNonOwnedWi...
2007-01-22  Václav SlavíkwxDFB: fix rendering artefacts when scrolling wxScrolle...
2007-01-22  Václav Slavíkimplemented wxPopupWindow for wxDFB; added wxNonOwnedWi...
2007-01-22  Václav Slavíkenable wxFontMapper in wxDFB port
2007-01-21  Stefan NeisImprove resetting table via SetTable (extended version...
2007-01-21  Robin DunnReturn an empty string from wxDataFormat::GetId if...
2007-01-21  Robin DunnAdd some wxCHECK_MSG's
2007-01-21  Robin DunnReturn an empty string from GetValue if the textctrl...
2007-01-21  Robin DunnRevert menus and toolbars to using wxNewId() too since...
2007-01-21  Paul Cornettexpose handlers are supposed to return a gboolean;
2007-01-21  Vadim Zeitlinfix infinite recursion when processing navigation keys...
2007-01-21  Vadim Zeitlinreverted last commit, using result of NewControlId...
2007-01-21  Vadim Zeitlinuse wxID_ANY for internal controller control instead...
2007-01-20  Vadim Zeitlindon't crash in dtor if the X11 window hadn't been creat...
2007-01-20  Vadim Zeitlinname user config file appname.conf when it's locayed...
2007-01-20  Vadim Zeitlinset command int (indicating whether the item is checked...
2007-01-20  Robin DunnUse float-on-parent frames for the popups if wxPopupWin...
2007-01-20  Robin DunnAdded support for the wxFRAME_FLOAT_ON_PARENT style
2007-01-19  Václav Slavíkfixed typo in code for setting alternative locale name
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-18  Paul Cornettrevert last, GUI mutex isn't GUI-only
2007-01-18  Robin DunnUse kControlContentIconRef when recreating the tool...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlincorrected VC warning about possibly uninitialized varia...
2007-01-18  Vadim Zeitlinmake wxTextFile work with unseekable files again (patch...
2007-01-18  Vadim Zeitlinreverted last change: wxGTK-specific wxMutextGui code...
2007-01-18  Václav Slavíkcompilation fix for !wxUSE_STATBOX
2007-01-18  Paul Cornettuse GTK-specific GUI lock
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
next