]> git.saurik.com Git - wxWidgets.git/history - src
Add wx/crt.h redirecting to wx/wxcrtvarargs.h
[wxWidgets.git] / src /
2007-05-30  Robert Roebling Correct new_order index in RowsReordered().
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-29  Julian SmartGive the correct colour for notebook pages under Vista...
2007-05-29  Jouk Jansen OpenVMS build update
2007-05-29  Robert Roebling Invalidate best size after string change in wxChoice.
2007-05-28  Robert Roebling Implemented dataview_model notification event to...
2007-05-28  Robert Roebling Removed wxDataViewViewColumn since it is redundant.
2007-05-28  David ElliottImplement mouse entered, exited, and synthesize move...
2007-05-27  David ElliottAllow many Objective-C classes to be uniquified at...
2007-05-26  Robert Roebling Upport latest changes from 2_8 branch (print dialog
2007-05-26  Robert Roebling Correct GTK version check
2007-05-26  Paul Cornettrestructure fullscreen code dealing with hiding bars
2007-05-26  Vadim Zeitlinfix typo: s/radion/radio/
2007-05-26  Robert Roebling Compilo.
2007-05-26  Stefan Csomormac complaining about const to non-const cast
2007-05-25  Robert Roebling Really don't do anything (including not setting the
2007-05-25  Julian SmartFix for previous patch
2007-05-25  Julian SmartMade toolbar background rebar-like on Vista. Solid...
2007-05-25  Vadim Zeitlincompilation fix for non-PCH build, include wx/wxchar.h
2007-05-25  Václav Slavíkimplemented wxActivateEvent and restoring focus after...
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-25  Vadim Zeitlindeal correctly with having too few items in wxFlexGridS...
2007-05-25  Vadim Zeitlinput #if wxUSE_FFILE && wxUSE_STREAMS around functions...
2007-05-25  Vadim Zeitlinadded wxMSW-specific wxEntryStart() overload taking...
2007-05-25  Vadim Zeitlinfix unreachable code warning in GetUntranslatedString()
2007-05-24  Vadim Zeitlindisable clearing event tables by default, only do it...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlindon't create wxEventLoop in Initialize(), it's too...
2007-05-24  Vadim Zeitlininclude wx/wxcrtvararg.h needed for wxSscanf() when...
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-05-24  Vadim Zeitlindeclare wxFileSelectorDefaultWildcardStr to fix compila...
2007-05-24  Vadim Zeitlinadded wxAppTraits::CreateConfig() (patch 1721149)
2007-05-24  Vadim Zeitlinuse a different indicator when binding parameters and...
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
2007-05-23  Vadim Zeitlinfix wxODCB_PAINTING_SELECTED not being always set ...
2007-05-23  Vadim Zeitlindon't crash in dtor if the dialog had never been shown...
2007-05-23  Václav Slavíktake wxString, not wxChar* in wxStandardPaths::GetLocal...
2007-05-22  Robert Roebling [ 1712381 ] CRASH: closing floating panel on GTK
2007-05-22  Robert Roebling [ 1721029 ] [GTK] memory leak in wxMenu
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinremove unused static function (avoids a warning about it)
2007-05-22  Vadim Zeitlinuse wxCoord with GetTextExtent(), not long (the long...
2007-05-22  Vadim Zeitlindon't compare wxList::compatibility_iterator with NULL...
2007-05-22  Vadim Zeitlinpass wxStrings directly to wxFAIL_MSG, there is no...
2007-05-22  Vadim Zeitlinadded wOnAssert(..., wxCStrData) overload to fix compil...
2007-05-22  Vadim Zeitlinremove GetStandardCmdLineOptions() which is not needed...
2007-05-21  Václav Slavíkadded another needed wxOnAssert overload
2007-05-21  Václav Slavík1. make debugging macros compatible with ANSI build...
2007-05-21  Václav Slavíkreturn reference to non-temporary wxString instance...
2007-05-21  Václav Slavíkdebug messages don't need translation
2007-05-21  Vadim Zeitlinenter wxPendingEventLocker critical section in ProcessP...
2007-05-20  Václav Slavíkcompilation fix: wxcrt.h, not crt.h
2007-05-20  Paul Cornettsimplify client size calculation
2007-05-20  Paul Cornettinitialize m_sizeSet
2007-05-19  Robert Roebling Implemented dropdown items in wxToolBar for wxGTK.
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-05-19  Robert Roebling Prepend file:// if the URI in wxLaunchDefaultBrowser()
2007-05-18  David ElliottImplement a hack so the correct wxGUIEventLoop class...
2007-05-18  David ElliottAdd obvious implementation of wxGUIAppTraits::CreateEve...
2007-05-18  David ElliottAdd a wxLog::DoCreateOnDemand and call it from DoCommon...
2007-05-18  David Elliott* Add public wxApp::sm_isEmbedded flag like on wxMac...
2007-05-18  Vadim Zeitlinadded virtual wxFrame::FindItemInMenuBar(): overriding...
2007-05-18  Vadim Zeitlinremoved unused statusbar parameter from wxFrameBase...
2007-05-18  Vadim Zeitlindon't give debug messages about WM_MDISETMENU failure...
2007-05-18  Vadim Zeitlindon't dereference NULL parent in wxMDIChildFrame dtor...
2007-05-18  Vadim Zeitlincall wxAppConsole::CleanUp() from the derived class...
2007-05-18  Vadim Zeitlindelete m_mainLoop on exit
2007-05-18  Vadim Zeitlindo use the font in DoGetTextExtent()
2007-05-18  Vadim Zeitlincompilation fix after wxString changes
2007-05-18  Vadim Zeitlinoverride DoGetTextExtent instead of redefining GetTextE...
2007-05-18  Vadim Zeitlinundid unnecessary renaming of src/msw/evtloop.cpp to...
2007-05-18  Julian SmartAllow negative line spacing
2007-05-17  Paul Cornettgtk version check should be runtime, not compile time
2007-05-17  Robert Roebling Correct landscape printing in wxPageSetupDialog
2007-05-17  Václav Slavíkcompilation fix
2007-05-16  Robin DunnApply parts of patch #1719888 to fix compilation on...
2007-05-16  Václav Slavíkfixed CDATA processing to convert the content to output...
2007-05-16  Václav Slavíkfixes for STL build without implicit wxString->char...
2007-05-16  Václav Slavíkwrap all handlers in single extern "C" section instead...
2007-05-16  Robert Roebling Compilation without threads.
2007-05-16  Jouk Jansen OpenVMS changes
2007-05-16  Robert Roebling [ 1718338 ] wxToolBarGTK: Implement tool right-click...
2007-05-16  Václav SlavíkPCH-less compilation fix
2007-05-16  Václav Slavíkanother PCH-less compilation fix
2007-05-16  Václav SlavíkDo not follow HTML links if selecting text (patch ...
2007-05-16  Paul Cornettneed to invert offsets for gdk_pixbuf_scale;
2007-05-16  Paul Cornettspeed up Rescale 5- to 15-fold by using pixbuf scaling
2007-05-15  Václav Slavíkcompilation fix for PCH-less build
2007-05-15  Vadim Zeitlinremoved extra semicolons added by last commit
2007-05-15  Václav Slavíkfixed non-const wxString iterators to work when a chara...
2007-05-15  Vadim Zeitlinremoved unused any more file (replaced by wxSelectDispa...
2007-05-15  Václav Slavíkfixed HTML entities parsing broken by wxString changes
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...
next