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 |
2008-11-01 |
Jaakko Salli | It was not possible to set value of unspecified child... |
tree | commitdiff |
2008-11-01 |
Jaakko Salli | Fix various warnings that only appear for release builds |
tree | commitdiff |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and... |
tree | commitdiff |
2008-10-31 |
Václav Slavík | wxTLW: don't assert when setting null icons initially... |
tree | commitdiff |
2008-10-31 |
Václav Slavík | fix toolbar buttons so that they don't disappear tempor... |
tree | commitdiff |
2008-10-31 |
Paul Cornett | make sure update UI handlers are called for accelerator... |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | fix linking problems due to MSVC implicitly considering... |
tree | commitdiff |
2008-10-30 |
Václav Slavík | wxHTML: don't include extra whitespace in table cells |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | VC6 compilation fix after last change (thanks buildbot) |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | use buffered streams to reduce the number of TCP packet... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | provide ctors allowing to specify the non-default buffe... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | added wxDocument::AlreadySaved() and use it in OnUpdate... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | fix assert when adding an entry to an already full... |
tree | commitdiff |
2008-10-29 |
Jouk Jansen | Update OpenVMS compile support (problem cairo logical) |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | move wxVListBoxNameStr into vlbox.cpp source file ... |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | make IsKindOf() taking a const wxClassInfo* instead... |
tree | commitdiff |
2008-10-28 |
Václav Slavík | fixed interpretation of line breaks in <pre> to conform... |
tree | commitdiff |
2008-10-28 |
Vadim Zeitlin | no real changes, just reformat before starting really... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | don't sleep too long to avoid missing the timers; added... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | don't save the initial selection if it's invalid in... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | disable workaround for lack of alpha support in native... |
tree | commitdiff |
2008-10-27 |
Jaakko Salli | Removed dummy wxFont == operator implementation (IIRC... |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Set cursor to <from> in wxTextCtrk::SetSelection |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Disable focus out events during menu popup |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Added method to disable focus_out handling temporarily |
tree | commitdiff |
next |