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 |
2007-06-27 |
Benjamin Williams | in wxAuiNotebook, code to reduce flicker on page close |
tree | commitdiff |
2007-06-27 |
Benjamin Williams | wxAuiNotebook::RemovePage() rewritten; fixes bugs ... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | fix bug in WX_GL_DOUBLEBUFFER handling introduced durin... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-26 |
Václav Slavík | compilation fixes for --with-regex=sys |
tree | commitdiff |
2007-06-26 |
Václav Slavík | compilation fixes for some cases |
tree | commitdiff |
2007-06-25 |
Václav Slavík | compilation fix if wxLongLong_t is not available |
tree | commitdiff |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables |
tree | commitdiff |
2007-06-25 |
Václav Slavík | wxDFB wxUSE_STL compilation fixes |
tree | commitdiff |
2007-06-23 |
Robert Roebling | Upport scrolling changes and mouse wheel changes. |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | fix asserts for dropdown items |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | don't crash in SetBackgroundStyle() if the window is... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | don't always add wxCAPTION to wxMiniFrame style uncondi... |
tree | commitdiff |
2007-06-22 |
Václav Slavík | use wxCRT_VsprintfA name instead of vsprintf, for consi... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | make JPEG callbacks extern "C" to fix Sun CC warnings |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | fix warnings about parameters shadowing member variables |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | pointer to literal string should be const |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | fix Sun CC warnings about converting literal strings... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | suppress Sun CC warnings about casting between C++... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | fix Sun CC warning about name clash between the method... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | better Sun CC fix: put the function in anonymous namesp... |
tree | commitdiff |
next |