2006-05-11 |
Mart Raudsepp | [wxGTK2.4] Make affirmative button the default in wxFileDial...
|
commit | commitdiff | tree |
2006-05-11 |
Mart Raudsepp | Add some helpref's in the wxPython topic overview....
|
commit | commitdiff | tree |
2006-04-29 |
Mart Raudsepp | Add virtual keyword where applicable.
|
commit | commitdiff | tree |
2006-04-22 |
Mart Raudsepp | Add #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEventTy...
|
commit | commitdiff | tree |
2006-04-20 |
Mart Raudsepp | Typo fixes (precompilatixon)
|
commit | commitdiff | tree |
2006-04-20 |
Mart Raudsepp | Coverity CID117: Ignore returned_null here, because...
|
commit | commitdiff | tree |
2006-04-06 |
Mart Raudsepp | wxGTK2: No need to check for __WXGTK20__ here either...
|
commit | commitdiff | tree |
2006-04-06 |
Mart Raudsepp | wxGTK2: No need to check for __WXGTK20__ here
|
commit | commitdiff | tree |
2006-04-06 |
Mart Raudsepp | wxGTK2: We don't need to check for __WXGTK20__ here
|
commit | commitdiff | tree |
2006-04-05 |
Mart Raudsepp | encconv.cpp: Remove comment about 5 being big enough...
|
commit | commitdiff | tree |
2006-04-05 |
Mart Raudsepp | Update unictabl.inc manually, keeping KOI8-U, while...
|
commit | commitdiff | tree |
2006-04-05 |
Mart Raudsepp | Support having const encoding tables. Modify generator...
|
commit | commitdiff | tree |
2006-04-05 |
Mart Raudsepp | Make the unicode table scripts generate file with whitespaci...
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | Make EquivalentEncodings 3-dimensional array const...
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | wxGTK2: No need to warn about threads being unsupported...
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | Add GDK_PIXBUF_DISABLE_DEPRECATED, it should build...
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_window_get_colormap -> gdk_drawable_get_colormap
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_cursor_destroy -> gdk_cursor_unref
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | GDK_ROOT_PARENT -> gdk_get_default_root_window
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_window_get_size -> gdk_drawable_get_size
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_gc_destroy -> gdk_gc_unref -> g_object_unref
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_image_destroy -> g_object_unref (gdk_image_destroy...
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_pixbuf_unref -> g_object_unref
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_gc_unref -> g_object_unref
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | And gdk_drawable_unref is in turn deprecated in favor...
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_bitmap/pixmap_unref -> gdk_drawable_unref
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_draw_pixmap -> gdk_draw_drawable
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_window_copy_area(drawable,gc,x,y,source_drawable...
|
commit | commitdiff | tree |
2006-04-04 |
Mart Raudsepp | gdk_window_get_visual -> gdk_drawable_get_visual
|
commit | commitdiff | tree |
2006-04-03 |
Mart Raudsepp | Sync wxGTK docs from WX_2_6_BRANCH to HEAD
|
commit | commitdiff | tree |
2006-03-21 |
Mart Raudsepp | Use wxGtkString here too
|
commit | commitdiff | tree |
2006-03-18 |
Mart Raudsepp | Update copyright years. Is manual2e.tex even used anymore...
|
commit | commitdiff | tree |
2006-03-18 |
Mart Raudsepp | Test commit
|
commit | commitdiff | tree |
2006-03-18 |
Mart Raudsepp | Testing CVSROOT/loginfo changes
|
commit | commitdiff | tree |
2006-03-18 |
Mart Raudsepp | Test wxPython CIA announcement
|
commit | commitdiff | tree |
2006-03-15 |
Mart Raudsepp | Don't return a void value here - VC6 doesn't like it
|
commit | commitdiff | tree |
2006-03-15 |
Mart Raudsepp | Use wxGtkString here to clean up code, and not leak...
|
commit | commitdiff | tree |
2006-03-15 |
Mart Raudsepp | Compile fix. Seems to work too, at quick glance.
|
commit | commitdiff | tree |
2006-03-15 |
Mart Raudsepp | g_value_set_string duplicates the string itself, so...
|
commit | commitdiff | tree |
2006-03-15 |
Mart Raudsepp | Introduce a convenience class for g_freeing a gchar...
|
commit | commitdiff | tree |
2006-03-15 |
Mart Raudsepp | Don't return the return value of a void method in a...
|
commit | commitdiff | tree |
2006-03-15 |
Mart Raudsepp | ICCCM says that the TIMESTAMP atom is required, so...
|
commit | commitdiff | tree |
2006-03-15 |
Mart Raudsepp | Don't leak a gchar* in wxDataFormat::GetId()
|
commit | commitdiff | tree |
2006-03-14 |
Mart Raudsepp | OnGetLineHeight and OnGetLinesHint are virtual, so...
|
commit | commitdiff | tree |
2006-03-14 |
Mart Raudsepp | Docs: Escape underscores
|
commit | commitdiff | tree |
2006-03-07 |
Mart Raudsepp | Apply patch #1443819 from Paul Cornett - move the GtkTreeIte...
|
commit | commitdiff | tree |
2006-03-07 |
Mart Raudsepp | Remove the GetItemHeight sample from samples/checklst...
|
commit | commitdiff | tree |
2006-03-06 |
Mart Raudsepp | Remove semicolon after if statmce that can potentially...
|
commit | commitdiff | tree |
2006-03-02 |
Mart Raudsepp | Docs: Escape underscores
|
commit | commitdiff | tree |
2006-02-25 |
Mart Raudsepp | Revert the strict aliasing "fix". As per Michael Wetherell...
|
commit | commitdiff | tree |
2006-02-24 |
Mart Raudsepp | Test commit
|
commit | commitdiff | tree |
2006-02-24 |
Mart Raudsepp | Test commit
|
commit | commitdiff | tree |
2006-02-24 |
Mart Raudsepp | Fix gtk callback return types and more in window.cpp
|
commit | commitdiff | tree |
2006-02-23 |
Mart Raudsepp | Test the commit announcement bot some more by fixing...
|
commit | commitdiff | tree |
2006-02-23 |
Mart Raudsepp | Use correct return type for some of the signal callbacks
|
commit | commitdiff | tree |
2006-02-22 |
Mart Raudsepp | undef GTK_DISABLE_DEPRECATED for any gtk+ version,...
|
commit | commitdiff | tree |
2006-02-21 |
Mart Raudsepp | Revert inclusion of wx/dateevt.h for now, as it breaks...
|
commit | commitdiff | tree |
2006-02-20 |
Mart Raudsepp | wxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I...
|
commit | commitdiff | tree |
2006-02-20 |
Mart Raudsepp | Make everything compile with GTK_DISABLE_DEPRECATED...
|
commit | commitdiff | tree |
2006-02-18 |
Mart Raudsepp | wxGTK2: gtk_signal_disconnect_by_func isn't used anywhere...
|
commit | commitdiff | tree |
2006-02-18 |
Mart Raudsepp | wx_gtk_vmsjackets.c seems to not be used by anything...
|
commit | commitdiff | tree |
2006-02-15 |
Mart Raudsepp | Revert. Crashes single-line wxTextCtrl.
|
commit | commitdiff | tree |
2006-02-15 |
Mart Raudsepp | Connect focus_out_event handler before the default...
|
commit | commitdiff | tree |
2006-02-15 |
Mart Raudsepp | Use correct type for storing return value. gboolean...
|
commit | commitdiff | tree |
2006-02-15 |
Mart Raudsepp | Wrap the warning suppress of SetSize around #ifndef...
|
commit | commitdiff | tree |
2006-02-15 |
Mart Raudsepp | The return types for enter/leave-notify-event and focus...
|
commit | commitdiff | tree |
2006-02-14 |
Mart Raudsepp | Cast to void* before casting to Node** to make the...
|
commit | commitdiff | tree |
2006-02-11 |
Mart Raudsepp | I like if things compile with --enable-unicode + -...
|
commit | commitdiff | tree |
2006-02-11 |
Mart Raudsepp | Do not reintroduce #pragma interface/implementation...
|
commit | commitdiff | tree |
2006-02-11 |
Mart Raudsepp | * wxFrameLayout should compile in unicode builds for...
|
commit | commitdiff | tree |
2006-02-05 |
Mart Raudsepp | Remove remark on wxTLW::Maximize that it only works...
|
commit | commitdiff | tree |
2006-02-05 |
Mart Raudsepp | GTK2: Revert one set_resizable back to set_policy for...
|
commit | commitdiff | tree |
2006-02-04 |
Mart Raudsepp | I'm no fan of that focus ring being drawn inside the...
|
commit | commitdiff | tree |
2006-02-04 |
Mart Raudsepp | Optimize (for size) the cross_xpm used for the X button...
|
commit | commitdiff | tree |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_widget_set_uposition -> gtk_window_move for...
|
commit | commitdiff | tree |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_widget_set_uposition -> gtk_window_move for...
|
commit | commitdiff | tree |
2006-02-04 |
Mart Raudsepp | GTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget_draw...
|
commit | commitdiff | tree |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_widget_{push,pop}_visual don't do anything...
|
commit | commitdiff | tree |
2006-02-04 |
Mart Raudsepp | gtk_signal_connect -> g_signal_connect in unix/mediactrl.cpp
|
commit | commitdiff | tree |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_entry_* -> gtk_editable_* where necessary
|
commit | commitdiff | tree |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_radio_button_group -> _set_group; A missed...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_container_children -> gtk_container_get_children
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_check_menu_item_set_state -> _set_active...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_notebook_set_page -> gtk_notebook_set_current_page
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_progress_bar_update -> gtk_progress_bar_set_fraction
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_window_...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_label_set -> gtk_label_set_text
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_toggle_button_set_state -> gtk_toggle_button_set_a...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_remove...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_window_set_policy -> gtk_window_set_resizable...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_draw_* -> gtk_paint_*
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_widget_set_usize -> gtk_widget_set_size_request
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idle_rem...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | wxGTK2 compiles fine with {G,PANGO}_DISABLE_DEPRECATED...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | g_main_set_poll_func(x) -> g_main_context_set_poll_func...
|
commit | commitdiff | tree |
2006-02-03 |
Mart Raudsepp | Remove obsolete GTK1 compatibility macros. Patch #1413458...
|
commit | commitdiff | tree |
2006-01-23 |
Mart Raudsepp | Add wxGTK1 port to bakefiles files.bkl. Please review...
|
commit | commitdiff | tree |
2006-01-23 |
Mart Raudsepp | Include gtk1 headers for non-gtk2. I don't really like...
|
commit | commitdiff | tree |
2006-01-23 |
Mart Raudsepp | Remove GTK2 specific prototypes from wx/include/gtk1...
|
commit | commitdiff | tree |
next |