]> git.saurik.com Git - wxWidgets.git/history - src
fall back to DirectFB's builtin font if no fonts are configured
[wxWidgets.git] / src /
2007-05-15  Václav Slavíkfall back to DirectFB's builtin font if no fonts are...
2007-05-15  Václav Slavíklog missing font directories with wxLogDebug, not wxLog...
2007-05-15  Václav Slavíkignore nonexistent font directories silently
2007-05-15  Václav Slavíkadded explanatory comment
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-14  Vadim Zeitlincompilation fix
2007-05-14  Vadim Zeitlinfixed warning about using deprecated GetTextExtent...
2007-05-14  Vadim Zeitlincompilation fix in GetPixelSize() for wxUSE_GRAPHICS_CO...
2007-05-14  Václav Slavíkfixed too restrictive assert: fonts matching is case...
2007-05-14  David ElliottRemove ObjcPose.h since nothing is using it anymore.
2007-05-14  David ElliottRework idle handling so that NSApplication does not...
2007-05-12  Vadim Zeitlinfix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR...
2007-05-12  Václav Slavíkfixed passing of strings to vararg templates in ANSI...
2007-05-12  Vadim Zeitlingetting text colour using the themes API doesn't seem...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-05-11  Vadim Zeitlinapply the table bg colour between the cells too (patch...
2007-05-11  Vadim Zeitlinfix wxComboCtrl colours under Windows Vista (patch...
2007-05-11  Vadim Zeitlintranslate the 'About' string (patch 1717088)
2007-05-11  Václav Slavíkuse const wxMBConv& instead of wxMBConv& in public...
2007-05-11  Václav Slavíkavoid conversion to wchar_t* when getting UTF-8 value...
2007-05-11  Václav Slavíkfixed wxSVGFileDC::write() to output UTF-8 even in...
2007-05-11  Vadim Zeitlindon't try to create surfaces of 0 size, even if the...
2007-05-11  Robert Roebling Set call event.SetEventObject() from commit_cb for...
2007-05-11  Vadim Zeitlinuse LRESULT instead of LONG in MSWOnDraw() to fix it...
2007-05-11  Vadim Zeitlindon't try to update TLW default button in WM_SET/KILLFO...
2007-05-11  Mart RaudseppFix indentation from tabs to spaces in a few lines...
2007-05-11  Mart Raudsepp[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCt...
2007-05-10  Michael WetherellCompile fix.
2007-05-10  Václav Slavíkfixed wxStrto(u)ll to return correct value in endptr
2007-05-10  Vadim Zeitlindeclare variables in the beginning of the block in...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-10  Vadim Zeitlinreplaced more int/longs with wxCoord
2007-05-09  Vadim Zeitlinuse wxCopyRectToRECT instead of duplicating it
2007-05-09  Václav Slavíkchanged wxString::StartsWidth/EndsWidth to take wxStrin...
2007-05-09  Václav Slavíkreturn value from wxEditableListBox::Create()
2007-05-09  Václav Slavíktemporary fix for wxDFB compilation in Unicode mode
2007-05-09  Václav Slavíktake into account DirectFB's removal of some command...
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-08  David ElliottProvide wxLaunchDefaultBrowser implementation for wxCocoa.
2007-05-08  David ElliottRemove wxDCBase DeviceToLogical* and LogicalToDevice...
2007-05-08  David ElliottMove wxLaunchDefaultBrowser from BASE to CORE per wx...
2007-05-08  Stefan Csomoradding reference to technote
2007-05-08  Stefan Csomorif it's a separate thread, it's allowed to hang (perf...
2007-05-07  David ElliottMove src/cocoa/utils.cpp to src/cocoa/utils.mm.
2007-05-07  Robert Roebling [ 1713933 ] docs for wxEditableListBox
2007-05-07  Vadim Zeitlinjust return the min size needed by the sizer for the...
2007-05-06  Robert Roebling More preview code for the DC reorganisation.
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-06  Vadim Zeitlinfix PCH-less compilation
2007-05-05  Vadim Zeitlinfix warning about signed/unsigned comparison; use STL...
2007-05-05  Vadim Zeitlinno changes, just deTAbified and fixed really strange...
2007-05-05  Vadim Zeitlinextracted wxAcceleratorEntry code from menucmn.cpp...
2007-05-05  Vadim Zeitlindon't use deprecated GetTextExtent() overload
2007-05-05  Vadim Zeitlincompilation fix: use DeviceToLogical[XY]() instead...
2007-05-05  Paul Cornettmove definitions from src/gtk/data.cpp to other appropr...
2007-05-05  Robert Roebling Apply [ 1712381 ] CRASH: closing floating panel on GTK
2007-05-05  Václav Slavíkuse utf8_str() in wxDFB
2007-05-05  Václav Slavíkuse FromUTF8() when loading XML, data coming from Expat...
2007-05-05  Paul Cornettbuild fix for wxUSE_DRAGIMAGE==0
2007-05-05  Paul Cornettbuild fix
2007-05-05  Paul Cornettbuild fix
2007-05-05  Paul Cornettbuild fix for wxUSE_CONFIG==0
2007-05-05  Paul Cornettbuild fix
2007-05-05  Robert Roebling Make wxGTK1.2 compile again.
2007-05-05  Robert Roebling Moved deprecated code to source file (didn't compile
2007-05-05  Vadim Zeitlinadded wxTimerEvent::GetTimer()
2007-05-05  Robert Roebling Compilo.
2007-05-05  Vadim Zeitlinfix compilation in wxUSE_MENUS==0 case
2007-05-05  Robert Roebling Fix wxFD_FILE_MUST_EXIST
2007-05-05  Robert Roebling Apply [ 1710684 ] Fix wxAuiNotebook memory leak
2007-05-05  Robert Roebling Apply [ 1713345 ] combobox: cmd accelerators shouldn...
2007-05-05  Vadim Zeitlinfixed typo in IsBeingDeleted() test in GetParentForModa...
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilation fix.
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFFile public API
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFile's publi...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed DLL linking of wxConvLibc etc.
2007-05-03  Vadim Zeitlinmake it possible to override desktop detection using...
2007-05-03  Vadim Zeitlinshow the error returned by SmcOpenConnection(); don...
2007-05-03  Václav Slavíkfixed reverted #if condition around wxDoLogTraceWchar
2007-05-03  Vadim Zeitlincompilation fix for PCH-less build
2007-05-03  Václav Slavíkadded code for optimized handling of UTF-8 locales...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-05-03  Vadim Zeitlinremoved unneeded duplication of DoSetSizeHints() in...
2007-05-02  Václav Slavíkmore OS/2 compilation fixes
2007-05-02  Václav Slavíkcompilation fix for wxUSE_INTL=0
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-02  Václav Slavíkmade wxConvXXX objects usable at static initialization...
2007-05-02  Václav Slavíkinclude object.h so that delete has complete type
2007-05-02  David ElliottAdd comments and a debugging aid to Get/SetLabel implem...
2007-05-02  Paul Cornettremove miniframe stuff from GtkOnSize(), it's handled...
2007-05-01  Robert Roebling Renamed wxDCBase::LogicalTo ... to wxDC::.. here...
next