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 |
2008-03-07 |
Stefan Csomor | moving out of 'carbon' dir |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | moving out of 'carbon' dir |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | adding DLOPEN |
tree | commitdiff |
2008-03-07 |
Václav Slavík | fixed syntax error |
tree | commitdiff |
2008-03-06 |
Václav Slavík | deprecated wxWindow::SetHelpTextForId() |
tree | commitdiff |
2008-03-06 |
Václav Slavík | use 6px as the default wxSizer border in wxGTK to be... |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | remove wxFindFocusedChild() declaration too as g++... |
tree | commitdiff |
2008-03-05 |
Stefan Csomor | merging graphics bitmap additions from Kevin O. |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | disable wxHAS_TEXT_WINDOW_STREAM for the old MSVC iostr... |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | include wx/artprov.h to define wxArtID used in this... |
tree | commitdiff |
2008-03-04 |
Vadim Zeitlin | set wxUSE_IOSTREAMH to 0 by default, we're in 2008... |
tree | commitdiff |
2008-03-04 |
Vadim Zeitlin | VC6 doesn't have wostream when using old iostream.h |
tree | commitdiff |
2008-03-04 |
Václav Slavík | added macros for checking for conflicts between flags... |
tree | commitdiff |
2008-03-04 |
Václav Slavík | added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that... |
tree | commitdiff |
2008-03-04 |
Václav Slavík | implemented Freeze/Thaw in wxGTK |
tree | commitdiff |
2008-03-03 |
Václav Slavík | made Freeze/Thaw recursively (un)freeze child windows too |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | use custom selection colours in wxHtmlListBox again... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | decouple item index from string value (patch 1905702) |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add support for custom controls in file dialog in wxGTK... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | fix WPARAM typo |
tree | commitdiff |
2008-03-02 |
Václav Slavík | header files are not executable |
tree | commitdiff |
2008-03-02 |
Václav Slavík | added Get(Class)DefaultAttributes implementation for... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | use generic dialogs under Palm (generic.diff part of... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | define wxConfig where the header implementing it is... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | predefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add platform info for Palm (add-wxpalm-info.diff part... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | declare file-related APIs missing under Palm (pflib... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | compilation fixes for PalmOS and implementations of... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | PalmOS compilation fixes (wx-trunk-out.diff part of... |
tree | commitdiff |
2008-03-01 |
Robert Roebling | Implemented wxURLDataObject for wxGTK using text/x... |
tree | commitdiff |
2008-03-01 |
Vadim Zeitlin | no real changes, just refactor/simplify the code to... |
tree | commitdiff |
2008-02-28 |
Paul Cornett | revert updating GTK size hints when window decorations... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | correct WinCE compilation after last change: can't... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | use GlobalPtrLock (modified to allow not initializing... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | fix wxWeakRef<> for Borland C++ (slightly modified... |
tree | commitdiff |
next |