2009-09-12 |
Vadim Zeitlin | Use "d" suffix according to DEBUG_RUNTIME_LIBS, not... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Vadim Zeitlin | Define wxDEBUG_LEVEL in both debug and release builds... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Vadim Zeitlin | Restore correct setting of the background colour. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Vadim Zeitlin | Document ctors creating a wxString from repeated charac... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Vadim Zeitlin | Document wxStandardPaths vendor-related changes. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Stefan Csomor | adding Kevin's fix for wxTOOL_STYLE_SEPARATOR |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Jaakko Salli | Fixed constants of the new wxPG_EX styles |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Julian Smart | wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Julian Smart | Documented a couple of combo control fixes on Mac. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Julian Smart | Fixed a bug on Mac whereby popup window disappeared... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Julian Smart | Fix on Mac to prevent scrollbars always being shown |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Jaakko Salli | Notify if the grid is being destroyed in an event gener... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Vadim Zeitlin | Mention wxOSX/Cocoa in the old wxCocoa docs. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Jaakko Salli | Adapted wxPGComboBox margins setup to changes in wxComb... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Jaakko Salli | Various improvements to wxComboCtrl's text ctrl left... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Jaakko Salli | Fixed a warning generated by GCC 4.4.0 |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Jaakko Salli | Use real id for wxPGCanvas |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Vadim Zeitlin | Set correct foreground default in wxControl::DoMSWContr... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Vadim Zeitlin | Don't always override the default background colours. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Vadim Zeitlin | Use correct visual attributes for wxSpinCtrl. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Vadim Zeitlin | Fix wxLog compilation with wxUSE_THREADS==0. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Vadim Zeitlin | Always use 32bpp image lists. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Vadim Zeitlin | Show the order in which different event handlers are... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Vadim Zeitlin | Fix bug with parsing concatenated switches in wxCmdLine... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Jouk Jansen | removed superfluous ; |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Jouk Jansen | fixed typo : wxDEPRECTED -> wxDEPRECATED |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Vadim Zeitlin | Recognize the buddy text control as part of wxSpinCtrl. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Vadim Zeitlin | Compilation fix after wxTextEntry::SetMargins() changes. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Vadim Zeitlin | Use SYSTEMTIME instead of DOS time when converting... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Vadim Zeitlin | Take time into account in wxDateTime <-> SYSTEMTIME... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Jaakko Salli | Do not allow multiple selection when dragging in the... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Jaakko Salli | Fixed property iterator crash when iterating through... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Jaakko Salli | Added check to allow multiple selection by dragging... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Vadim Zeitlin | Perform Apple SDK tests for Mac ports only. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Jaakko Salli | Fixed GtkBorder allocation (hopefully) |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Vadim Zeitlin | Clarify the separator native look remark. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Kevin Ollivier | If gcc-4.2+ is specified for compiling OS X Carbon... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Vadim Zeitlin | Enable debug information in release builds for msvc... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Vadim Zeitlin | Implement wxSTAY_ON_TOP for wxMessageDialog in wxGTK. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Vadim Zeitlin | Document wxFileName::SetPath(). |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Vadim Zeitlin | Fix regression with logging messages during wxApp initi... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Vadim Zeitlin | Tweak the default wxApp::GetAppDisplayName() logic. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Vadim Zeitlin | React to errors on socket correctly when using epoll(). |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Vadim Zeitlin | Clarify the priority rules for static and dynamic handlers. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jaakko Salli | Normalize property label editor margins on wxMSW |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jaakko Salli | Only respect property's wxPG_PROP_READONLY flag for... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jaakko Salli | Added 'bool editable' argument to wxPropertyGrid::MakeC... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jaakko Salli | Removed some old code that generated warnings on some... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jaakko Salli | Fixed a severe crash bug |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Vadim Zeitlin | Correctly determine best wxPropertyGrid width. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Vadim Zeitlin | Avoid spurious uninitialized variable warning. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Vadim Zeitlin | Correct wxImage::Size() again; add unit tests for it. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Vadim Zeitlin | Add support for bilinear resize algorithm to wxImage. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Vadim Zeitlin | Use correct font instead of DEFAULT_GUI_FONT. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Vadim Zeitlin | Fix buffer overflow in wxURLDataObject. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Vadim Zeitlin | Fix off by one errors in wxURLDataObject. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Vadim Zeitlin | Output the extracted number from wxString::ToXXX()... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Vadim Zeitlin | Use GetBestSize() rather than DoGetBestSize(). |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Vadim Zeitlin | Fix selection events generation in multi-select wxTreeCtrl. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Vadim Zeitlin | Don't generate duplicated events for clicks on tree... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Jaakko Salli | Disabled top-level parent tracking by default (crashes... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Vadim Zeitlin | Compilation fix for wxUSE_PROTOCOL && !wxUSE_URL. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Vadim Zeitlin | Compilation fixes for wxUSE_FONTMAP==0. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Vadim Zeitlin | No real changes, just slightly simplify code. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Paul Cornett | small fix to last commit, only disable updating decor... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Paul Cornett | avoid deferred show with Fluxbox, its support for _NET_... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Michael Wetherell | Split 32-bit GTK builds between the the two linux machi... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Vadim Zeitlin | Fix wxDocManager::GetLastDirectory() when there is... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Vadim Zeitlin | Use correct array size for weekday names. |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Vadim Zeitlin | Use #pragma message and not #pragma warning for MSVC. |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Vadim Zeitlin | Compilation fix for wxUSE_INTL==0 in wxMSW MDI code. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Kevin Ollivier | Restore pattern creation, and do sanity checks before... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Vadim Zeitlin | Don't append text following CDATA section to its node... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Vadim Zeitlin | No changes, just fix unused variables and parameters... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Vadim Zeitlin | Add A0 and A1 formats to wxPaperSize enumeration. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vadim Zeitlin | Allow entering minus sign in wxMSW wxSpinCtrl if needed. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vadim Zeitlin | Never overflow the output buffer in wxBase64Decode(). |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vadim Zeitlin | Correct the order of coordinates in CGPoint initializer. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vadim Zeitlin | Show the current range of valid dates in the calendar... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vadim Zeitlin | Added wxGridSize::GetEffective{Cols,Rows}Count(). |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vadim Zeitlin | No changes, just clarify a comment for WXK_XXX values. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vadim Zeitlin | Make WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vadim Zeitlin | Extract event handlers chain documentation in a separat... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Jaakko Salli | Made wxPropertyGridHitTestResult a real class (works... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Jaakko Salli | Removed obsolete conditional compile option wxPG_CREATE... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Jaakko Salli | Added label editing capability into wxPropertyGrid |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Vadim Zeitlin | Added wxKeyEvent::IsKeyInCategory() method. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Vadim Zeitlin | Document wxGraphicsPath::AddArc() better. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Vadim Zeitlin | Only use wxLocale functions if wxUSE_INTL == 1. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Vadim Zeitlin | Fix typo in wxNewEventFunctor() comment. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Stefan Csomor | supporting earlier xcode version |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Vadim Zeitlin | Do wait for connection in the server socket. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Vadim Zeitlin | Allow creating initially hidden controls in wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Vadim Zeitlin | Fix signatures of various image handlers methods. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Vadim Zeitlin | Refactor and clean up slider labels drawing code. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Vadim Zeitlin | Fix warning about converting literal strings to non... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Vadim Zeitlin | Remove declarations of two non-existent functions in... |
commit | commitdiff | tree | snapshot |
next |