2006-05-06 |
Vadim Zeitlin | misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag... |
tree | commitdiff |
2006-05-06 |
Paul Cornett | don't include scrollbar area in client size |
tree | commitdiff |
2006-05-05 |
Włodzimierz Skiba | Include wx/dc.h according to precompiled headers of... |
tree | commitdiff |
2006-05-05 |
Włodzimierz Skiba | Include wx/frame.h according to precompiled headers... |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | implemented SetItemToolTip() |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | added static Apply(GtkWidget, tip) method |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | renamed ss_tooltips to gs_tooltips to follow the standa... |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | renamed m_boxes to m_buttons because, well, it contains... |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | renamed local variable named m_radio as the m_ prefix... |
tree | commitdiff |
2006-05-04 |
Włodzimierz Skiba | Include wx/panel.h according to precompiled headers... |
tree | commitdiff |
2006-05-04 |
Włodzimierz Skiba | Include wx/window.h according to precompiled headers... |
tree | commitdiff |
2006-05-03 |
Vadim Zeitlin | compilation fix when not using PCH |
tree | commitdiff |
2006-05-03 |
Paul Cornett | wxASSERT(false) --> wxFAIL |
tree | commitdiff |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
tree | commitdiff |
2006-04-30 |
Włodzimierz Skiba | Renamed DrawCheckButton due to conflict with existing... |
tree | commitdiff |
2006-04-30 |
Robert Roebling | Fix mem leak. |
tree | commitdiff |
2006-04-30 |
Robert Roebling | Trying to commit wxDirDialog patch. |
tree | commitdiff |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
tree | commitdiff |
2006-04-27 |
Robin Dunn | Reset the mouse event object and id in case FindWindowF... |
tree | commitdiff |
2006-04-26 |
Robert Roebling | Added wxRenderer method for drawing selection |
tree | commitdiff |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
tree | commitdiff |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
tree | commitdiff |
2006-04-25 |
Robert Roebling | Minor corrections to native renderer. I also corrected |
tree | commitdiff |
2006-04-24 |
Robert Roebling | Committed Jaako's renderer patch |
tree | commitdiff |
2006-04-24 |
Włodzimierz Skiba | [ 1473731 ] 'wxColourBase and wxString <-> wxColour... |
tree | commitdiff |
2006-04-24 |
Włodzimierz Skiba | Include wx/string.h according to precompiled headers... |
tree | commitdiff |
2006-04-23 |
Vadim Zeitlin | emit only 1, not 2, events when changing text of a... |
tree | commitdiff |
2006-04-22 |
Paul Cornett | extract 3 copies of scrollbar width code into one function |
tree | commitdiff |
2006-04-20 |
Włodzimierz Skiba | Include wx/list.h according to precompiled headers... |
tree | commitdiff |
2006-04-20 |
Robin Dunn | Add code to remove the selection (if any) in wxTextCtrl... |
tree | commitdiff |
2006-04-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
tree | commitdiff |
2006-04-19 |
Włodzimierz Skiba | Include wx/object.h according to precompiled headers... |
tree | commitdiff |
2006-04-18 |
Robert Roebling | Added some column width contrl code. |
tree | commitdiff |
2006-04-18 |
Robert Roebling | Fix code when making scrollwindow bigger so that |
tree | commitdiff |
2006-04-18 |
Robert Roebling | Add wxRenderer::DrawCheckButton for use inside |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
tree | commitdiff |
2006-04-17 |
Vadim Zeitlin | don't eat activation events (replaces patch 1465849) |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | don't return items which are not visible from DoHitTest... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | centralized the handling of border styles; added border... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | create stock GDI objects on demand; use const with... |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | set up scrollbars correctly when we don't need them... |
tree | commitdiff |
2006-04-15 |
Stefan Neis | Replaced "uint" (which may be or may not be defined... |
tree | commitdiff |
2006-04-14 |
Vadim Zeitlin | respect the specified font encoding in DoGetTextExtent... |
tree | commitdiff |
2006-04-13 |
Jamie Gadd | Fix casts from void* to int on x86_64 gcc by using... |
tree | commitdiff |
2006-04-12 |
Vadim Zeitlin | a better compilation fix after wxGTK_CONV changes |
tree | commitdiff |
2006-04-11 |
Vadim Zeitlin | compilation fix after wxGTK_CONV changes |
tree | commitdiff |
2006-04-11 |
Vadim Zeitlin | added wxConvUI which determines the conversion used... |
tree | commitdiff |
2006-04-10 |
Vadim Zeitlin | use wxConvLocal for wxFONTENCODING_SYSTEM/DEFAULT in... |
tree | commitdiff |
2006-04-10 |
Vadim Zeitlin | use the encoding of the font which is used to draw... |
tree | commitdiff |
2006-04-10 |
Vadim Zeitlin | use wxGTK_CONV instead of directly using wxConvLocal... |
tree | commitdiff |
2006-04-06 |
Mart Raudsepp | wxGTK2: No need to check for __WXGTK20__ here either... |
tree | commitdiff |
2006-04-06 |
Mart Raudsepp | wxGTK2: No need to check for __WXGTK20__ here |
tree | commitdiff |
2006-04-06 |
Mart Raudsepp | wxGTK2: We don't need to check for __WXGTK20__ here |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | wxGTK2: No need to warn about threads being unsupported... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_get_colormap -> gdk_drawable_get_colormap |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_cursor_destroy -> gdk_cursor_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | GDK_ROOT_PARENT -> gdk_get_default_root_window |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_get_size -> gdk_drawable_get_size |
tree | commitdiff |
2006-04-04 |
David Surovell | added missing paren |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_gc_destroy -> gdk_gc_unref -> g_object_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_image_destroy -> g_object_unref (gdk_image_destroy... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_pixbuf_unref -> g_object_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_gc_unref -> g_object_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | And gdk_drawable_unref is in turn deprecated in favor... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_bitmap/pixmap_unref -> gdk_drawable_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_draw_pixmap -> gdk_draw_drawable |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_copy_area(drawable,gc,x,y,source_drawable... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_get_visual -> gdk_drawable_get_visual |
tree | commitdiff |
2006-03-28 |
Włodzimierz Skiba | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. |
tree | commitdiff |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
tree | commitdiff |
2006-03-25 |
Robin Dunn | The null byte at the end of the string should not be... |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | Back to unsigned int count in wxTreeCtrl. |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-03-24 |
Włodzimierz Skiba | Removed useless pragma after fixing code to use insigne... |
tree | commitdiff |
2006-03-24 |
Robin Dunn | Make WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP... |
tree | commitdiff |
2006-03-23 |
Vadim Zeitlin | replaced all int/size_t indices in wxControlWithItems... |
tree | commitdiff |
2006-03-23 |
Robert Roebling | Implement basic MVC logic (change an item in one |
tree | commitdiff |
2006-03-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2006-03-21 |
Vadim Zeitlin | added semicolons after wxCHECK()s (part of patch 1450705) |
tree | commitdiff |
2006-03-21 |
Vadim Zeitlin | can't pass objects through ... (please don't ever ignor... |
tree | commitdiff |
2006-03-21 |
Mart Raudsepp | Use wxGtkString here too |
tree | commitdiff |
2006-03-20 |
Robert Roebling | Added (yet unfunctional) skeleton files fir |
tree | commitdiff |
2006-03-20 |
Vadim Zeitlin | fixed Clear() for GTK+ 2.4+ |
tree | commitdiff |
2006-03-18 |
Mart Raudsepp | Test commit |
tree | commitdiff |
2006-03-18 |
Mart Raudsepp | Testing CVSROOT/loginfo changes |
tree | commitdiff |
2006-03-17 |
Robert Roebling | Rearrange code to make adding wxMimeTypesManagerFactory |
tree | commitdiff |
2006-03-17 |
Robert Roebling | Added files for GnomeVFS backend (currently useful |
tree | commitdiff |
2006-03-15 |
Włodzimierz Skiba | wxTinderbox warning fix. |
tree | commitdiff |
2006-03-15 |
Włodzimierz Skiba | wxTinderbox warning fix. |
tree | commitdiff |
2006-03-15 |
Mart Raudsepp | Use wxGtkString here to clean up code, and not leak... |
tree | commitdiff |
2006-03-15 |
Mart Raudsepp | g_value_set_string duplicates the string itself, so... |
tree | commitdiff |
2006-03-15 |
Mart Raudsepp | ICCCM says that the TIMESTAMP atom is required, so... |
tree | commitdiff |
2006-03-15 |
Mart Raudsepp | Don't leak a gchar* in wxDataFormat::GetId() |
tree | commitdiff |
2006-03-14 |
Robin Dunn | Can't use IsValidInsert from GtkAddHelper as it could... |
tree | commitdiff |
2006-03-14 |
Robin Dunn | Fix compilation error |
tree | commitdiff |
2006-03-14 |
Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s (and... |
tree | commitdiff |
2006-03-13 |
Włodzimierz Skiba | TRUE/FALSE source cleaning. |
tree | commitdiff |
2006-03-12 |
Vadim Zeitlin | support mnemonics for wxStatic/RadioBox and made it... |
tree | commitdiff |
2006-03-12 |
Vadim Zeitlin | support underlined fonts (patch 1448089) |
tree | commitdiff |
2006-03-12 |
Vadim Zeitlin | GetNumberOfLines() now returns the number of physical... |
tree | commitdiff |
next |