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 |
2009-08-20 |
Vadim Zeitlin | Fix harmless unused parameter warnings in wxX11 wxCursor. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Vadim Zeitlin | Rename wxRendererNative::DrawRadioButton() to DrawRadio... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Vadim Zeitlin | Fix extraction of standard command line arguments in... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Vadim Zeitlin | Flush log events in console applications as well. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Jaakko Salli | Have DoRemoveFromSelection() take active editor into... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Stefan Csomor | adding gc aware code, fixes #11061 |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Stefan Csomor | making sure an empty label is not reserving place above... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Paul Cornett | Fix loading BMPs, broken in r60852. Parenthesize shift... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Julian Smart | Fix numpad Del not working in wxRTC |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Stefan Csomor | support for plug-in unloading, closes #10836 |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Stefan Csomor | better variant support, fixes #11114 |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Stefan Csomor | gcc 4.2 warning fix |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Stefan Csomor | simplifying native string handling, see #11061 |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Stefan Csomor | fixing 64bit OSX, closes #11118 |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Stefan Csomor | added wakeup implementation for osx_cocoa |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Jaakko Salli | Made code that uses wxArrayPGProperty more STL complian... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Vadim Zeitlin | Include wx/filefn.h to fix PCH-less compilation. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Vadim Zeitlin | Fix compilation for wxUSE_LOG==0. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Vadim Zeitlin | Fix last error display in wxLogSysError(). |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Vadim Zeitlin | Don't define wxArrayPGProperty as std::vector in STL... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Vadim Zeitlin | Added missing wx/log.h header. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Vadim Zeitlin | Force linking of src/osx/core/sockosx.cpp. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Vadim Zeitlin | Cleanly separate GUI socket-related code from net library. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Vadim Zeitlin | No changes, just put the files in alphabetical order. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Vadim Zeitlin | Extract wxFDIOHandler in its own header. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Vadim Zeitlin | Added wxFDIOHandler::IsOk() and use it with wxSocketImp... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Jaakko Salli | Added multiple selection feature to wxPropertyGrid... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Vadim Zeitlin | Fix hangups when using sockets under OS X. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Vadim Zeitlin | Don't forget to reset wxSocketImplMac members to NULL. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Vadim Zeitlin | Use CF socket manager in GUI OS X applications. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Vadim Zeitlin | Virtualize wxSocketImpl creation by routing it via... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Vadim Zeitlin | Create both the full and OS X specific tag files in... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Jaakko Salli | Fixed bug: wxPGProperty::SetName() crashed if it was... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Vadim Zeitlin | Add samples files missing from distribution. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Jaakko Salli | Added workaround for VC6 internal compiler error (fixes... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Michael Wetherell | Remove buildbot.css as it's never been used. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Michael Wetherell | Remove testdrive bots. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Michael Wetherell | Add new unix bots. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Michael Wetherell | Rename ravnsgaard.xml to unix.xml |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Vadim Zeitlin | Allow customizing wxDebugReportCompress output file. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Vadim Zeitlin | Added wxStandardPaths::MSWGetShellDir(). |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Vadim Zeitlin | Minor updates to Vietnamese translations. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Vadim Zeitlin | Set correct EOL style for .po files which didn't have it. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Vadim Zeitlin | Create compressed debug report file outside of temporar... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Vadim Zeitlin | Use the app name, not display name, as debug report... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Jaakko Salli | Do not generate wxEVT_PG_SELECTED with direct ClearSele... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Vadim Zeitlin | Another compilation fix after wxFlexGridSizer ctors... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Julian Smart | If zero spacing after paragraph is explicitly specified... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Vadim Zeitlin | Compilation fix after wxFlexGridSizer ctors change. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Vadim Zeitlin | Reorganize and improve wxSizer::SetItemMinSize() docume... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Vadim Zeitlin | Correct wxSizer::InsertSpacer() description. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Vadim Zeitlin | Use "non-negative" in assert message instead of "positive". |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Vadim Zeitlin | Update wxFlexGridSizer ctors to match (new) wxGridSizer... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Vadim Zeitlin | Made wxWindow::HasScrollbar() do what it says. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Julian Smart | Mark a couple of labels for translation. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Jaakko Salli | Fixed wxPGProperty ctor documentation |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Vadim Zeitlin | Correct examples in wxStaticBox(Sizer) documentation. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Vadim Zeitlin | Don't overwrite status message when restoring it if... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Vadim Zeitlin | Use 0 instead of NULL to initialize wxUIntPtr. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Vadim Zeitlin | Don't pop explicitly changed status messages. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Vadim Zeitlin | Fix DrawStatusField() to work correctly with wxSB_FLAT... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Vadim Zeitlin | Add test for Push/PopStatusText(). |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Vadim Zeitlin | Provide saner UI for setting status bar fields. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Vadim Zeitlin | No changes, just removed the whitespace. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Bryan Petty | Fixed up the short description of wxHashMap::find(). |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Vadim Zeitlin | Set brush origin for hatch brushes too. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Vadim Zeitlin | wxSplitterWindow mouse capture improvements and cleanup. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Vadim Zeitlin | Generate scroll events for key presses in wxScrolledWindow. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Vadim Zeitlin | Reset static flag on cleanup. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Vadim Zeitlin | Cleaned up low level OS X sources. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Vadim Zeitlin | Added wxUSE_ACCEL guard. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Vadim Zeitlin | Added missing wxUSE_FONTENUM check. |
commit | commitdiff | tree | snapshot |
next |