2006-02-15 |
Robert Roebling | Alter focus handling to disable GTK+ standard |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Robert Roebling | Applied wxVScrolledWindow patch |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Robert Roebling | Reenable wxFULL_REPAINT_ON_RESIZE line. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Roman Rolinsky | OnReplace not yet undoable |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Robin Dunn | make the stay-on-top mode controlled by a command-line... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Robin Dunn | Applied patch #1431193: work around for recent fileuri... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Roman Rolinsky | update of Paste command, new revision |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Roman Rolinsky | fix for memory leak in paste |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Robert Roebling | More experimenting |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Mart Raudsepp | Cast to void* before casting to Node** to make the... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
David Surovell | cleanup - reformatting |
commit | commitdiff | tree | snapshot |
2006-02-14 |
David Surovell | cleanup - reformatting |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Kevin Hock | Fix wxComboBox constructors after keyboard access commi... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Vadim Zeitlin | modified custom draw code to fully draw the items using... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Michael Wetherell | Fix for reversed masks on displays with 8-bit depth... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
David Surovell | cleanup - refomatting |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Vadim Zeitlin | declare lists as exported, seems to be necessary in... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Robin Dunn | New APIs, Events, etc. for MediaCtrl |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Robin Dunn | a little tweak to the debug code (commented out) |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Robin Dunn | don't hide the log messages, and be sure to stop the... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Robin Dunn | Show some GradientFill usage |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Robin Dunn | change doc tweaks |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Robin Dunn | New APIs, Events, etc. for MediaCtrl |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Robin Dunn | new GetShown, Show, and etc. for wx.UpdateUIEvent |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Robin Dunn | a little reorg and cleanup from the last two revisions |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Robert Roebling | Starting wxDataView.. |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Vadim Zeitlin | fixed transparency handling broken by the last commit |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Vadim Zeitlin | minor docs corrections and improvements from Andreas... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Vadim Zeitlin | fixed SetAddress() for self-assignment (patch 1430703) |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Vadim Zeitlin | use C cast instead of reinterpret_cast which doesn... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
David Surovell | cleanup - reformatting |
commit | commitdiff | tree | snapshot |
2006-02-13 |
David Surovell | cleanup - reformatting |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Vadim Zeitlin | fixed several crashes in XPM parsing code |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Jamie Gadd | Rearrange build order so it successfully builds dll... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Vadim Zeitlin | fix client to screen (and vice versa) conversion |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Vadim Zeitlin | blind compilation fix for 64 bit systems after last... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Kevin Ollivier | Easy fix for automated uploads (I thought I tried this... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | fixed wxFontMapper behaviour under wxGTK2: it now just... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
David Surovell | cleanup - reformatting |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | get (temporarily) rid of GTK+ debugging messages about... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
David Surovell | clean - reformatting |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Włodzimierz... | wxPalmOS build fix. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Włodzimierz... | !WX_PRECOMP (wxPalm) build fix. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | it is not possible to show/hide the window from the... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | don't use #error as some compilers ignore it; provoke... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | trick the sizer code into thinking that the wizard... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | no changes; just added some comments |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Włodzimierz... | wxWinCE warning fix. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | compilation fix for VC8 (see patch 1429985) |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Włodzimierz... | wxUSE_UXTHEME=0 (WinCE) build fix. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | removed extra semicolons added by previous patch (patch... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | fixed memory leak in the sample and simplified wxCheckL... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | typo in comment |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Michael Wetherell | Some compilers don't define SIZE_T (e.g. dmc) so use... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Julian Smart | Script tweak |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Stefan Csomor | intel fixes |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Jamie Gadd | Replace deprecated wxNB_* flags with wxBK_* used in... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Robin Dunn | Forward decalre wxPyFindSwigType |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Robin Dunn | Added the wx.DC.GradientFillConcentric and wx.DC.Gradie... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Kevin Hock | Add missing include for non-PCH builds |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Kevin Hock | Add missing include for non-PCH builds |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | typo |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Vadim Zeitlin | added linear and concentric gradient fill functions... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Michael Wetherell | Add -fno-strict-aliasing to the optimisation flags... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Kevin Hock | Note wxSOCKET_REUSEADDR and SetLocal/Connection changes... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Kevin Hock | Document new SetLocal method, new capabilities for... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Kevin Hock | Respect the REUSEADDR flag to allow rebinding; bind... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Kevin Hock | Respect the REUSEADDR flag to allow rebinding; bind... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Kevin Hock | Add SetLocal method; overload Connect to accept a local... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Robin Dunn | Rearrainge things so the SWIG_VERSION values doesn... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Robin Dunn | Docstring update |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Robin Dunn | No longer need the SWIG_VERSION to be output to the... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Kevin Ollivier | Documenting WX_MONOLITHIC build option. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | added assignment operators from int for disambiguation... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | removed stray #endif added in previous commit |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | use wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | added support for 64 bit ints in wx stream classes... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | wxUSE_DATETIME==0 compilation fix (part of patch 1203970) |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | provide wxGetLocalTimeMillis() (returning double) even... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | use wxDiskspaceSize_t which is long and not wxLongLong... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | compilation fixes for wxUSE_DATETIME==0 (another part... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | wxODBC depends on wxDateTime (part of patch 1203970) |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | wxArchive depends on wxDateTime (part of patch 1203970) |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Julian Smart | Applied patch [ 1412216 ] non-themed fallback support... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Julian Smart | Applied [ 1394785 ] wxListCtrl::EndEditLabel implementation |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Julian Smart | Applied patch [ 1417709 ] wxFSVolume produces error... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Julian Smart | Applied part 2 of [ 1415183 ] a couple of wxAutomation... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Julian Smart | Applied patch [ 1424247 ] Have wxGenericListCtrl not... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Julian Smart | Doc corrections |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Mart Raudsepp | I like if things compile with --enable-unicode + -... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Mart Raudsepp | Do not reintroduce #pragma interface/implementation... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Mart Raudsepp | * wxFrameLayout should compile in unicode builds for... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
David Surovell | fixed wx_media linkage/export problems - from RN patch |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | note that SetAutoLayout() doesn't work for all windows |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Vadim Zeitlin | clarified wxUSE_STD_IOSTREAM and wxUSE_STREAMS |
commit | commitdiff | tree | snapshot |
2006-02-10 |
David Surovell | fixed compilation problem in pror commit |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Jamie Gadd | Toplevel windows don't have sibling static boxes. Fixes... |
commit | commitdiff | tree | snapshot |
next |