2005-02-19 |
Stefan Csomor | switching to IconRefs for menu bitmaps |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Stefan Csomor | cleaning up, adding support for Quartz / Themeing befor... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Stefan Csomor | fixes, adding paint handler for non OSX case toplevel... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Stefan Csomor | adding PICT conversion for IconRef |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Vadim Zeitlin | use const char * buffer to fix CW compilation (patch... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Vadim Zeitlin | fixes after wx-config changes (patch 1076155) |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Vadim Zeitlin | VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601) |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Vadim Zeitlin | fixes for MSW |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Mattia Barbon | Updated but not completed Italian translation. Transl... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Vadim Zeitlin | update from Jonas Rydberg (patch 1143491) |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Stefan Neis | Bugfixes for OS/2. |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Vadim Zeitlin | changed wx version to 2.5.4 |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Vadim Zeitlin | update from Jaakko Salli (patch 1123796) |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Vadim Zeitlin | 1. undid the "simplification" of patch 1096066 which... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Vadim Zeitlin | update (recoded to UTF-8) from liouxiao@hotmail.com |
commit | commitdiff | tree | snapshot |
2005-02-19 |
David Elliott | include wx/setup.h and check to make sure it's not... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
David Elliott | Check for xlC and add -qunique to CXXFLAGS if we're... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
David Elliott | Check to see if -ext o option is required to get compil... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
David Elliott | When host is OS X (PowerPC Darwin) check if compiler... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Kevin Hock | ENTER and LEAVE mouse events for multi-line text contro... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Stefan Csomor | corrected bitmap mask -> Image conversion |
commit | commitdiff | tree | snapshot |
2005-02-19 |
David Elliott | Use plain extern instead of extern "C" for vsnprintf... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Kevin Hock | Added newline at the end, eliminates gcc warning |
commit | commitdiff | tree | snapshot |
2005-02-19 |
David Elliott | Rebaked with Bakefile 0.1.7. |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Kevin Hock | Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182] |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Kevin Hock | Documentation - wxTE_AUTO_URL for wxGTK2 from Mart... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Kevin Hock | wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182] |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Vadim Zeitlin | another update from Martin Srebotnjak <miles@filmsi... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Kevin Ollivier | Adding GetPartialTextExtents implementation. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Włodzimierz... | Most important polish translations. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Patch #1143556: mods to SashWindow demo: auto-generate IDs |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Stefan Csomor | using correct theme heights for header on mac |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Stefan Csomor | new layout was messing with separator positions |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Stefan Csomor | guard quartz specific code |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | wxPyCallback needs to derive from wxEvtHandler now... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Don't know if this is right but it fixes a compile... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Added wx.lib.gestures module from Daniel Pozmanter... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Fix the use of Today() for when invalid date is passed... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | wxStdButtonSizer Finalise --> Realize |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Stefan Csomor | setting up correct port origin as well |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Stefan Csomor | reintroducing direct access, clipping to client area... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Stefan Csomor | reintroducing direct access, cleanup |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Włodzimierz... | Typo fixes. |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Dimitri Schoolwerth | use prefix file; (auto-)removed some of the unused... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Dimitri Schoolwerth | don't redefine __WXMAC__ |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Stefan Csomor | correcting support for more tool sizes, support for... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Stefan Csomor | having fixed size icons, scaling from other common... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Stefan Csomor | alpha support for Scale added |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | typo |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Added wx.DatePickerCtrl |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Avoid doing a str(object) since in some cases it can... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Don't override methods that are in wxControlWithItems |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | docstring fixes |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | can't have a zero sized font |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Removed Loop and IsLooped methods, other cleanup |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Ryan Norton | wxUSE_XXX related fixes |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Add SetBackgroundImage |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Added wx.DatePickerCtrl |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Select an item using the value passed to the ctor/Create |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Robin Dunn | Avoid wxTaskBarIconAreaBase::DoPopupMenu unresolved... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Ryan Norton | [ 1123124 ] wxStringBase::Alloc can change string length |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Vadim Zeitlin | revert to the old flicker-less version when background... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Vadim Zeitlin | minor cleanup |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Vadim Zeitlin | corrected wxRTTI macros |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Vadim Zeitlin | more tweaks to drop down arrow drawing (Andreas Pflug) |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Vadim Zeitlin | fixed typo in EVT_COMMAND definition |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Ryan Norton | use without url |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Ryan Norton | sockets require stopwatch |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Ryan Norton | Use without mimetypes enabled |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Ryan Norton | compile wxFileXXXStream without wxFFileXXXStream |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Ryan Norton | Enable compilation on mac without wxFontMapper |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Ryan Norton | gcc doesn't have pragma warning |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Ryan Norton | int argument/unsigned int arg warning fix |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Julian Smart | Added PalmOS to release scripts |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Stefan Csomor | 24x24 bitmaps and separator for flat style added |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Ryan Norton | ComboBox for cocoa |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Kevin Ollivier | Added empty methods for wxIcon functions to match... |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Vadim Zeitlin | update from Hans F. Nordhaug |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Ryan Norton | implement some missing methods |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Robert Roebling | Applied background colour patch for Motif notebooks |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Robert Roebling | Removed the complex popup test. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Julian Smart | Fixed windows not displaying on SmartPhone |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Dimitri Schoolwerth | fixed wxlib Mach-O debug and release compilation |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Włodzimierz... | wxPoint/Size/Rect() causes the same code with (0,0... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Stefan Csomor | added non-bordered toolbar tools |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Dimitri Schoolwerth | fixed Mach-O compilation |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Dimitri Schoolwerth | minor typo fixes |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Włodzimierz... | 'Compatibility' fix for connecting events. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Vadim Zeitlin | tiny script to generate tags for wxMSW |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Julian Smart | Standard dialogs becoming useable on WinCE. |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Julian Smart | Added assert (WinCE doesn't report checked status corre... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Vadim Zeitlin | use WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Włodzimierz... | Native PalmOS wxLongLong. Introduction of wxULongLong_t... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Julian Smart | WinCE doesn't have _set_se_translator |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Robert Roebling | Better resizing code fro wxComboBox. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Julian Smart | Absolutely no idea what DisableAutomaticSETranslator... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Julian Smart | Ignorant WinCE fixes for compile breakage |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Robert Roebling | Typo. |
commit | commitdiff | tree | snapshot |
2005-02-15 |
Robert Roebling | Implemented wxBitmap::HasAlpha() and ::UseAlpha(). |
commit | commitdiff | tree | snapshot |
next |