2006-03-15 |
Julian Smart | Removed use of deprecated functions |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Julian Smart | Fix compile problem with VS 2005 |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Włodzimierz... | Warning fixes. |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Mart Raudsepp | g_value_set_string duplicates the string itself, so... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Mart Raudsepp | Introduce a convenience class for g_freeing a gchar... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
David Surovell | cleanup - fixed warnings, reformatting |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Mart Raudsepp | Don't return the return value of a void method in a... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Mart Raudsepp | ICCCM says that the TIMESTAMP atom is required, so... |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Mart Raudsepp | Don't leak a gchar* in wxDataFormat::GetId() |
commit | commitdiff | tree | snapshot |
2006-03-15 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Włodzimierz... | wxTinderbox build fix. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
David Surovell | cleanup - expanded wxTimerBase::Init to assign all... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | Can't use IsValidInsert from GtkAddHelper as it could... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | Fix compilation error |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Włodzimierz... | Line-up interfaces to use size_t for GetCount()s (and... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Włodzimierz... | Line-up interfaces to use size_t for GetCount()s (and... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | m_windowReserved was removed |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Vadim Zeitlin | we don't need reserved virtual functions on HEAD |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Vadim Zeitlin | fixed centering of a TLW on a non-TLW parent |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Vadim Zeitlin | added GetScreenPosition/Rect() which always return... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | reSWIGed |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | SWIG-1.3.29 |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | SWIG 1.3.29 |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | Silence some warnings |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | Keep wxSTC_LEX_ASP and _PHP available for now. |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | typo |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Robin Dunn | Sometimes we do need to allow recursion of callbacks |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Mart Raudsepp | OnGetLineHeight and OnGetLinesHint are virtual, so... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Włodzimierz... | wxComboBox with SmartphoneCE has different members... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Mart Raudsepp | Docs: Escape underscores |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Robin Dunn | Dtor for wxHtmlCell |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Julian Smart | If we processed a command event, return true, or we... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Włodzimierz... | TRUE/FALSE source cleaning. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Włodzimierz... | Init() does not belong to public. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Włodzimierz... | Warning fixes. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Włodzimierz... | Make wxListCtrl changes ported from 2.6 branch complete... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | don't send weird colours for different controls, this... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | create a non readonly combobox |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Julian Smart | Added context menu |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | fixed event generation for wxComboBox to be consistent... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | fixed event generation for wxChoice: it now sends one... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | don't send EVT_CHOICE events while the dropdown is... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | log wxChoice events in the same format as wxComboBox... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | use the sizer to layout the main window/panel (this... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | fixed printf format warnings for all platforms (previou... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | don't set cursor coords to (0, 0) which could be invali... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | native implementation of wxDirDialog for wxCocoa (patch... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | IsValid() is now in base class. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | Line-up interfaces to use size_t for GetCount()s (and... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | use %lu and not %d print format for size_t arguments |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | non virtual dtors warning fixes |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | Line-up interfaces to use size_t for GetCount()s (and... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | regenerated after changes in configure.in in revisions... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | Make wxTinderbox pass dialup sample for DOS cross-build. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | support mnemonics for wxStatic/RadioBox and made it... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | support underlined fonts (patch 1448089) |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | don't require multimon.h any more now (patch 1446030... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | remove dead code from wxMatchWild (patch 1445809) |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | define size() in terms of length(), not vice versa... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | wxCore build fix. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | don't require at least 8 bytes of sound data (patch... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | wxBase build fix. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | Line-up interfaces to use size_t for GetCount()s. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | Line-up interfaces to use size_t for GetCount()s. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | wxTinderbox build fix (!PCH support). |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Włodzimierz... | More wxMSW specific headers in precompiled headers. |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | GetNumberOfLines() now returns the number of physical... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Vadim Zeitlin | more accurate best size calculation logic (use the... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Vadim Zeitlin | deal with the situation when a (dynamic) event handler... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
David Surovell | minor cleanup |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Włodzimierz... | WXUNUSED is our coding standard. |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Stefan Neis | Removed -fno-strict-aliasing for OS/2 (not supported... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied patch [ 1372332 ] Support for WX_RESCOMP to... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Fix crash caused by last change |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied patch [ 1428990 ] wxUniv: patch for toolbar... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied patch [ 1443707 ] kill "cast truncates constant... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied patch [ 1435340 ] Add support of wxToggleButton... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied [ 1425529 ] Tooltip was not removed on deletion |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied patch [ 1436761 ] wxGrid: Can't enable cell... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied patch [ 1432449 ] wxXml API documentation |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied patch [ 1447184 ] Elimination of a warning... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied patch [ 1447666 ] Fix obscure GTK wxListBox... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Julian Smart | Applied patch [ 1447732 ] Fix CVS HEAD for VC6 |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Vadim Zeitlin | don't Connect() to wxEVT_RIGHT_DOWN twice (fixed proble... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Vadim Zeitlin | made DoListHitTest() more efficient (patch 1446848... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Vadim Zeitlin | define wxUSE_UNICODE=1 on the command line in UNICODE... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Robin Dunn | Applied Patch #1424869: Implement wxListCtrl::SetItemCo... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Vadim Zeitlin | simplification: create listbox in only one place (patch... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Stefan Csomor | patch 1444066 |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Stefan Csomor | fixing RawBitmap access |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Stefan Csomor | not needed anymore |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Robin Dunn | Increase timeout in order to catch slower clicks |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Julian Smart | To -> From |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Vadim Zeitlin | OnApply() calls TransferDataFromWindow(), not To |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Robin Dunn | Applied patch #1441370: lib.plot - allow passing in... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Vadim Zeitlin | signed/unsigned comparison warning fixed |
commit | commitdiff | tree | snapshot |
next |