2008-04-01 |
Vadim Zeitlin | wxMimeTypesManagerImpl and wxFileTypeImpl are in base... |
tree | commitdiff |
2008-04-01 |
Stefan Neis | Another attempt at fixing Watcom compilation. |
tree | commitdiff |
2008-04-01 |
Stefan Neis | Added header needed for Solaris to find finite() prototype. |
tree | commitdiff |
2008-04-01 |
Václav Slavík | compilation fix for wxMSW and r52961 |
tree | commitdiff |
2008-04-01 |
Václav Slavík | Generalized wxScrolledWindow into wxScrolled<T> that... |
tree | commitdiff |
2008-03-31 |
Vadim Zeitlin | throw away the now invalid items in wxSelectionStore... |
tree | commitdiff |
2008-03-31 |
Vadim Zeitlin | store selected indices as unsigned int, not size_t... |
tree | commitdiff |
2008-03-30 |
Václav Slavík | added wxXmlNode::InsertChildAfter and use it for (much... |
tree | commitdiff |
2008-03-29 |
Václav Slavík | 1. fixed wxXmlNode::InsertChild() documentation to... |
tree | commitdiff |
2008-03-29 |
Stefan Neis | OS/2 port: reorganized wxBitmap/wxBitmapHandler classes... |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-27 |
Robin Dunn | Fix line endings |
tree | commitdiff |
2008-03-27 |
Robin Dunn | A bit of cleanup for STC's use of PopupWindow |
tree | commitdiff |
2008-03-27 |
Francesco Montorsi | final fixes to [a-b]*h headers |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | added convenient wxON_BLOCK_EXIT_SET() macro |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | added convenient wxON_BLOCK_EXIT_THISn() macros wrappin... |
tree | commitdiff |
2008-03-26 |
Francesco Montorsi | added the rungccxml.sh script and the setup_gccxml... |
tree | commitdiff |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | moving tlw list up, cleanup |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-25 |
Vadim Zeitlin | implement wxListItem::operator=() |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | make popup on mac behave as on msw |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | turning off QuickDraw on the iPhone |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | addind nonowned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | addind nonowned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | addind nonowned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | addind nonowned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | addind nonowned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | addind nonowned window implementation |
tree | commitdiff |
2008-03-24 |
Vadim Zeitlin | fix wxExecute() compilation in ANSI build |
tree | commitdiff |
2008-03-24 |
Francesco Montorsi | add backward compat FindOrCreateFont |
tree | commitdiff |
2008-03-23 |
Stefan Neis | Compilation fix. |
tree | commitdiff |
2008-03-23 |
Stefan Neis | Updated brush/pen implementation for OS/2 to current... |
tree | commitdiff |
2008-03-23 |
Vadim Zeitlin | suppress warnings about hiding virtual functions in... |
tree | commitdiff |
2008-03-23 |
Vadim Zeitlin | yet more compilation fixes after brush/pen style change... |
tree | commitdiff |
2008-03-23 |
Stefan Neis | Fixed compilation after wxBrushStyle/wxPenStyle changes. |
tree | commitdiff |
2008-03-23 |
Stefan Neis | Compilation fix (CreateTimerImpl is taken from timerunx... |
tree | commitdiff |
2008-03-23 |
Vadim Zeitlin | avoid needless Unicode<->MB conversions in Unix wxExecu... |
tree | commitdiff |
2008-03-22 |
Francesco Montorsi | use wxEmptyString as default value to return from GetAt... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | no changes, just removed unnecessary forward declaration |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | don't use negative PID hack in GUI neither, add a separ... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | get rid of traits functions unnecessary now that wxExec... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | fixed IO redirection to work in wxExecute() in console... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | use wxGUIAppTraits::WaitForChild() in wxMac too |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | fix warnings about unused parameters/variables in relea... |
tree | commitdiff |
2008-03-22 |
Francesco Montorsi | use wx-style header and commets; fix indentation to... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | make wxSelectDispatcher ctor public, it can be useful... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | extracted GUI-specific part of utilsunx.cpp to a new... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | rename classes use by generic wxSpinCtrl implementation... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | add comparison operators for wxPen/BrushStyle and wxSOL... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | added wxWindowDisabler ctor for conditionally disabling... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | more compilation fixes after pen/brush styles changes |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | replace wxAddProcessCallback() with wxAppTraits::AddPro... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | add default parameters for width and style parameters... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | add compatible FindOrCreateBrush(wxColour, int) (also... |
tree | commitdiff |
2008-03-21 |
Vadim Zeitlin | compilation fixes after pen/brush styles changes |
tree | commitdiff |
2008-03-21 |
Francesco Montorsi | add the default ctor |
tree | commitdiff |
2008-03-21 |
Francesco Montorsi | add to GetToolkitVersion() the = NULL default values... |
tree | commitdiff |
2008-03-21 |
Francesco Montorsi | fix wxBrush for the mac build |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | add the wxAnimation's ctor which automatically loads... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | fix header files so that they can be included directly... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-20 |
Václav Slavík | compilation fix for wxUSE_GUI=0 |
tree | commitdiff |
2008-03-18 |
Paul Cornett | revert removal of wxBU_AUTODRAW, now that it is again... |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-18 |
Francesco Montorsi | remove deprecation for wxBU_AUTODRAW; it needs some... |
tree | commitdiff |
2008-03-18 |
Paul Cornett | remove duplicate wxTaskBarIconAreaBase::DoPopupMenu... |
tree | commitdiff |
2008-03-18 |
Paul Cornett | simplify wxEVT_MENU_OPEN/CLOSE generation |
tree | commitdiff |
2008-03-17 |
Vadim Zeitlin | use static functions instead of static variables for... |
tree | commitdiff |
2008-03-17 |
Robin Dunn | Make some wxDataViewCustomRenderer virtuals consistent... |
tree | commitdiff |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | build fix (looking at buildbot) |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | pen.h depends from brush.h in compat mode |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix typos and update MSW code to use new wxPENSTYLE_... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix wxMSW build after wxBrush changes: return wxBRUSHST... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-03-16 |
Vadim Zeitlin | don't use generic process callback for wxGTK/Motif... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | rename fobr95.{cpp,h} files to foobar.{cpp,h} |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | add support for asynchronous execution in wxBase (patch... |
tree | commitdiff |
2008-03-15 |
Václav Slavík | wxMSW: generate wxClipboardTextEvent from wxTextCtrl... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | implement wxSpinCtrl::Reparent() to properly reparent... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | protect access to ms_aTraceMasks with a critical sectio... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | call OnNativeDestroyed() if the native window is destro... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | use less expensive GetLastPosition() instead of GetValu... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | don't call GetLastPosition() unnecessarily in SelectAll... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | refactored code reused in several different places... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | initialize m_nCurLine in wxTextBuffer ctor (part of... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | added support for double arguments to wxCmdLineParser... |
tree | commitdiff |
2008-03-14 |
Vadim Zeitlin | make wxCmdLineParser:Usage() const |
tree | commitdiff |
2008-03-14 |
Václav Slavík | simplified and cleaned up wxGTK's focus handling |
tree | commitdiff |
2008-03-13 |
Václav Slavík | reverted Julian's r44600, it broke help window behavior... |
tree | commitdiff |
2008-03-13 |
Václav Slavík | fixed crash in wxHtmlHelpController if the help window... |
tree | commitdiff |
2008-03-11 |
Vadim Zeitlin | delete wxNativeContainerWindow when the native window... |
tree | commitdiff |
2008-03-10 |
Vadim Zeitlin | added wxNativeContainerWindow and implemented it for... |
tree | commitdiff |
2008-03-09 |
Francesco Montorsi | use wxAcceleratorEntryFlags as wxACCEL_* enum name... |
tree | commitdiff |
2008-03-09 |
Vadim Zeitlin | remove wxTextAttr::CreateFont(); return wxNullFont... |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | xcode_config moved |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | adding Aspen (iPhone) |
tree | commitdiff |
next |