Timeline
09/13/09:
- 17:45 Changeset [61919] by
- Added support for corner, row and column headers renderers to wxGrid. …
- 17:45 Changeset [61918] by
- Document wxGridCellAttrProvider. Added basic documentation for …
- 17:45 Ticket #11195 (scan result of static code analysis tool) closed by
- fixed: (In [61917]) Remove unneeded pointer check. This was flagged as an error …
- 17:44 Changeset [61917] by
- Remove unneeded pointer check. This was flagged as an error by static …
- 15:44 Ticket #11198 (AUI: automatic notebook pane tab doesn't respect the pane's hasCloseButton ...) created by
- Proposed change for preventing close buttons from being drawn on automatic …
- 13:11 Ticket #11195 (scan result of static code analysis tool) reopened by
- He did mention that he used Cppcheck ( …
- 13:08 Ticket #11197 (Calling AddSpacer for wxBoxSizer should add the space only in sizer's ...) created by
- For a wxBoxSizer, AddSpacer(someSpace) will call wxSizer::Add(someSpace, …
- 11:28 Changeset [61916] by
- adapting to new sound file organization for osx
- 10:52 Changeset [61915] by
- Minor code cleanup
- 10:45 Changeset [61914] by
- adding types for OpenGL on iPhone
- 10:41 Changeset [61913] by
- adapting to new sound files organization on osx
- 10:34 Changeset [61912] by
- avoiding potential infinite recursion
- 10:33 Changeset [61911] by
- supporting rotated display correctly for display size
- 10:23 Changeset [61910] by
- enabling correct audio framework on OSX
- 10:23 Changeset [61909] by
- sound implementation for AudioToolbox on 10.5 and iPhone
- 10:22 Changeset [61908] by
- OpenGL for iPhone
- 10:19 Changeset [61907] by
- OpenGL changes for carbon and cocoa
- 10:17 Changeset [61906] by
- adding emulation API for OpenGL ES platforms
- 08:48 Changeset [61905] by
- Be more paranoid about parent window possibly being NULL (partly fixes …
- 08:47 Changeset [61904] by
- Be more paranoid about parent window possibly being NULL (partly fixes …
- 08:22 Ticket #11196 (Add a class to write Unicode files with BOMs) created by
- I attached here the constructor of a little class I wrote. I basically …
- 07:02 Ticket #11195 (scan result of static code analysis tool) closed by
- invalid: Sorry, I simply don't see anything useful in the list above so I don't …
- 07:00 Ticket #11194 (resource leak in wxWidgets-2.9.0/src/expat/xmlwf/readfilemap.c) closed by
- wontfix: We don't use this code, xmlwf contains the sources of a standalone tool …
- 06:53 Ticket #11195 (scan result of static code analysis tool) created by
- Hi friends, i have scanned the current version of wxWidgets-2.9.0 with …
- 06:35 Ticket #11194 (resource leak in wxWidgets-2.9.0/src/expat/xmlwf/readfilemap.c) created by
- Hi friends, i have found a resource leak in file …
- 05:26 Changeset [61903] by
- Fix test compilation under OS X. wxFileOffset and ssize_t are not the …
- 04:55 Changeset [61902] by
- Reenable build of execmon in utils bakefile. Undo r61894, it's not …
- 03:09 Changeset [61901] by
- add execmon bakefile (which was forgotten in the initial commit) and …
- 02:40 Changeset [61900] by
- Fixed UnboundLocalError in HyperTreeList
09/12/09:
- 16:29 Ticket #11193 (2.9.0 release doesn't work with Xcode due to missing file) created by
- Building src/wxWindows.xcodeproj from wxWidgets-2.9.0.tar.bz2 using any …
- 15:48 Ticket #11191 (wxRegKey::SetValue/GetValue documentation update for "default key value") closed by
- fixed: (In [61899]) Document the meaning of empty value name in wxRegKey methods. …
- 15:48 Changeset [61899] by
- Document the meaning of empty value name in wxRegKey methods. Empty value …
- 15:40 Ticket #11192 (bool wxFile::Write(const wxString& s, const wxMBConv& conv) does not write ...) closed by
- fixed: (In [61898]) Write correct number of bytes in wxFile::Write(wxString). …
- 15:40 Changeset [61898] by
- Write correct number of bytes in wxFile::Write(wxString). This function …
- 15:40 Changeset [61897] by
- Extract TestFile class in a separate header. This allows to reuse it in …
- 15:40 Changeset [61896] by
- Add convenient wxMBConv::cMB2WC/WC2MB overloads taking buffers. These …
- 15:40 Changeset [61895] by
- Unregister wake up pipe file fd in ~wxConsoleEventLoop. We must …
- 08:57 Ticket #11192 (bool wxFile::Write(const wxString& s, const wxMBConv& conv) does not write ...) created by
- Rather than wait for wxCharBuffer to keep the length around, we can use …
- 08:29 Changeset [61894] by
- Disable build of utils/execmon. Bakefile for this program doesn't exist …
- 06:38 Changeset [61893] by
- Rebake all the samples, demos and tests makefiles. This should have been …
- 06:35 Changeset [61892] by
- regenerated
- 04:29 Changeset [61891] by
- Remove WX_DEBUG option from Unix wx presets, it's not needed any more. It …
- 04:29 Changeset [61890] by
- Add wxDEBUG_LEVEL to wx/setup.h and document it. Under Unix wxDEBUG_LEVEL …
- 04:29 Changeset [61889] by
- Change Unix build system to not use debug build any more. Remove "d" …
- 04:29 Changeset [61888] by
- Use wxDEBUG_LEVEL instead of WXDEBUG in wxInfoMessageBox(). Also …
- 04:29 Changeset [61887] by
- Use "d" suffix according to DEBUG_RUNTIME_LIBS, not DEBUG_FLAG. The "d" …
- 04:28 Changeset [61886] by
- Define wxDEBUG_LEVEL in both debug and release builds as 1. By default …
- 03:59 Ticket #11190 (Bug in wxTextCtrl::SetBackgroundColour()) closed by
- fixed: (In [61885]) Restore correct setting of the background colour. The …
- 03:59 Changeset [61885] by
- Restore correct setting of the background colour. The background colour …
- 03:42 Ticket #11187 (wxString, wxUniChar docs) closed by
- fixed: (In [61884]) Document ctors creating a wxString from repeated characters. …
- 03:42 Changeset [61884] by
- Document ctors creating a wxString from repeated characters. Closes …
- 03:41 Ticket #11189 (GetUserDataDir return wrong valur of bug in documentation ?) closed by
- fixed: (In [61883]) Document wxStandardPaths vendor-related changes. The change …
- 03:41 Changeset [61883] by
- Document wxStandardPaths vendor-related changes. The change in the values …
09/11/09:
- 15:39 Ticket #11191 (wxRegKey::SetValue/GetValue documentation update for "default key value") reopened by
- Yes, you have a valid point XD, sorry. I just copy-pasted that …
- 14:01 Changeset [61882] by
- adding Kevin's fix for wxTOOL_STYLE_SEPARATOR
- 13:06 Ticket #11191 (wxRegKey::SetValue/GetValue documentation update for "default key value") closed by
- wontfix: I think it's a bit of a tautology to say that passing an empty name to …
- 10:11 Ticket #11191 (wxRegKey::SetValue/GetValue documentation update for "default key value") created by
- There is no documentation for how to set the default key value to a …
- 09:41 Changeset [61881] by
- Fixed constants of the new wxPG_EX styles
- 06:49 Ticket #11190 (Bug in wxTextCtrl::SetBackgroundColour()) created by
- There is a vusual bug after wxTextCtrl::SetBackgroundColour() Open text …
- 06:12 Ticket #11189 (GetUserDataDir return wrong valur of bug in documentation ?) created by
- In 2.8 GetUserDataDir() under Windows returns "C:\Documents and …
- 04:49 Changeset [61880] by
- wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_NO_TOOLBAR_DIVIDER …
- 04:42 Changeset [61879] by
- Documented a couple of combo control fixes on Mac.
- 02:30 Changeset [61878] by
- Fixed a bug on Mac whereby popup window disappeared as soon as the button …
- 01:55 Changeset [61877] by
- Fix on Mac to prevent scrollbars always being shown
- 01:55 Changeset [61876] by
- Fix on Mac to prevent scrollbars always being shown
09/10/09:
- 14:05 Ticket #11188 (Flags wxCMD_LINE_SPARAM_IGN_CASE and wxCMD_LINE_LPARAM_IGN_CASE for ...) created by
- Some command line parms are case insensitive. wxCmdLineParser does not …
- 12:39 Ticket #11187 (wxString, wxUniChar docs) created by
- Some doc changes. wxString: added ch,nRepeat constructors. wxUniChar: …
- 09:00 Ticket #11186 (Wrong icon location returned for some file types) created by
- Hi, I'm using wxFileType etc to get the icons for file types based …
- 07:15 Changeset [61875] by
- Notify if the grid is being destroyed in an event generated by it
- 05:49 Ticket #11182 (Cocoa build instructions are wrong) closed by
- fixed: (In [61874]) Mention wxOSX/Cocoa in the old wxCocoa docs. The old wxCocoa …
- 05:49 Changeset [61874] by
- Mention wxOSX/Cocoa in the old wxCocoa docs. The old wxCocoa port isn't …
- 03:34 Ticket #11185 (wxDataViewCtrl activable behavior) created by
- It's annoying when i have a column with checkbox to have to double click …
- 03:31 Ticket #11184 (Trap directly in the function where wxASSERT is) created by
- I changed the behavior of wxASSERT_MSG in order to have the debugger …
09/09/09:
- 19:04 Ticket #10042 (Error configuring TIFF library with wxCocoa) reopened by
- I just installed XCode with 10.4 support and when I build today's trunk …
- 17:48 Ticket #11183 (Snapshot won't build on Snow Leopard) created by
- I call this: ../wxWidgets/configure --with-osx_cocoa --enable-debug …
- 17:42 Ticket #11182 (Cocoa build instructions are wrong) created by
- In the file "install-cocoa.txt", it states the following: …
- 15:38 Ticket #10660 (Conflict between _T macro and Sun Studio 12 headers) closed by
- fixed: Thanks, applied all patches now (with your correction, don't know how …
- 15:37 Changeset [61873] by
- Predefine wxNEEDS_T to fix wxrc compilation with Sun CC. After the recent …
- 15:37 Changeset [61872] by
- Don't use _T() in public headers used under Unix. Avoid conflict with the …
- 15:29 Changeset [61871] by
- Undef _T before including standard headers and redefine it later. This …
- 15:29 Changeset [61870] by
- Don't define _T() when using Sun compiler if possible. Avoid defining …
- 15:29 Changeset [61869] by
- Define WXBUILDING when building wxWidgets itself. This is needed by the …
- 10:26 Changeset [61868] by
- Adapted wxPGComboBox margins setup to changes in wxComboCtrl
- 09:41 Changeset [61867] by
- Various improvements to wxComboCtrl's text ctrl left margin setup: less …
- 00:54 Ticket #11181 (Update AddPane in agw.aui 's framemanager to allow target argument for ...) closed by
- fixed: Thank you for the patch! I modified the demo patch slightly as Python 2.5 …
- 00:53 Changeset [61866] by
- Applied slightly modified patch to fix Ticket #11181
- 00:45 Ticket #11089 (wxAUIToolBar crash after adding custom control) closed by
- fixed: Thanks Robin, I didn't even think about possible workarounds. It should be …
- 00:45 Changeset [61865] by
- Fix ticket #11089 on AuiToolBar and custom control
09/08/09:
- 18:09 Changeset [61864] by
- fix typo in destructor
- 17:44 Ticket #11181 (Update AddPane in agw.aui 's framemanager to allow target argument for ...) created by
- Proposed change to framemanager.py in agw.aui adds a target=AuiPaneInfo …
- 17:33 Changeset [61863] by
- Fix line number preference not being respected
- 07:27 Milestone 2.9.0 completed
- 07:03 Changeset [61862] by
- Fixed a warning generated by GCC 4.4.0
- 06:57 Changeset [61861] by
- Use real id for wxPGCanvas
- 05:23 Changeset [61860] by
- Set correct foreground default in wxControl::DoMSWControlColor(). Instead …
- 05:23 Changeset [61859] by
- Don't always override the default background colours. The wxColour …
- 05:23 Changeset [61858] by
- Use correct visual attributes for wxSpinCtrl. The default colours for …
- 05:22 Ticket #1691 (wxSpinCtrl.SetBackgroundColour) closed by
- fixed: Thanks for noticing this regression (and sorry for introducing it)! There …
- 04:21 Changeset [61857] by
- Fix wxLog compilation with wxUSE_THREADS==0. Define WX_DEFINE_GLOBAL_VAR …
- 03:33 Ticket #1691 (wxSpinCtrl.SetBackgroundColour) reopened by
- There is side effect after r61845. If app didn't set color for wxSpinCtrl, …
09/07/09:
- 20:42 Changeset [61856] by
- return the controlbar created by CreateControlBar
- 17:16 Changeset [61855] by
- Don't use AUI_MGR_LIVE_RESIZE as it is undefined for wxGTK
- 16:42 Changeset [61854] by
- Use system color for drawing label text
- 16:00 Ticket #11031 (wxMSW/wxImageList: alpha transparency broken if display depth < 32) closed by
- fixed: (In [61853]) Always use 32bpp image lists. Using 32bpp image lists …
- 16:00 Changeset [61853] by
- Always use 32bpp image lists. Using 32bpp image lists (ILC_COLOR32) is …
- 16:00 Ticket #11156 (Add an example showing different ways to connect to the same event) closed by
- fixed: (In [61852]) Show the order in which different event handlers are called. …
- 16:00 Changeset [61852] by
- Show the order in which different event handlers are called. Update the …
- 16:00 Ticket #11180 (wxCmdLineParser should allow "-abcd" as well as "-a -b -c -d" as per the ...) closed by
- fixed: (In [61851]) Fix bug with parsing concatenated switches in …
- 16:00 Changeset [61851] by
- Fix bug with parsing concatenated switches in wxCmdLineParser. The …
- 07:41 Ticket #11180 (wxCmdLineParser should allow "-abcd" as well as "-a -b -c -d" as per the ...) created by
- Current argument needs to be truncated when the rest is pushed to a new …
- 06:50 Changeset [61850] by
- removed superfluous ;
- 05:14 Changeset [61849] by
- fixed typo : wxDEPRECTED -> wxDEPRECATED
09/06/09:
- 21:53 Changeset [61848] by
- tagging 2_9_0 release state
- 21:43 Ticket #11179 (TreeCtrl AppendItem/EditItem display bug under OS X) created by
- When appending a new child to an expanded parent and editing it …
- 14:03 Changeset [61847] by
- Fixed NoneType error or OnMove handler
- 08:59 Ticket #11177 (Limited date range in wxConvertOleToVariant) closed by
- fixed: (In [61846]) Use VariantTimeToSystemTime() in wxConvertOleToVariant(). …
- 08:59 Changeset [61846] by
- Use VariantTimeToSystemTime() in wxConvertOleToVariant(). Fix the problem …
- 08:05 Ticket #11177 (Limited date range in wxConvertOleToVariant) reopened by
- Please apply to stable also. I'm receiving rubbish out of the VARIANT …
- 07:31 Ticket #1691 (wxSpinCtrl.SetBackgroundColour) closed by
- fixed: (In [61845]) Recognize the buddy text control as part of wxSpinCtrl. This …
- 07:31 Changeset [61845] by
- Recognize the buddy text control as part of wxSpinCtrl. This allows the …
- 07:31 Changeset [61844] by
- Compilation fix after wxTextEntry::SetMargins() changes. We need to …
- 07:31 Ticket #11177 (Limited date range in wxConvertOleToVariant) closed by
- fixed: (In [61843]) Use SYSTEMTIME instead of DOS time when converting to/from …
- 07:31 Changeset [61843] by
- Use SYSTEMTIME instead of DOS time when converting to/from VARIANTS. …
- 07:31 Ticket #11176 (wxDateTime: Get/Set SYSTEMTIME is leaving out time of day) closed by
- fixed: (In [61842]) Take time into account in wxDateTime <-> SYSTEMTIME …
- 07:31 Changeset [61842] by
- Take time into account in wxDateTime <-> SYSTEMTIME conversion. …
- 07:11 Changeset [61841] by
- more demo/test tweaks
- 02:01 Ticket #11178 (Add StatusBar text to wxAuiToolbar classes) created by
- When wxAuiToolBar buttons are created with a long help (otherwise known as …
- 01:35 Changeset [61840] by
- Do not allow multiple selection when dragging in the 'value' column
- 00:53 Changeset [61839] by
- Fixed property iterator crash when iterating through 'non-interesting' …
- 00:51 Changeset [61838] by
- Added check to allow multiple selection by dragging only if property under …
Note: See TracTimeline
for information about the timeline view.
