2005-01-28 |
Włodzimierz Skiba | Use stock labels. Native wxRadioButton. Getting positio... |
tree | commitdiff |
2005-01-28 |
Stefan Csomor | CoreGraphics dev |
tree | commitdiff |
2005-01-28 |
Kevin Hock | Do not modify selection if right-click is on a selected... |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | ATSUStyle taken from font |
tree | commitdiff |
2005-01-27 |
Kevin Hock | Add support for wxSL_INVERSE flag. Also uses new invers... |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | pragma , precomp support |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | ATSU Support in font extended |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | pragma and prec-header patch applied |
tree | commitdiff |
2005-01-27 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2005-01-27 |
Włodzimierz Skiba | Get/SetValue() and other improvements to the native... |
tree | commitdiff |
2005-01-27 |
Stefan Csomor | pragma and prec-header patch applied |
tree | commitdiff |
2005-01-26 |
Kevin Hock | Added wxUSE_MENUS_NATIVE wrapper around DoPopupMenu... |
tree | commitdiff |
2005-01-26 |
Stefan Neis | Cleanup for previous bug fix. |
tree | commitdiff |
2005-01-26 |
Stefan Neis | Fixed a compilation problem on AIX. |
tree | commitdiff |
2005-01-26 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2005-01-25 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2005-01-25 |
Vadim Zeitlin | fixed memory leak with client data when using DeleteAll... |
tree | commitdiff |
2005-01-25 |
Włodzimierz Skiba | Save dialog for printing. Source cleaning. |
tree | commitdiff |
2005-01-25 |
Włodzimierz Skiba | wxButton, wxCheckBox, wxSlider, wxToggleButton native... |
tree | commitdiff |
2005-01-24 |
Włodzimierz Skiba | Source cleaning. |
tree | commitdiff |
2005-01-24 |
Kevin Hock | Create non-GUI log target until GUI logging is availabl... |
tree | commitdiff |
2005-01-24 |
Dimitri Schoolwerth | fixed unreachable code warning (MSVC6) |
tree | commitdiff |
2005-01-24 |
Dimitri Schoolwerth | applied patch #1044865 (fixes problem: "On Win2K, the... |
tree | commitdiff |
2005-01-24 |
Włodzimierz Skiba | Missing include. |
tree | commitdiff |
2005-01-24 |
Włodzimierz Skiba | Native PalmOS wxControl and wxButton implementation... |
tree | commitdiff |
2005-01-24 |
Kevin Ollivier | Fixing notebook 'flashing' bug where the WebView would... |
tree | commitdiff |
2005-01-24 |
Kevin Hock | For consistency between WMs and with MSW, TOOL_WINDOW... |
tree | commitdiff |
2005-01-23 |
Robert Roebling | Enable UpdateUI events in wxTaskBarIcon. |
tree | commitdiff |
2005-01-23 |
Kevin Hock | We need to update the scrollbar even if it's not shown... |
tree | commitdiff |
2005-01-23 |
Robert Roebling | Applied patch for keyboard control in composite |
tree | commitdiff |
2005-01-23 |
Robert Roebling | Fixed compilation for GTK 1.2 |
tree | commitdiff |
2005-01-23 |
Kevin Ollivier | Greatly improved wxWebKitCtrl positioning logic to... |
tree | commitdiff |
2005-01-22 |
Robert Roebling | Probably a bug in the MINGW32 header. |
tree | commitdiff |
2005-01-22 |
Stefan Neis | Blind fix for bug [ 1106890 ] (undeclared symbols on... |
tree | commitdiff |
2005-01-22 |
Kevin Hock | gtk_range_set_inverted only available on GTK2 |
tree | commitdiff |
2005-01-22 |
Mattia Barbon | Warning fixes. |
tree | commitdiff |
2005-01-22 |
Mattia Barbon | Fix wxSortedArray::Index() when wxUSE_STL == 1, with... |
tree | commitdiff |
2005-01-21 |
Włodzimierz Skiba | Headers cleaning. |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | added wxStaticBoxSizer ctor creating a new static box |
tree | commitdiff |
2005-01-21 |
Kevin Hock | Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab... |
tree | commitdiff |
2005-01-21 |
Robin Dunn | Patch #1106564, corrects possible 100% CPU load condition. |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | remove margins in the bitmap button |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | implemented DrawComboBoxDropButton() for classic Win32 |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | added DrawComboBoxDropButton() |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | compilation fix when used together with native control |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | check for error in GetSelection(long *, long *); clean... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | define wxHAS_NATIVE_DATEPICKCTRL in the header file... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | moved code working around combobox selection bug to... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | renamed generic version to wxDatePickerCtrlGeneric... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | put datectlg.cpp in ADVANCED_SRC so that it can be... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | don't include wx/popupwin.h in the header, use forward... |
tree | commitdiff |
2005-01-21 |
Włodzimierz Skiba | Forgot to free string after usage. |
tree | commitdiff |
2005-01-21 |
Włodzimierz Skiba | Start more than minimal TLW support. |
tree | commitdiff |
2005-01-21 |
Włodzimierz Skiba | Reenable wxPalmOS status bar after recent changes.... |
tree | commitdiff |
2005-01-21 |
Kevin Hock | Add support for wxSL_INVERSE using gtk_range_set_inverted |
tree | commitdiff |
2005-01-21 |
Kevin Hock | Fixed name strings to match documentation (Expanded... |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | switched to using wxPopupWindow |
tree | commitdiff |
2005-01-21 |
Vadim Zeitlin | define wxDateEvent static stuff here |
tree | commitdiff |
2005-01-20 |
Włodzimierz Skiba | WM_CONTEXTMENU available since WinCE.NET |
tree | commitdiff |
2005-01-20 |
Włodzimierz Skiba | Missing define. |
tree | commitdiff |
2005-01-20 |
Vadim Zeitlin | added and implemented for MSW wxDP_SHOWCENTURY flag |
tree | commitdiff |
2005-01-20 |
Włodzimierz Skiba | Simple wxBatteryPower API for the support in wxWinCE... |
tree | commitdiff |
2005-01-20 |
Vadim Zeitlin | compilation fix for CE: don't use GetModuleHandleA... |
tree | commitdiff |
2005-01-20 |
Vadim Zeitlin | call InitCommonControlsEx() when using comtl32.dll... |
tree | commitdiff |
2005-01-20 |
Vadim Zeitlin | report more information about the control whose creatio... |
tree | commitdiff |
2005-01-20 |
Włodzimierz Skiba | PalmOS description. |
tree | commitdiff |
2005-01-19 |
Robin Dunn | Adjust the bounding box of the labels to client coordinants |
tree | commitdiff |
2005-01-19 |
Kevin Hock | Additional header files required |
tree | commitdiff |
2005-01-19 |
Kevin Hock | Additional header files required |
tree | commitdiff |
2005-01-19 |
Stefan Neis | Compilation fixes for OS/2 (OS/2 still defines __UNIX__... |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | use wxDP_SPIN by default under Win32 |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | added wxDP_SPIN/DROPDOWN styles (only Win32 native... |
tree | commitdiff |
2005-01-19 |
Włodzimierz Skiba | wxTextPos for all GetLastPosition with constants for... |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | compilation fixes; pruned API |
tree | commitdiff |
2005-01-19 |
Włodzimierz Skiba | MinGW warning fix. |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | added generic version of wxDatePickerCtrl from Andres... |
tree | commitdiff |
2005-01-19 |
Włodzimierz Skiba | MinGW warning fix. |
tree | commitdiff |
2005-01-19 |
Włodzimierz Skiba | MinGW warning fix. |
tree | commitdiff |
2005-01-19 |
Włodzimierz Skiba | Cookie is not for dummy initialization due to condition... |
tree | commitdiff |
2005-01-19 |
Włodzimierz Skiba | Fix for incomplete setup (wxPalmOS case). |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | fixed crash in wxKill() introduced by 1.116 patch ... |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | reenabled WM_MOUSELEAVE event handling (patch 1104551... |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | don't return HTCLIENT for static bitmaps, this breaks... |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | (harmless) VC++ warning fixes |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | implemented wxStackWalker for Unix (using glibc-specifi... |
tree | commitdiff |
2005-01-18 |
Włodzimierz Skiba | Less MSW related files in wxPalmOS port. |
tree | commitdiff |
2005-01-18 |
Włodzimierz Skiba | MinGW warning fix. |
tree | commitdiff |
2005-01-18 |
Włodzimierz Skiba | MinGW warning fix. |
tree | commitdiff |
2005-01-18 |
Vadim Zeitlin | fixed memory leak in UpdateAttr[Rows][Or][Cols] (patch... |
tree | commitdiff |
2005-01-18 |
Vadim Zeitlin | fixed crash if an error happened inside WaitConnection... |
tree | commitdiff |
2005-01-18 |
Kevin Hock | Fixed wxTextCtrl being undefined when not using precomp... |
tree | commitdiff |
2005-01-18 |
Kevin Hock | For efficiency reasons, text controls no longer set... |
tree | commitdiff |
2005-01-18 |
Kevin Hock | GetString() method queries the control for the string... |
tree | commitdiff |
2005-01-18 |
Kevin Hock | Use event modifiers and accessors rather than m_ variab... |
tree | commitdiff |
2005-01-18 |
Vadim Zeitlin | more fixes to dllexport/import stuff for operator<... |
tree | commitdiff |
2005-01-18 |
Vadim Zeitlin | only define globals when wxUSE_BASE to avoid duplicate... |
tree | commitdiff |
2005-01-18 |
Vadim Zeitlin | Unicode compilation fix (patch 1104406) |
tree | commitdiff |
2005-01-18 |
Vadim Zeitlin | Unicode compilation fix for debugging code which is... |
tree | commitdiff |
2005-01-18 |
Włodzimierz Skiba | PalmOS native colour dialog. |
tree | commitdiff |
2005-01-18 |
Włodzimierz Skiba | wxWinCE fixes. |
tree | commitdiff |
next |