2006-10-24 |
Václav Slavík | moved wxOverlay into overlay.* files and out of dc... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Vadim Zeitlin | reset the internal flags at the end of DoSetValue(... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Vadim Zeitlin | test that _INTEGRAL_MAX_BITS is defined before comparin... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Włodzimierz... | Verify wx/filefn.h can be placed as first header in... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Włodzimierz... | ADV export fix. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robert Roebling | Minor correction. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robert Roebling | Minor corrections. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Wetherell | Add tests for wxBackingFile. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Michael Wetherell | Fix check for wxUSE_BACKINGFILE. |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Paul Cornett | static class variable needs a definition |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | Remove animate contrib |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Paul Cornett | non-pch build fixes |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | document new updates |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | Stop the timer when the sample is destroyed |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | Factor the brush selection out of OnPaint so it can... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | Fixes from Andrea |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | Pass the config object into the wxHtmlHelpFrame so... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | Allow both SetCurrent() and SetCurrent(context) |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | Remove ShowHidden property, it conflicts with the ShowH... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | UpdatePulse --> Pulse |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | fix name errors |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Robin Dunn | docstring update |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Kevin Ollivier | Use the same selection highlight and text colors as... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | added a section about the dialog buttons |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | removed OnOk/Apply/Cancel() documentation, they don... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | don't use static objects containing bitmaps, this almos... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | moved wxCollapsiblePane files to adv library |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | use wxBitmap object as m_buffer and not a pointer to... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | moved wxCollapsiblePane files to adv library |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | added wxHAS_XXX section |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Add tests for wxBackingFile. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Rename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Undo most of the previous commit. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Remove the part that says "don't remove this!" as discu... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | On unicode builds detect gcc 3.4 precompiled header... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | don't update the size of a maximized TLW, whatever... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | try to simplify the web of ifdefs; add Borland to the... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Vadim Zeitlin | don't show licence pane if there is no licence text |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robin Dunn | Bump subrelease number |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robert Roebling | Document wxAppTraits::GetDesktopEnvironment. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robin Dunn | Used wxConstCast where needed, fixed other compile... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robin Dunn | added missing default ctor |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robin Dunn | Use wxGTK_CONV to fix compile error when building in... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robin Dunn | Add collpane headers to files.bkl, and also collpaneg... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robert Roebling | Mention that GTK now supports wxALWAYS_SHOW_SB. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robert Roebling | [ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Julian Smart | Added GetTempDir |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Václav Slavík | don't disable caret blinking on non-MSW platforms |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Włodzimierz... | PCH build fix. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robin Dunn | Update GraphcsContext/Path dummy classes |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robin Dunn | Update ReST docs |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robin Dunn | 2.7.1.2 release |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Robin Dunn | Split the Python wxaddons package into its own package |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Added wxBackingFile and wxBackedInputStream. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Compile fix. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Correct comment. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Added wxBackingFile and wxBackedInputStream. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Check for fdopen. Probably everywhere has it, but check... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | wxFileName::CreateTempFileName changes. Open the tempfi... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Warning fix for vc8, and move wxGetFileKind out of... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Michael Wetherell | Add WXFILE_LARGEFILE/wxFFILE_LARGEFILE to indicate... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Włodzimierz... | Use generic collapsible pane for wxUniv based builds. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Włodzimierz... | Correct 'markup' for GetResourceHandle after recent... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Włodzimierz... | Use generic collapsible pane for wxOS2. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Włodzimierz... | Use generic collapsible pane for wxUniv based builds. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Włodzimierz... | Rebaked makefiles after htmllistbox and collapsable... |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Stefan Csomor | adding new constructors |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Julian Smart | Fixed return values |
commit | commitdiff | tree | snapshot |
2006-10-23 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | avoid code duplication between the generic and GTK... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | 1. We don't need GetTopLevelParent() here, we already... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | use gtk_expander_new_with_mnemonic() instead of just... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | cleanup (mainly wrapping lines to be < 80 chars); added... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | show the item for which the context menu is shown correctly |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | initial draft of wxCollapsiblePane (patch 1577412 by... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | there is no need to convert wxArrayString to wxString... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | added wxSimpleHtmlListBox (patch 1576109 by Francesco) |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | test indeterminate wxGauge mode (part of patch 1551409) |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | reverted change which made the progress dialog more... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Stefan Neis | Extended #1560785 (wxFileName::IsReadable/Writable... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | small refactoring to avoid code duplication; renamed... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | moved last change under the correct (2.7.2) version |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | clarify Skip() meaning even more (latest version of... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | added autopackage-related files |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Stefan Csomor | using GetNativePath instead of dynamic_cast |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Stefan Csomor | on demand creation of native CGContexts , so that pure... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | add alt popup window style allowing to use keyboard... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Chris Elliott | remove empty dirs |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Stefan Neis | Reverted font breakage caused by changes in version... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Stefan Csomor | adding path accessors |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Stefan Csomor | adding wxobject and RTTI |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | make install location autodetection work for executable... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | use wxComboCtrl instead of custom popup window (patch... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Stefan Neis | Applied patch #1582212 (completed/fixed toolbar's wxTB_... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Vadim Zeitlin | call Init() from wxBufferedDC ctors to ensure that... |
commit | commitdiff | tree | snapshot |
next |