2008-11-28 |
Julian Smart | wxRichTextCtrl no longer deletes a character when conte... |
tree | commitdiff |
2008-11-28 |
Julian Smart | Fixed HTML list output |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | fix g++ warning about assigning NULL to a non-pointer |
tree | commitdiff |
2008-11-27 |
Paul Cornett | fix for shown TLW having m_isShown == false, #9909 |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | remove apparently unused file (src/osx/core/gsocket... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | remove unused callback and data variables |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | include wx/msw/private.h to fix PCH-less compilation |
tree | commitdiff |
2008-11-25 |
Jaakko Salli | To avoid error message, do not even try to set focus... |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning... |
tree | commitdiff |
2008-11-24 |
Jaakko Salli | DatePickerCtrl editor could crash if property had unspe... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | use struct timeval and not a long to store socket timeo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | remove last traces of __GSOCKET_STANDALONE__ |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | move more socket functions common to Winsock and BSD... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | remove unused any more wx_socket_callback() |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | fix wxSocket notifications under MSW after the last... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | use int instead of SOCKET to avoid including winsock... |
tree | commitdiff |
2008-11-23 |
Jaakko Salli | Render cell background in renderer only if rendering... |
tree | commitdiff |
2008-11-23 |
Jaakko Salli | Eliminate need to call Connect() in wxPGEditor::CreateC... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | compilation fixes for Unix after moving wxFD_XXX macros... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate GSocket creation/destruction and shutdo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | fix timeout value for wxDatagramSocket: was off by... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | do not require a running event loop, even under MSW... |
tree | commitdiff |
2008-11-22 |
Vadim Zeitlin | fix compilation after r56753 (closes #10218) |
tree | commitdiff |
2008-11-22 |
Kevin Ollivier | Forward port event handler fixes to trunk. |
tree | commitdiff |
2008-11-21 |
Vadim Zeitlin | fix virtual function hiding for LoadFile(); replace... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | use ShellExecuteEx() instead of ShellExecute() which... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | use GetWindow() instead of GetNextWindow() to fix CE... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | don't test sei.hInstApp in DoLaunchDefaultBrowser(... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | fix substr() calls broken by r56215 (#10198) |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | don't log an error if the directory can't be opened... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | add missing Detach() after r56863 changes (thanks troelsk) |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | don't load comctl32.dll, just get the handle of the... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | fix gcc 3.3 warning about possibly uninitialized (but... |
tree | commitdiff |
2008-11-20 |
Václav Slavík | don't assert on unsupported metric in wxSystemSettingsN... |
tree | commitdiff |
2008-11-19 |
Jaakko Salli | When calling DrawIconEx(), do not use DI_COMPAT or... |
tree | commitdiff |
2008-11-18 |
Jaakko Salli | Allow wxPropertyGridInterface::ClearSelection() to... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | use GetResolutionFromOptions() to honour wxIMAGE_OPTION... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | fix bad typo in the code: wxIMAGE_OPTION_RESOLUTION... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | added the possibility to rescale the image during loadi... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | minor optimization: create wxTCPEventHandler only when... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | fix assert failure if NULL size pointer was passed... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | stricter reply code checking: verify that we get the... |
tree | commitdiff |
2008-11-16 |
Paul Cornett | simplify wxPizza a bit by always drawing the border... |
tree | commitdiff |
2008-11-16 |
Paul Cornett | cleanup: unreachable code, unused variables, indentatio... |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix restoration of the old font size in DoGetTextExtent... |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-15 |
Jaakko Salli | Fixed various NULL reference issues. Also cleaned up... |
tree | commitdiff |
2008-11-15 |
Jaakko Salli | Fixed wxPropertyGridPage::DoSetSplitterPosition() infin... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | do override SetSplitterPosition() in wxPropertyGridPage... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | remove unused static wxColourFromPGLong function |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | remove useless comparison of unsigned value with 0 |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | make code dealing with wxUSE_IDLEMENUUPDATES a bit... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | CanPaste() should be const too |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | assigning line marker to itself shouldn't invalidate... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | consistently use wxAuiPaneInfo::Has/SetFlag() instead... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | comparison of wxBitmapType with -1 is useless as it... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | move the check for msgids matching the current language... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | assert in AddCatalog() if Init() hadn't been called... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | consistently use ExtractLang() everywhere instead of... |
tree | commitdiff |
2008-11-14 |
Robert Roebling | #10183: patch to add wxOSX print job name |
tree | commitdiff |
2008-11-13 |
Václav Slavík | implement wxWindow::DragAcceptFiles() on all platforms |
tree | commitdiff |
2008-11-13 |
Robert Roebling | #10181: wxOSX: patch for proper wxPrintData to/from... |
tree | commitdiff |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
tree | commitdiff |
2008-11-13 |
Vadim Zeitlin | no changes, just deTABbed |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | added check for self-assignment to wxPrintData::operato... |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | there is no sqrt(int) in standard C++ (although glibc... |
tree | commitdiff |
2008-11-10 |
Vadim Zeitlin | compilation fix after wxFont changes (closes #10152) |
tree | commitdiff |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
tree | commitdiff |
2008-11-09 |
Francesco Montorsi | use wxEventType coherently with the docs |
tree | commitdiff |
2008-11-09 |
Francesco Montorsi | another wxFont OS2 blind build fix |
tree | commitdiff |
2008-11-08 |
Vadim Zeitlin | fix race condition which could result in assert failure... |
tree | commitdiff |
2008-11-08 |
Francesco Montorsi | blind fix based on buildbot logs |
tree | commitdiff |
2008-11-08 |
Vadim Zeitlin | release the mouse in wxGrid dtor to avoid asserts when... |
tree | commitdiff |
2008-11-07 |
Francesco Montorsi | fix build |
tree | commitdiff |
2008-11-07 |
Bryan Petty | Prevent activation of the AUI hint window (mini frame... |
tree | commitdiff |
2008-11-06 |
Vadim Zeitlin | check for NULL pointer in IsExtensionInList() |
tree | commitdiff |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
tree | commitdiff |
2008-11-06 |
Jouk Jansen | changing depricated font-family enums into current... |
tree | commitdiff |
2008-11-05 |
Jouk Jansen | inserting generic mdi for OpenVMS Motif support |
tree | commitdiff |
2008-11-05 |
Jouk Jansen | romoving motif-mdi for OpenVMS compile support |
tree | commitdiff |
2008-11-05 |
Vadim Zeitlin | remove Motif MDI files not used any longer |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | fix wxXPMDataHandler silently broken by long->wxBitmapT... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fix |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fixes |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fixes |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | don't crash trying to draw buttons with invalid bitmaps... |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | fix (harmless) unused variable warning |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | resolve the DLL linking problems with MSVC due to use... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | fix (justified) warnings about potential use of uniniti... |
tree | commitdiff |
2008-11-01 |
Jaakko Salli | In composed string values, entry for last children... |
tree | commitdiff |
next |