2007-07-12 |
Vadim Zeitlin | compilation fix for ANSI STL build |
tree | commitdiff |
2007-07-12 |
Vadim Zeitlin | added support for alpha channel to wxColour to/from... |
tree | commitdiff |
2007-07-12 |
Paul Cornett | fix MDI child sizing, which was working more or less... |
tree | commitdiff |
2007-07-12 |
Vadim Zeitlin | non-PCH compilation fix after latest change |
tree | commitdiff |
2007-07-12 |
Vadim Zeitlin | added support for binary data to wxConfig (slightly... |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | call SetCanFocus(false) to prevent the control window... |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | added wxUSE_SVG |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | cleanup: indentation, line length, don't include unneed... |
tree | commitdiff |
2007-07-11 |
Stefan Csomor | 64bit fix for patch as well |
tree | commitdiff |
2007-07-11 |
Julian Smart | Test for wxUSE_UXTHEME |
tree | commitdiff |
2007-07-11 |
Julian Smart | Avoid a crash due to OnSize being called before initial... |
tree | commitdiff |
2007-07-11 |
Robert Roebling | Compilo. |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | corrected timer.h include broken by last change |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_COMBOBOX/RADIOBTN==0 |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_MSGDLG==0 |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_IMAGE==0 |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | check for wxUSE_TIMER in headers, not the files includi... |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | added missing wxUSE_XXX checks |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | removed dummy variable, C++ compilers shouldn't have... |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | compilation fixes for wxUSE_TIMER==0 |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | compilation fixes for wxUSE_LONGLONG==0 |
tree | commitdiff |
2007-07-10 |
Václav Slavík | added support for custom bitmap depths |
tree | commitdiff |
2007-07-10 |
Robin Dunn | Switch GetHeaderButtonWidget to use a real column heade... |
tree | commitdiff |
2007-07-10 |
Václav Slavík | implemented raw bitmap access for wxDFB |
tree | commitdiff |
2007-07-10 |
Václav Slavík | cleanup of raw access to bitmaps: |
tree | commitdiff |
2007-07-10 |
Robert Roebling | Block all events in wxSpinButton::SetValue etc. |
tree | commitdiff |
2007-07-10 |
Robert Roebling | Block all events in wxSpinCtrl::SetValue etc. |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | removed obsolete makefiles |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | Also added wxFFileStream::IsOk() and corrected IsOk... |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | added functions for base64 en/decoding (replaces patch... |
tree | commitdiff |
2007-07-09 |
Robin Dunn | Need to send an event in the wxCP_NO_TLW_RESIZE case... |
tree | commitdiff |
2007-07-09 |
Robin Dunn | Use a button that has a tree widget as a parent as... |
tree | commitdiff |
2007-07-09 |
Robert Roebling | More work on sorting in wxDataViewCtrl |
tree | commitdiff |
2007-07-09 |
David Elliott | Fix compilo due to r47267. |
tree | commitdiff |
2007-07-09 |
Vadim Zeitlin | use first unused colour for the mask instead of hardcod... |
tree | commitdiff |
2007-07-09 |
Vadim Zeitlin | added wxFileStream::IsOk() (patch 1749587) |
tree | commitdiff |
2007-07-09 |
Vadim Zeitlin | generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even... |
tree | commitdiff |
2007-07-09 |
Vadim Zeitlin | don't bubble up the events upwards the window hierarchy... |
tree | commitdiff |
2007-07-09 |
Julian Smart | Added gravity |
tree | commitdiff |
2007-07-09 |
Robert Roebling | Add GtkSortableIface stubs |
tree | commitdiff |
2007-07-09 |
Robert Roebling | Add compare function to wxDataViewModel |
tree | commitdiff |
2007-07-09 |
Robert Roebling | Bo'd patch to make wxDataViewCtrl compile again (4th... |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-07-08 |
Václav Slavík | removed unsecure wxTmpnam() function (patch by Francesc... |
tree | commitdiff |
2007-07-08 |
Václav Slavík | fix Watcom compilation: removed templates for wxFileSel... |
tree | commitdiff |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events |
tree | commitdiff |
2007-07-07 |
David Elliott | Remove wxMBConv_mac and wxMBConv_macUTF8D converters... |
tree | commitdiff |
2007-07-07 |
David Elliott | Add factory functions for use with future unit tests. |
tree | commitdiff |
2007-07-07 |
Robert Roebling | GCC doesn't like inline wxDEPRECATED methods. |
tree | commitdiff |
2007-07-07 |
Václav Slavík | added missing wx_str() (patch #1749398) |
tree | commitdiff |
2007-07-07 |
Václav Slavík | fixed dereferencing of invalid pointers |
tree | commitdiff |
2007-07-07 |
David Elliott | Move wxMBConv_cf out of strconv.cpp and into strconv_cf... |
tree | commitdiff |
2007-07-06 |
Václav Slavík | fixed to make wxVariant compatible with both ANSI and... |
tree | commitdiff |
2007-07-06 |
David Elliott | Fix wxMBConv_cf to implement FromWChar/ToWChar in lieu... |
tree | commitdiff |
2007-07-06 |
Václav Slavík | added alpha channel support to wxDFB's wxBitmap |
tree | commitdiff |
2007-07-06 |
Václav Slavík | added support for loading images with alpha channel... |
tree | commitdiff |
2007-07-06 |
David Elliott | Rename wxMBConv_cocoa to wxMBConv_cf and use it when... |
tree | commitdiff |
2007-07-06 |
Vadim Zeitlin | remove the unneeded +1 from wxGauge::SetValue() call... |
tree | commitdiff |
2007-07-06 |
David Elliott | Make wxCocoa compile in 64-bit mode. |
tree | commitdiff |
2007-07-06 |
David Elliott | Fix wxCocoa compilation. |
tree | commitdiff |
2007-07-05 |
Vadim Zeitlin | reset selection when sorting the items as they don... |
tree | commitdiff |
2007-07-05 |
Vadim Zeitlin | don't allow selecting multiple items in single selectio... |
tree | commitdiff |
2007-07-05 |
Robert Roebling | wxDataViewCtrl can show tree/list music sample. |
tree | commitdiff |
2007-07-05 |
Robert Roebling | Getting closer to working tree/list wxDataViewCtrl. |
tree | commitdiff |
2007-07-05 |
Robert Roebling | New API for wxdataViewCtrl (doesn't run yet). |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | simplify test for 64 bit architectures: just check... |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | added support for broadcasting to UDP sockets (patch... |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | fixed bug which resulted in generation of spurious... |
tree | commitdiff |
2007-07-04 |
Paul Cornett | indentation cleanup, unused variables, constant express... |
tree | commitdiff |
2007-07-04 |
Benjamin Williams | fix for bug #1686328 |
tree | commitdiff |
2007-07-04 |
Václav Slavík | always assert if char<->wxUniChar conversion fails... |
tree | commitdiff |
2007-07-03 |
Paul Cornett | get color count from ComputeHistogram, use sprintf... |
tree | commitdiff |
2007-07-03 |
Robert Roebling | Upport GNOME print GetTextExtent fix, |
tree | commitdiff |
2007-07-03 |
Robert Roebling | upport wxListCtrl label edit changes |
tree | commitdiff |
2007-07-03 |
Robert Roebling | Let GtkScrolledWindow handle scroll wheel events. |
tree | commitdiff |
2007-07-03 |
Paul Cornett | fix XPM SaveFile for more than 92 colors |
tree | commitdiff |
2007-07-02 |
Julian Smart | Added SetBitmap, GetBitmap to wxWizard |
tree | commitdiff |
2007-07-01 |
Benjamin Williams | in wxAuiNotebook, prevent unwanted page selection chang... |
tree | commitdiff |
2007-06-30 |
Vadim Zeitlin | changed ds[pw] files to use CRLF eol style and not... |
tree | commitdiff |
2007-06-30 |
Václav Slavík | XRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl... |
tree | commitdiff |
2007-06-29 |
Václav Slavík | fixed wxVsnprintf() to write as much as it can if the... |
tree | commitdiff |
2007-06-29 |
Vadim Zeitlin | strip the leading dot from extension if present in... |
tree | commitdiff |
2007-06-29 |
Julian Smart | Prevent seg fault for older GTK+ |
tree | commitdiff |
2007-06-29 |
Benjamin Williams | applied patch 1737156 to wxAuiManager |
tree | commitdiff |
2007-06-29 |
Benjamin Williams | in wxAUI, set the hint transparency before showing... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | fixed FromAscii to work with NULL argument (broken... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | fixed FromAscii() changes to correctly handle embedded... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | return const wxString& from wxFontMapper::GetDefaultCon... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | ANSI+Unicode compatibility fixes to wxArrayString |
tree | commitdiff |
2007-06-28 |
Václav Slavík | dont use wxChar* arguments in wxHTML API |
tree | commitdiff |
2007-06-28 |
Václav Slavík | dont use wxChar* arguments in wxDatePickerCtrlGeneric API |
tree | commitdiff |
2007-06-28 |
Václav Slavík | don't use wxChar* arguments in wxLogWindow API |
tree | commitdiff |
2007-06-28 |
Benjamin Williams | fix for wxAuiNotebook middle-click close (was closing... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | fixes to handling of focus changes for toplevel windows |
tree | commitdiff |
2007-06-28 |
Václav Slavík | added wxString::FromAscii(char*,size_t) for consistency... |
tree | commitdiff |
2007-06-28 |
Vadim Zeitlin | CanAcceptFocus() now returns true if either the window... |
tree | commitdiff |
2007-06-27 |
Benjamin Williams | added middle-click close to wxAuiNotebook |
tree | commitdiff |
2007-06-27 |
Paul Cornett | block signal handlers, instead of disconnecting, to... |
tree | commitdiff |
2007-06-27 |
Vadim Zeitlin | don't invalidate the font in SetNativeFontInfo[Desc... |
tree | commitdiff |
2007-06-27 |
Vadim Zeitlin | fix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch... |
tree | commitdiff |
next |