2008-04-06 |
Francesco Montorsi | revisions contributed by Utensil Candel |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Elliott | SF bug 1895101 |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Robin Dunn | use the same constant the other ports use instead of... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Robin Dunn | Slight reorg of last change |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Stefan Neis | Tests for declarations of snprintf/vsnprintf/vsscanf... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Vadim Zeitlin | include more headers for PCH-less compilation |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Robert Roebling | Also right-align second column |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Robert Roebling | Always interpret a column width of -1 as 80 until somth... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Vadim Zeitlin | use wxCHECK instead of wxASSERT in Alloc() to avoid... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Vadim Zeitlin | document Alloc() vs returning bool (part of bug 1933693) |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Robert Roebling | Added test for right alignment of 1st column |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Vadim Zeitlin | don't crash in ReadString() if the length read from... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Robert Roebling | Added test for left/centre/right alignment |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Vadim Zeitlin | fix for g++ signed/unsigned comparison warning |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Vadim Zeitlin | include the headers needed for its compilation from... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Robert Roebling | Fixed bug that made adding a child to a branch (that... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Robert Roebling | Bugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEdi... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Robert Roebling | Probable fix for [ 1933745 ] Crash in wxDataViewHeaderW... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Robert Roebling | [ 1922123 ] Generic wxDataViewCtrl leaks |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Bryan Petty | Finished initial review of [ca*-ch*] interface headers. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | set focus to the control when it's clicked |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | use wxWANTS_CHARS to allow arrows to work inside the... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | make GenerateEvent() public again to fix wxGTK compilation |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | regenerate VC8 project files after addition of native... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | implemented toggling of wxCAL_MONDAY_FIRST in the nativ... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | implemented Mark() in the native MSW version of wxCalen... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | generate double click events in the native MSW version... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | generate the correct events in the native MSW version... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | implemented HitTest() in the native MSW version; added... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | implement EnableMonthChange() by restricting the dates... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | compilation fix for PCH-less build |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Bryan Petty | Intial review of calctrl.h. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Robin Dunn | Fix AdjustForOverflow to use item->CalcMin, not item... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Václav Slavík | Fixed timing of malformed animated GIFs in wxHTML ... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Vadim Zeitlin | replace wrong wxUSE_DYNAMIC_LOADER test with the correc... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Stefan Csomor | fixing the build for wxMAC_USE_COCOA=1 |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Stefan Csomor | GetPixel isn't returning RGBColor anymore, so change... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Stefan Csomor | GetPixel isn't returning RGBColor anymore, so change... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Francesco Montorsi | removed FAQs: they are already available in the website... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Robin Dunn | Call ValueChanged after SetValue so other views will... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Robin Dunn | fix warnings |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Robin Dunn | Fix for potential layout glitches in wxGridBagSizer... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Vadim Zeitlin | regenerated after vsscanf() changes |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Vadim Zeitlin | wxMac compilation fix: must explicitly qualify non... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Stefan Neis | Added detection of vsscanf and whether or not a prototy... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Francesco Montorsi | first revision (contains wxHelpEvent and wxNavigationKe... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Julian Smart | Only update the toolbar buttons if the toolbar is visible |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Bryan Petty | Restored the old Classes by Category page to live side... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Bryan Petty | 115% line height on lists is more than enough, especial... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Vadim Zeitlin | log error before returning, not after |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Vadim Zeitlin | suppress VC++ /Wp64 warnings |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Vadim Zeitlin | move all appearace-related methods down to wxCalendarCt... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Vadim Zeitlin | wxMimeTypesManagerImpl and wxFileTypeImpl are in base... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Stefan Neis | Another attempt at fixing Watcom compilation. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Stefan Neis | Added header needed for Solaris to find finite() prototype. |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Václav Slavík | compilation fix for wxMSW and r52961 |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Václav Slavík | Generalized wxScrolledWindow into wxScrolled<T> that... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Francesco Montorsi | replace @b Note with @note; replace '' with " |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Francesco Montorsi | first raw revision |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Robin Dunn | Don't force wxBORDER_SUNKEN so the programmer can speci... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | move readme_vms.txt in a folder ad-hoc |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | add a list of the samples yet to document |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Vadim Zeitlin | throw away the now invalid items in wxSelectionStore... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Vadim Zeitlin | give an error message when ran from a wrong location... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Vadim Zeitlin | fix unused parameter warning |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Vadim Zeitlin | store selected indices as unsigned int, not size_t... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | update links to the TODO lists |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | remove old files not needed anymore |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | moved to the wiki |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | moved old TODO lists to the Wiki: http://www.wxwidgets... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | move TODO items for wxDocs from the wxwiki to the doxyg... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | CSS changes: make lists more spaced; use sans-serif... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | moved translations list to the doxygen manual |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Francesco Montorsi | merge "strategies" page with devtips.h; add mention... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Vadim Zeitlin | don't leave empty listboxes with tiny best size |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Francesco Montorsi | s/NB:/@note; revised wxFFile |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Francesco Montorsi | typo fix |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Kevin Ollivier | Merge build script updates from 2.8 branch. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Francesco Montorsi | optimization for faster execution: don't use wxString... |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Francesco Montorsi | further revision (done by me) |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Francesco Montorsi | revision contributed by Utensil Candel |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Francesco Montorsi | add references to wxWebsite,wxWiki,wxForum |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Václav Slavík | added wxXmlNode::InsertChildAfter and use it for (much... |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Stefan Neis | Add OS/2 to buildbot (patch #1929212). |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Francesco Montorsi | updated the index page: 1) removed sample list: it... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Václav Slavík | 1. fixed wxXmlNode::InsertChild() documentation to... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Stefan Neis | Linker fixes for OS/2 build. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Stefan Neis | OS/2 port: reorganized wxBitmap/wxBitmapHandler classes... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Francesco Montorsi | ODBC is not part of wx anymore |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Francesco Montorsi | noone is going to backport stuff to wx2.4 anymore |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Francesco Montorsi | removed latex sources of wxDocs; wxWidgets now uses... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Václav Slavík | set initial GTK_CAN_FOCUS value to match AcceptsFocus... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Václav Slavík | removed no longer used win_gtk.c file |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Václav Slavík | be tolerant of XHTML self-closing tags when parsing... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Francesco Montorsi | substitute '@b NB:' with '@note'; first partial revisio... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Vadim Zeitlin | compilation fix for ANSI build: use reinterptre_, not... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
commit | commitdiff | tree | snapshot |
next |