2008-06-11 |
Paul Cornett | move 8 copies of the same function to common code |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | forward port of fix |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | removing old files |
tree | commitdiff |
2008-06-11 |
Vadim Zeitlin | remember the last type used for loading or saving the... |
tree | commitdiff |
2008-06-10 |
Stefan Csomor | removing outdated files on mac |
tree | commitdiff |
2008-06-10 |
Stefan Csomor | removing outdated files on mac, adding new files |
tree | commitdiff |
2008-06-10 |
Stefan Csomor | removing outdated files on mac |
tree | commitdiff |
2008-06-10 |
Stefan Csomor | removing outdated files on mac |
tree | commitdiff |
2008-06-10 |
Paul Cornett | wxMenuItem code cleanup, removing duplicate and unnecce... |
tree | commitdiff |
2008-06-09 |
Vadim Zeitlin | don't use deprecate SetClippingRegion(wxRegion) |
tree | commitdiff |
2008-06-09 |
Robert Roebling | blind fix for: #9549: crash in wxDataViewMainWindow... |
tree | commitdiff |
2008-06-09 |
Stefan Csomor | adding correct include explicitely |
tree | commitdiff |
2008-06-09 |
Stefan Csomor | clipping to empty if not visible |
tree | commitdiff |
2008-06-09 |
Stefan Csomor | only available on carbon or cocoa |
tree | commitdiff |
2008-06-08 |
Stefan Csomor | removing unneeded code for osx |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | added multisampling (anti-aliasing) support to wxGLCanv... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | make wxLogWindow thread-safe (#8783) |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | more compilation fixes for VC6 (#9492) |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | compilation fix for PCH-less compilation after the... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | don't refresh the current cell in SetCellHighlightROPen... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | ensure that dialog gripper is always positioned below... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | support multiline labels in wxCheckBox (#9495) |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | change another long type to wxBitmapType |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | specify the name of the control (#9515) |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | use report mode for the wxListbook list control if... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | fixed another pointer-to-int-of-lesser-size conversion... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | change longs used for bitmap types to wxBitmapType... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | don't leave current item index invalid after SetItemCou... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | remove another unnecessary memcpy() of string contents... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | remove unnecessary memcpy() of string contents to wxStr... |
tree | commitdiff |
2008-06-06 |
Julian Smart | Fixed reading of image type |
tree | commitdiff |
2008-06-05 |
Václav Slavík | PCH-less compilation fix |
tree | commitdiff |
2008-06-05 |
Václav Slavík | added wxHtmlWindow::SetRelatedStatusBar(wxStatusBar... |
tree | commitdiff |
2008-06-04 |
Václav Slavík | Changed wxHTML default font size for printing to be... |
tree | commitdiff |
2008-06-04 |
Václav Slavík | wxDFB: implemented Raise() and Lower() for TLWs |
tree | commitdiff |
2008-06-04 |
Julian Smart | Out by one correction |
tree | commitdiff |
2008-06-03 |
Robert Roebling | Remove old GTK 1.2 code |
tree | commitdiff |
2008-06-03 |
Benjamin Williams | prevent memory leak |
tree | commitdiff |
2008-06-03 |
Vadim Zeitlin | fix crash when repositioning tools without labels in... |
tree | commitdiff |
2008-06-02 |
Robert Roebling | Separate label with wx mnemonics (&) and with gtk mnemo... |
tree | commitdiff |
2008-06-02 |
Robin Dunn | Add a SetDoubleBuffered method for wxMSW (XP+) |
tree | commitdiff |
2008-06-02 |
Robert Roebling | Disable disabling wxWeakRef<T> |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP |
tree | commitdiff |
2008-06-01 |
Paul Cornett | fix tool referencing, remove dropdown element in DoDele... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | fix wxDateTime::ParseRfc822Date() to handle missing... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | add a special macro for comparing time_t values to... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | corrected bug in wxMBConvStrictUTF8::FromWChar(): it... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | added wxTextOutputStream::Flush(): this is necessary... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | rewrote UTF-7 to work on streams of data to be comaptib... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | no real changes, just simplify LoadPage() to make it... |
tree | commitdiff |
2008-05-31 |
Václav Slavík | allow periods in wxFileSystem URL anchors (patch #2265) |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | don't write extraneous NUL bytes in wxMBConv_iconv... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | correct similar off by 1 bug to the one fixed by r53869... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | fix bug with wrong return value in wxMBConv_iconv:... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | fix wxMBConv_iconv to respect the base class convention... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | swap all characters instead of just the last one in... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | don't return success when converting incomplete UTF... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | undid change of r44565: not taking hyphens into account... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | implement wxMBConv_iconv::To/FromWChar() instead of... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | check that the argument is not empty in wxHtmlWindow... |
tree | commitdiff |
2008-05-30 |
Julian Smart | Typo correction |
tree | commitdiff |
2008-05-30 |
Julian Smart | Don't update UI if hidden |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | ensure that GetEditControl() returns something even... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | no changes, just refactor the code to avoid having... |
tree | commitdiff |
2008-05-29 |
Robert Roebling | More work on getting wxLisBox events right |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | include wx/crt.h needed for wxFprintf() (closes #9509) |
tree | commitdiff |
2008-05-29 |
Stefan Csomor | adding lowlevel hook to listbox |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | don't give an error if VT_DATE variant is being release... |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | take wxString in wxCrashReport::SetFileName() to allow... |
tree | commitdiff |
2008-05-29 |
Paul Cornett | remove unused/unneeded menuitem cruft |
tree | commitdiff |
2008-05-29 |
Paul Cornett | mark long-deprecated ctor as such |
tree | commitdiff |
2008-05-28 |
Vadim Zeitlin | fix assert in ANSI build in wxConsoleStderr::GetCommand... |
tree | commitdiff |
2008-05-28 |
Robin Dunn | Add wxWebKitNewWindowEvent |
tree | commitdiff |
2008-05-28 |
Paul Cornett | fix leak introduced by r53753 |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | get rid of MSVC warning about possibly uninitialized... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | fix some harmless compilation in (release) MSVC build |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | ifdef fixes for PalmOS6 (part of ticket 4700) |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | Palm compiler needs const_cast for passing const int... |
tree | commitdiff |
2008-05-27 |
Václav Slavík | silence warnings about not using double-buffered surfac... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | translate comments in English (part of ticket 4700) |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | distinguish between Server 2003 and XP 64-bit (closes... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | add a mention to OS description string if running under... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | recognize Vista by name in wxGetOsDescription() |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Native wxBitmapComboBox patch for GTK+ |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Clear columns on destruction |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Use wxList::DeleteContents() to delete columns |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Use wxList::DeleteContents() to delete columns |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Reapply wxWeakRef patch again |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Use wxWindowRef to hold pointer to default button |
tree | commitdiff |
2008-05-27 |
Stefan Csomor | fixing arc filling for angles > 180 |
tree | commitdiff |
2008-05-26 |
Paul Cornett | fix removing menu item, ticket 3387 |
tree | commitdiff |
2008-05-25 |
Kevin Ollivier | (Port to trunk) Fix for wxClientDC::GetAsBitmap, which... |
tree | commitdiff |
2008-05-25 |
Kevin Ollivier | Build fix for non-pch builds, e.g. for universal binary... |
tree | commitdiff |
2008-05-25 |
Robert Roebling | Defer SetHorizontalExtent to idle, also fixes (wxListBo... |
tree | commitdiff |
2008-05-25 |
Vadim Zeitlin | don't take the min size into account when setting the... |
tree | commitdiff |
2008-05-24 |
Robert Roebling | Dont send spin text update event from SetValue() |
tree | commitdiff |
2008-05-24 |
Robert Roebling | Don't use font encoding in Unicode mode |
tree | commitdiff |
2008-05-24 |
Chris Elliott | Borland still hates ternary ? |
tree | commitdiff |
2008-05-24 |
Vadim Zeitlin | do case normalization after long path one, this fixes... |
tree | commitdiff |
next |