2008-03-23 |
Francesco Montorsi | update infos about profiling under linux (callgrind... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Francesco Montorsi | the control which can be enabled/disabled is a text... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Stefan Neis | Updated brush/pen implementation for OS/2 to current... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Vadim Zeitlin | suppress warnings about hiding virtual functions in... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Vadim Zeitlin | yet more compilation fixes after brush/pen style change... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Stefan Neis | Fixed compilation after wxBrushStyle/wxPenStyle changes. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Stefan Neis | Compilation fix (CreateTimerImpl is taken from timerunx... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Václav Slavík | wxError, wxFatalError, wxDebugMsg are not only deprecat... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Václav Slavík | more utils.h fixes |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Francesco Montorsi | further speedup the gccxml parser using dedicated ID... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Václav Slavík | restored wxWindow::Line/PageUp/Down docs |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Bryan Petty | Finished review/fixes of Logging category of functions... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Vadim Zeitlin | avoid needless Unicode<->MB conversions in Unix wxExecu... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Vadim Zeitlin | correct hhp2cached path |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Francesco Montorsi | speedup a little the parser by converting gccXML ID... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Francesco Montorsi | don't build ifacecheck on WinCE since it's a console app |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Francesco Montorsi | use wxEmptyString as default value to return from GetAt... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | fixed signatures of wxSizerFlags methods returning... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | documented wxRESERVE_SPACE_EVEN_IF_HIDDEN |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | no changes, just removed unnecessary forward declaration |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | many formatting fixes to wxSizer docs |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Francesco Montorsi | add Id keyword; remove old code (was commented out... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | typo fix: doxygen uses -, not *, for lists |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Francesco Montorsi | added the interface checker to the utils folder |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Francesco Montorsi | silence bakefile warnings about the generation of proje... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Francesco Montorsi | remove the 1-space indentation from remaining pages... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Francesco Montorsi | moved the samples in a separate page so it has a summar... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | wxVector<T> is header-based, use @nolibrary |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | tagged wxNotebookSizer as deprecated |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | add timing of synchronous execution |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | don't use negative PID hack in GUI neither, add a separ... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | no real changes, just added a default value for the... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | documented SelectAll() |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | upported wxHelpProvider docs fixes from r52197; minor... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | no real changes, just small cleanup after last few... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | refactored common code from XXX_EndProcessDetect in... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | don't show more than 20 lines of redirected IO, just... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | documented that Freeze and Thaw are now recursive |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | get rid of traits functions unnecessary now that wxExec... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | fixed IO redirection to work in wxExecute() in console... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | use wxGUIAppTraits::WaitForChild() in wxMac too |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | fix warnings about unused parameters/variables in relea... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Francesco Montorsi | use wx-style header and commets; fix indentation to... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | fixes to Freeze/Thawn when the window is shown or hidde... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Václav Slavík | fixed spurious debug message about unexpected focus... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | make wxSelectDispatcher ctor public, it can be useful... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | correct the REDIRECT_COMMAND definition for Unix |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | return bool from wxStreamTempInputBuffer::Update()... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | extracted GUI-specific part of utilsunx.cpp to a new... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | extracted GUI-specific part of utilsunx.cpp to a new... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | unused any more (should have been part of r52667) |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | rename classes use by generic wxSpinCtrl implementation... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | add comparison operators for wxPen/BrushStyle and wxSOL... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | added wxWindowDisabler ctor for conditionally disabling... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | more compilation fixes after pen/brush styles changes |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | replace wxAddProcessCallback() with wxAppTraits::AddPro... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | don't pass unnecessary arguments to FindOrCreateBrush... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | add default parameters for width and style parameters... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Vadim Zeitlin | add compatible FindOrCreateBrush(wxColour, int) (also... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Vadim Zeitlin | kill the process launched by wxExecute(ASYNC) to avoid... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Vadim Zeitlin | uncomment wxExecute(ASYNC) test now that it's supposed... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Vadim Zeitlin | also use wx/private/*.h |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Vadim Zeitlin | compilation fixes after pen/brush styles changes |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Václav Slavík | fixed TABs positioning inside <pre> so that tags don... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Václav Slavík | remove needless casting (no real change) |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Francesco Montorsi | some more comments about wxSortedArrayString::Sort |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Michael Wetherell | Send build notification to wx-buildbot mailing list. |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Francesco Montorsi | warn the user about using getters of objects in invalid... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Francesco Montorsi | add the default ctor |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Vadim Zeitlin | restore setting m_appName broken by recent change ... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Václav Slavík | misc wxVector<T> docs fixes |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Václav Slavík | fixes to wxSharedPtr<T> docs |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Francesco Montorsi | further prototype fixes (thanks to ifacecheck) |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Francesco Montorsi | add to GetToolkitVersion() the = NULL default values... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Václav Slavík | document standard IDs only in one place, not two; bring... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Francesco Montorsi | fix wxBrush for the mac build |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Francesco Montorsi | splitted wxApp docs in wxApp+wxAppConsole docs; fix... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Francesco Montorsi | add the wxAnimation's ctor which automatically loads... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Francesco Montorsi | fix the signature of the documented functions and docum... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Francesco Montorsi | fix header files so that they can be included directly... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Francesco Montorsi | fix a macroscopic error which made Doxygen generate... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Václav Slavík | compilation fix for wxUSE_GUI=0 |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Václav Slavík | removed trailing whitespace in Doxygen files |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Václav Slavík | removed wxAcceleratorTable copy ctor docs, no port... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Václav Slavík | forgot to fix one more place where it says accelerator... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Bryan Petty | Finished review/fixes of GDI category of functions... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Francesco Montorsi | further wxPenStyle/wxBrushStyle fixes for builds with... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Stefan Csomor | CGFloat |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Stefan Csomor | make background colour be the real color, to have inher... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Stefan Csomor | clean include |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Stefan Csomor | have bg style wxBG_STYLE_CUSTOM not skip event |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Bryan Petty | Removed docs for old clipboard functions, and reviewed... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Bryan Petty | Finished review of Dialogs category of functions and... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Michael Wetherell | Switch on build breakage email notifications. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Paul Cornett | revert removal of wxBU_AUTODRAW, now that it is again... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Václav Slavík | made wxAcceleratorTable work with buttons in wxGTK too |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Vadim Zeitlin | provide stubs for Get/SetStippled() to fix the build |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Francesco Montorsi | remove deprecation for wxBU_AUTODRAW; it needs some... |
commit | commitdiff | tree | snapshot |
next |