2010-07-23 |
Vadim Zeitlin | Define colours for all wxSYS_COLOUR_XXX values in wxUniv. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Vadim Zeitlin | Fix mismatches between format strings and arguments. |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Stefan Csomor | fixes #12258 |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Fix harmless unused parameter warnings in wxDEBUG_LEVEL... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Make --disable-debug[_flag] configure option really... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Fix compilation of wxSpinCtrlGenericBase when PCH are... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Fix explicitly setting focus to generic wxSpinCtrl. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Update wxSpinCtrlDouble::m_digits in its SetDigits(). |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Document wxVector<T>::swap(). |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Add wxItemContainer::DetachClientObject() and use it... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Remove executable bits from plist files. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Replace 2.9.1 version with 2.9.2. |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Don't mention non-existent setup.exe in wxMSW installat... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Update the tech note about making new releases with... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Vadim Zeitlin | Explain better relationships between various TLW styles. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Chris Elliott | script for building chm docs and wxMSW exe |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Vadim Zeitlin | Correct printf parameter mismatch in wxWndProc. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Vadim Zeitlin | Update release notes file for 2.9.1 release. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Vadim Zeitlin | Update AUI frame capture when it changes. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Vadim Zeitlin | Ensure that validators work even in presence of pushed... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Vadim Zeitlin | Don't reuse the same event object for multiple events... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Vadim Zeitlin | Don't run printf("%n") tests when _FORTIFY_SOURCE ... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Stefan Csomor | organizing code, adding offset correction for update... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Vadim Zeitlin | Add a script for finding all files using native eol... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Vadim Zeitlin | Add scripts to make releases from a git-svn repository. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Vadim Zeitlin | Really set svn:eol-style property. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Vadim Zeitlin | Set EOL style property to "native" for more files. |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Vadim Zeitlin | Don't redefine wxNO_EXCEPTIONS in wx/except.h if it... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Robert Roebling | Document methods indicating what kind of client data... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Stefan Csomor | removing early init, fixes #12231 |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Robert Roebling | Don't pass NULL to wxDir, rather hop over when trying... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Vadim Zeitlin | Remove dllexport declaration from a nested struct. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Vadim Zeitlin | Don't compile platform-specific methods when using... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Vadim Zeitlin | Don't use wxRendererNative::DrawFocusRect() under Mac. |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Vadim Zeitlin | Use correct format specifiers in wxOSX/Carbon font... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Vadim Zeitlin | Suppress warnings about double to int truncation in... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Vadim Zeitlin | Generate key events in generic wxDataViewCtrl implement... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Vadim Zeitlin | No changes, just use better names in wxDataViewCtrl... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jaakko Salli | wxArrayStringProperty::m_delimiter default value was... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Really fix interactive output test compilation in ANSI... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Compilation fix for wxUSE_FONTENUM==0 case. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Fix file paths in the header comments. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Fix a few minor typos in comments. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Globally rename all occurrences of "XCode" to "Xcode". |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Remove hard TABs from 3rd party files in src directory. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Send right and double click events in wxGrid when using... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Fix wxMotif compilation with g++ 4.4. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Revert the wxDataObjectComposite checks added by r58549. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Vadim Zeitlin | Romanian translations update from Catalin. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Only compile wxStd{Input,Output}Stream if wxUSE_STREAMS==1. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Compilation fix for wxAnyTestCase in ANSI-only build. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Compilation fix for "interactive" test in wxUSE_STL... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Blind VC6 compilation fix for VarArgTestCase. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Disable test of format string with "%n" for MSVC 8+. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Don't use dangling pointers in wxWindowMSW::HandleMenuC... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Remove scroll units duplication in wxGrid to fix settin... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Make Home and End keys work as expected in wxGrid. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Fix text updated event generation in wxGTK wxComboBox. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Fix wxToggleButtonXmlHandler compilation with wxUniv. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Remove 2.9.0 build slaves, they're not needed any more. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Vadim Zeitlin | Replace remaining references to 2.9.0 with 2.9.1. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Jaakko Salli | Fix non-PCH builds (closes #12217) |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Jaakko Salli | Added 'Delimiter' attribute for wxArrayStringProperty... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Jaakko Salli | Have the new incarnation of wxPGArrayEditorDialog suppo... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | No real changes, just fix unused parameter warning. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Optionally set the window name in wxPersistentRegisterA... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Set the string to search for in wxSearchCtrl events. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Don't use uninitialized variables in wxGrid::AutoSize(). |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Account for largest item in wxGenericListCtrl::GetBestS... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Add wxSize::IncBy() and DecBy() overloads taking wxPoint. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Ensure that wxGenericListCtrl always has wx[HV]SCROLL... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Don't set negative size when using constraints for... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() for all ports. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Fix item selection/focus drawing in generic wxListCtrl. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Don't use tree style to draw focus in DrawItemSelection... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Allow user code to override key events in generic wxLis... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Fix setting wxStaticText alignment under wxGTK. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Swap client data pointers in wxRearrangeList too. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Vadim Zeitlin | Correct the size of bitmap returned by wxRegion::Conver... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Julian Smart | Syntax error fix |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Julian Smart | Updated configure for small, probably futile iPhone... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Julian Smart | Add CFNetwork framework |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Jaakko Salli | Do not run focus detection when handling events from... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Jaakko Salli | wxArrayEditorDialog now uses wxEditableListBox. It... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Julian Smart | Use -miphoneos-version-min if compiling for iPhone... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Julian Smart | Fixed frameworks for iPhone build |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Julian Smart | Fix undefined symbols |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Jaakko Salli | Include scopeguard.h for wxON_BLOCK_EXIT_SET() |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Julian Smart | iPhone SDK 2.2 compilation |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Julian Smart | Respect wxUSE_MENUS in toolbar base classes |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Julian Smart | Avoid warning |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Francesco Montorsi | mention wxPostEvent() and wxQueueEvent() and related... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Stefan Csomor | only hide tool windows on deactivate, fixes #11924 |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Stefan Csomor | supporting disabled tools, fixes #11457 |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Václav Slavík | Add std::[w]string support to wxVariant. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Stefan Csomor | fixing doc for OSX |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Stefan Csomor | using backwards compatible implementation |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Jaakko Salli | Make m_inDoPropertyChanged and m_inCommitChangesFromEdi... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Jaakko Salli | Mention why wxPG_EX_UNFOCUS_ON_ENTER was removed |
commit | commitdiff | tree | snapshot |
next |