2007-12-14 |
Vadim Zeitlin | fixed wxDFB compilation after wxDC-related changes |
tree | commitdiff |
2007-12-14 |
Vadim Zeitlin | fixed unused parameter warning |
tree | commitdiff |
2007-12-13 |
Vadim Zeitlin | don't allow TAB-bing away to other TLWs |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct... |
tree | commitdiff |
2007-12-11 |
Vadim Zeitlin | don't overload SizeInM{aj,in}orDir() on const/non-const... |
tree | commitdiff |
2007-12-09 |
Chris Elliott | another VC6 fix; i reused inside for |
tree | commitdiff |
2007-12-09 |
Robert Roebling | use wxPopupWindow for wxCombo (doesn't work yet) |
tree | commitdiff |
2007-12-08 |
Vadim Zeitlin | translate wx{File,Dir}PickerWidgetLabel |
tree | commitdiff |
2007-12-08 |
Stefan Csomor | unifying CFTypes |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Added wxWrapSizer (modified patch: [1826950] Wrapping... |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Document wxBitmapToggleButton, add update UI event... |
tree | commitdiff |
2007-12-05 |
Stefan Csomor | extending locale detection |
tree | commitdiff |
2007-12-04 |
Václav Slavík | wxLaunchDefaultBrowser messages should be localized |
tree | commitdiff |
2007-12-04 |
Stefan Csomor | shorter code for wxMac |
tree | commitdiff |
2007-12-04 |
Stefan Csomor | emulate expected setlocale(0,"") behaviour |
tree | commitdiff |
2007-12-04 |
David Elliott | Make wxCocoa compile with new pImpl wxDC. |
tree | commitdiff |
2007-12-04 |
Vadim Zeitlin | use wxFileName to construct well-formed paths in GetMsg... |
tree | commitdiff |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
tree | commitdiff |
2007-12-03 |
Stefan Csomor | fixing warning about missing virt destructor |
tree | commitdiff |
2007-12-03 |
Robert Roebling | compile fix |
tree | commitdiff |
2007-12-03 |
Robert Roebling | Resize col to fill entire client area if only 1 col. |
tree | commitdiff |
2007-12-03 |
Robert Roebling | Add support for wxDC_ROW_LINES for GTK+ and OS X |
tree | commitdiff |
2007-12-03 |
Paul Cornett | remove unneccessary header dependencies on wx/thread.h |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added wxArtProvider::GetMessageBoxIcon() to avoid dupli... |
tree | commitdiff |
2007-12-02 |
Stefan Csomor | removing non darwin mac source |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | added wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will... |
tree | commitdiff |
2007-12-01 |
Robert Roebling | Added wxDataViewTreeCtrl |
tree | commitdiff |
2007-11-30 |
Robert Roebling | compilation |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | free wxDCFactory::m_factory; also renamed SetDCFactory... |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | remove default wxDC ctor to make it impossible to const... |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | using common code |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | last commit resolved the conflict incorrectly, undoing it |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | move IMPLEMENT_CLASS macros for wxBuffered[Paint]DC... |
tree | commitdiff |
2007-11-30 |
Robert Roebling | remove test for new dc |
tree | commitdiff |
2007-11-30 |
Robert Roebling | Compile with printarch off |
tree | commitdiff |
2007-11-30 |
Robert Roebling | Remove old wxDCBase class, restore IMPLEMENT_CLASS... |
tree | commitdiff |
2007-11-30 |
Robert Roebling | wxOverlay compile fix |
tree | commitdiff |
2007-11-30 |
Robert Roebling | more DC changes for wxX11 |
tree | commitdiff |
2007-11-30 |
Robert Roebling | DC reorganization |
tree | commitdiff |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
tree | commitdiff |
2007-11-29 |
Vadim Zeitlin | translate the descriptions in SetDesc(wxCmdLineEntryDesc) |
tree | commitdiff |
2007-11-25 |
Paul Cornett | remove unused/unneeded stuff from gtk/private.h |
tree | commitdiff |
2007-11-24 |
Stefan Neis | Blind compilation fix for Watcom. |
tree | commitdiff |
2007-11-24 |
Stefan Csomor | bringing wxmac in line using cflocale |
tree | commitdiff |
2007-11-23 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 in DoGetSibling() |
tree | commitdiff |
2007-11-22 |
Stefan Csomor | cleanup mac |
tree | commitdiff |
2007-11-22 |
Stefan Csomor | cleanup mac |
tree | commitdiff |
2007-11-22 |
Václav Slavík | don't add new PNG handler instance every time wxSVGFile... |
tree | commitdiff |
2007-11-22 |
Václav Slavík | use NULL for NULL pointers, not 0 |
tree | commitdiff |
2007-11-21 |
Stefan Neis | Compilation fix for OS/2. |
tree | commitdiff |
2007-11-20 |
Vadim Zeitlin | added wxWindow::GetPrev/NextSibling() |
tree | commitdiff |
2007-11-19 |
David Elliott | Document the cfstring.h/cfstring.cpp as being used... |
tree | commitdiff |
2007-11-19 |
David Elliott | Fix wxCocoa build by including the relevant headers... |
tree | commitdiff |
2007-11-19 |
Robert Roebling | Add short-cut for wxDataViewListIndexModel for generic... |
tree | commitdiff |
2007-11-19 |
Robert Roebling | Typo |
tree | commitdiff |
2007-11-18 |
Robert Roebling | Implement wxGTK internal short-cut for wxDataViewIndexL... |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | experimental IPv6 implementation (patch 1771429) |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | fix gcc signed/unsigned comparison warnings after recen... |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | wxGTK compilation fix after wxInfoMessageBox change... |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | wxColourData::operator=() should return wxColourData... |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | added public wxInfoMessageBox() (slightly modified... |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | preserve custom colours between calls to wxGetColourFro... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | added SetInitialSocketBuffers() to allow changing the... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | allow to optionally use vendor name component in standa... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | compare colours using their operator==() instead of... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | add wxModule::AddDependency(name) overload (patch 1790451) |
tree | commitdiff |
2007-11-16 |
Vadim Zeitlin | reset global wxTheApp pointer before deleting it to... |
tree | commitdiff |
2007-11-16 |
Vadim Zeitlin | added logic to manage automatically allocated ids in... |
tree | commitdiff |
2007-11-16 |
Stefan Csomor | cleanup mac |
tree | commitdiff |
2007-11-15 |
Robert Roebling | Slightly overoptimized |
tree | commitdiff |
2007-11-15 |
Paul Cornett | build fixes for 64-bit |
tree | commitdiff |
2007-11-15 |
Robert Roebling | optimise startup of wxDataViewIndexListModel |
tree | commitdiff |
2007-11-14 |
Robert Roebling | wxDC rework, forgot these |
tree | commitdiff |
2007-11-14 |
Robert Roebling | Further wxDC changes |
tree | commitdiff |
2007-11-13 |
Vadim Zeitlin | replace changes of r49890 by defining more compatibilit... |
tree | commitdiff |
2007-11-13 |
Robert Roebling | More DC changes |
tree | commitdiff |
2007-11-13 |
Julian Smart | More border rationalisation. GetDefaultBorder is now... |
tree | commitdiff |
2007-11-13 |
Julian Smart | Resolve '&&' ambiguity |
tree | commitdiff |
2007-11-13 |
Julian Smart | Resolve '&&' ambiguity (VC++ 6) |
tree | commitdiff |
2007-11-13 |
Vadim Zeitlin | nl_langinfo() check in wxIsLocaleUtf8() was never done... |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | made wxApp::argv an object convertible to either char... |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | suppress unused parameter warning in UTF8-only build |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | refactor wxGTK mnemonics conversion functions in a... |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | some Hildon integration work: use HildonProgram (for... |
tree | commitdiff |
2007-11-11 |
Vadim Zeitlin | correct typo in last commit |
tree | commitdiff |
2007-11-11 |
Vadim Zeitlin | unused parameter warning fixes for --disable-all-featur... |
tree | commitdiff |
2007-11-10 |
Vadim Zeitlin | fix unused parameters warnings |
tree | commitdiff |
2007-11-09 |
Stefan Csomor | forward port from 2.8 |
tree | commitdiff |
2007-11-09 |
Vadim Zeitlin | forward ported changes in 2.8.7 from WX_2_8_BRNACH |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-11-06 |
Julian Smart | Moved desktop margin options to a more sensible place |
tree | commitdiff |
2007-11-06 |
Julian Smart | Added sizer.desktopmargin.x, sizer.desktopmargin.y... |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | implemented wxTextEntry for wxMotif, made wxComboBox... |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | temporary wxMotif compilation fix |
tree | commitdiff |
2007-11-04 |
Vadim Zeitlin | implement wxLocale::GetInfo() using CFLocale (modified... |
tree | commitdiff |
2007-11-02 |
Paul Cornett | build fixes |
tree | commitdiff |
2007-11-01 |
Vadim Zeitlin | use wxTextEntry in wxTextValidator (modified patch... |
tree | commitdiff |
2007-11-01 |
Vadim Zeitlin | made LogLastRepetitionCountIfNeeded() non static to... |
tree | commitdiff |
2007-10-29 |
Vadim Zeitlin | add wxMouseEvent::GetClickCount() and implement it... |
tree | commitdiff |
next |